summaryrefslogtreecommitdiff
path: root/localsyncthis
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-01-24 10:51:28 +0000
committerJonas Smedegaard <dr@jones.dk>2003-01-24 10:51:28 +0000
commit7c5968ba2d9044a36b06e32e9419de3c8cf96362 (patch)
tree77716279c5778bb3e54677ab4a367322721d2b24 /localsyncthis
parent0e8888527881dbe6a5eefdd735cfbfbb8619dc60 (diff)
Tune rsync options: Remove superfluous ones and enable -H (check for hardlinks - strongly needed for storebackup).
Diffstat (limited to 'localsyncthis')
-rwxr-xr-xlocalsyncthis2
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=''