Create the self-extracting archive restore.sh
[backups/.git] / scripts / rsync-cmd.sh
index aa7e9f78562e3794f29235416aa23ff2473617c6..b1ea6c9d1e159abdaeee8fa010d7610b1b30fa8a 100755 (executable)
@@ -7,7 +7,7 @@
 [ -d $1   ] || exit 1
 
 # -H ? -W ?
-rsync_opts='-W -H -l -p -t -g -o -0 --files-from=-'
+rsync_opts='-l -p -t -g -o -0 --files-from=-'
 
 other_opts='--stats --progress'