Skip to content

Commit

Permalink
Fixed backuprsyncargs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 7, 2017
1 parent e0597dc commit f2b3ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backup/rsyncbackup3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ backuparchivedir="`date '+%Y%m%d'`"
# Arguments to rsync command

# Dry run
backuprsyncargs="-vaRn --itemize-changes --delete --delete-excluded -e 'ssh -o BatchMode=yes'"
backuprsyncargs="-vaRn --itemize-changes --delete --delete-excluded"

# Archive
#backuprsyncargs="-vaR --itemize-changes --delete --delete-excluded -e 'ssh -o BatchMode=yes'"
#backuprsyncargs="-vaR --itemize-changes --delete --delete-excluded"

# Checksum
#backuprsyncargs="-vacR --itemize-changes --delete --delete-excluded -e 'ssh -o BatchMode=yes'"
#backuprsyncargs="-vacR --itemize-changes --delete --delete-excluded"

backupsshfsargs="" # <--- Arguments to sshfs command --->
backupsshargs="" # <--- Arguments to ssh command --->
Expand Down

0 comments on commit f2b3ea5

Please sign in to comment.