diff --git a/templates/backupsTemplate.sh b/templates/backupsTemplate.sh index 6495316..1ecbd39 100644 --- a/templates/backupsTemplate.sh +++ b/templates/backupsTemplate.sh @@ -38,7 +38,7 @@ set -eEuo pipefail # Configure variables from here... readonly RSYNC_SOURCE_01="/path/to/dir/to/backup-01" -readonly RSYNC_DEST_01="//path/to/dir/to/backup/to-01" +readonly RSYNC_DEST_01="/path/to/dir/to/backup/to-01" readonly RSYNC_MANIFEST_01="${SCRIPT_DIR}/rsyncManifest" readonly RSYNC_RETENTION_DAYS_01="9" # ...to here