From 821502eaa1ba99f39e064ec55d01ae83b7e85e19 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 8 Jan 2018 17:01:22 +0000 Subject: [PATCH] Add comment about future aditions --- bin/backup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/backup b/bin/backup index f4db5708..a6b6caf5 100755 --- a/bin/backup +++ b/bin/backup @@ -25,3 +25,5 @@ rsync --archive --one-file-system --hard-links --human-readable --inplace\ --exclude-from=./backupExcludes\ --link-dest=${LATEST}\ ~/Documents officeServerJH:/mnt/TimeMachine/Backup-JH/backups/${TODAY}/ --verbose + +#At some point, add ability to delete old backups