From ec4d6bf733f68ec9f7af12973d483f57bfd7fdb3 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Wed, 28 Jul 2021 21:49:56 +0100 Subject: [PATCH] Remove previous backup scripts --- backup/backup | 7 ------- backup/restore_backup | 3 --- backup/rsync_backup | 6 ------ backup/rsync_usb | 2 -- 4 files changed, 18 deletions(-) delete mode 100755 backup/backup delete mode 100755 backup/restore_backup delete mode 100755 backup/rsync_backup delete mode 100755 backup/rsync_usb diff --git a/backup/backup b/backup/backup deleted file mode 100755 index 0ee5ac9..0000000 --- a/backup/backup +++ /dev/null @@ -1,7 +0,0 @@ -rsync --ignore-existing -azP ~/documents/ 192.168.1.225:documents/ -rsync --ignore-existing -azP ~/pictures/ 192.168.1.225:pictures/ -rsync --ignore-existing -azP ~/books/ 192.168.1.225:books/ -rsync --ignore-existing -azP ~/recordings/ 192.168.1.225:recordings/ -rsync --ignore-existing -azP ~/misc/ 192.168.1.225:misc/ -rsync --ignore-existing -azP ~/git/ 192.168.1.225:git/ - diff --git a/backup/restore_backup b/backup/restore_backup deleted file mode 100755 index e021b09..0000000 --- a/backup/restore_backup +++ /dev/null @@ -1,3 +0,0 @@ -rsync --ignore-existing -azP 192.168.1.250:backup/documents/ documents -rsync --ignore-existing -azP 192.168.1.250:backup/pictures/ pictures -rsync --ignore-existing -azP 192.168.1.250:backup/books/ books diff --git a/backup/rsync_backup b/backup/rsync_backup deleted file mode 100755 index af34f76..0000000 --- a/backup/rsync_backup +++ /dev/null @@ -1,6 +0,0 @@ -rsync --ignore-existing --delete -azP books /mnt/ssd -rsync --ignore-existing --delete -azP documents /mnt/ssd -rsync --ignore-existing --delete -azP isos /mnt/ssd -rsync --ignore-existing --delete -azP music /mnt/ssd -rsync --ignore-existing --delete -azP pictures /mnt/ssd -rsync --ignore-existing --delete -azP videos /mnt/ssd diff --git a/backup/rsync_usb b/backup/rsync_usb deleted file mode 100755 index 1057596..0000000 --- a/backup/rsync_usb +++ /dev/null @@ -1,2 +0,0 @@ -rsync --ignore-existing -azP documents /mnt/usb -rsync --ignore-existing -azP pictures /mnt/usb