diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-17 09:13:30 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-17 09:13:30 +0100 |
commit | b4b62b097365481b2d57f6e315d91a8b94a6c1f4 (patch) | |
tree | 5c8d7ee93ac24fd86f0d4a35724c639da832bfb9 | |
parent | ee478f45b3576502f8e61df0129cf5564aadcbc0 (diff) |
Updates home backup script
-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/ |