diff options
Diffstat (limited to '')
-rwxr-xr-x | backup-home-to-linux-storage_may24 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backup-home-to-linux-storage_may24 b/backup-home-to-linux-storage_may24 new file mode 100755 index 0000000..8107e3f --- /dev/null +++ b/backup-home-to-linux-storage_may24 @@ -0,0 +1,3 @@ +#!/usr/bin/sh + +rsync -av --exclude='seagate_mnt' --exclude='.cache' --exclude=.mozilla --exclude=annex --exclude='.fgfs' --exclude='vms' --exclude='.local/share/Steam' --delete /home/lemon/ /linuxstorage/home_backup_mar24/ |