diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-01-24 10:51:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-01-24 10:51:28 +0000 |
commit | 7c5968ba2d9044a36b06e32e9419de3c8cf96362 (patch) | |
tree | 77716279c5778bb3e54677ab4a367322721d2b24 /localsyncthis | |
parent | 0e8888527881dbe6a5eefdd735cfbfbb8619dc60 (diff) |
Tune rsync options: Remove superfluous ones and enable -H (check for hardlinks - strongly needed for storebackup).
Diffstat (limited to 'localsyncthis')
-rwxr-xr-x | localsyncthis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsyncthis b/localsyncthis index 5960b2c..0f6167a 100755 --- a/localsyncthis +++ b/localsyncthis @@ -8,7 +8,7 @@ copyright="(C) 2000-2002 Jonas Smedegaard <dr@jones.dk>" V='' action='' hosts='' -rsync_opts='-avrtz --delete --force' +rsync_opts='-aHz --delete --force' ssh_opts='' localdir='' remotedir='' |