Update (laptop)

This commit is contained in:
2019-07-04 04:06:25 -04:00
parent a0fcd6714e
commit 413ffb53db
11 changed files with 43 additions and 10 deletions

View File

@@ -26,6 +26,4 @@ case $2 in
full )
sudo rsync -PraAX --exclude-from="$exclude_dirs_list_full" / "$backup_dest/full"
# 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