Update rsync options
authorMichael Prokop <mika@grml.org>
Mon, 15 Jun 2009 23:17:37 +0000 (01:17 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 15 Jun 2009 23:23:57 +0000 (01:23 +0200)
commitb5737ff391355c1a7ed6a996b2cbb70a8c1addf0
tree4cd50a8523ab30d5e5b02199fd6845f3917c0036
parenta70b9388b65c6b231010156242f1758b8c3d5214
Update rsync options

* use --inplace instead of -S to be able to replace existing files on nearly full devices
* use -rlptDH instead of -a to get rid of error messages like:

  rsync: chown "/mnt/usb-sdb1/live/grml/grml.squashfs" failed: Operation not permitted (1)
  rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1058) [sender=3.0.5]

  when using FAT.
grml2usb