diff options
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='' |