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