Skip to content
Snippets Groups Projects
Verified Commit 0bbb626e authored by David Beniamine's avatar David Beniamine
Browse files

Cp archive mode

parent dc9d09f4
Branches
No related tags found
No related merge requests found
Pipeline #175 failed
......@@ -102,7 +102,7 @@ sauvegarde_donnees(){
then
tar cvzf $dest/Donnees.tar.gz /home
else
cp $voptminus -r /home $dest/Donnees
cp $voptminus -a /home $dest/Donnees
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment