diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-28 11:02:15 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-28 11:02:22 +0000 |
commit | 7045aea8612704fa9f75a8d3d351b845444d01f6 (patch) | |
tree | ca764893fe5e48134d9f97ebf21bac50991d3a2f /backup-home-to-linux-storage | |
parent | ffb352c90114443c3aee338ea8277713e87db506 (diff) |
updates
Diffstat (limited to 'backup-home-to-linux-storage')
-rw-r--r-- | backup-home-to-linux-storage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backup-home-to-linux-storage b/backup-home-to-linux-storage new file mode 100644 index 0000000..e2a9f6a --- /dev/null +++ b/backup-home-to-linux-storage @@ -0,0 +1 @@ +rsync -av --exclude='.cache' --exclude='.fgfs' --exclude='vms' /home/lemon/ /mnt/home_backup_mar24/ |