Removed extra forward slash

main
capntack 1 year ago
parent 1fa21ffe16
commit a529aad97d

@ -38,7 +38,7 @@ set -eEuo pipefail
# Configure variables from here... # Configure variables from here...
readonly RSYNC_SOURCE_01="/path/to/dir/to/backup-01" 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_MANIFEST_01="${SCRIPT_DIR}/rsyncManifest"
readonly RSYNC_RETENTION_DAYS_01="9" readonly RSYNC_RETENTION_DAYS_01="9"
# ...to here # ...to here

Loading…
Cancel
Save