This commit is contained in:
2019-06-12 13:18:41 -04:00
parent a82e9bd341
commit 6bd844931b
14 changed files with 92 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ case $2 in
;;
full )
sudo rsync -PraAX --exclude-from="$exclude_dirs_list_full" / "$backup_dest/full"
sudo rsync -PraAX /home "$backup_dest/full/home"
# sudo rsync -PraAX /home "$backup_dest/full"
# echo rsync -PraAX --exclude-from="$exclude_dirs_list_full" / "$backup_dest/full"
# echo rsync -PraAX /home "$backup_dest/full/home"
esac