Hi! When quitting a rsync process (by e.g. typing: apple, period in OS X), where does rsync move the files that were being transferred? Are they /dev/null 'ed? Thanks! Best regards, Richard Taubo
On Mon, 2008-02-04 at 18:27 +0100, Richard Taubo wrote:> When quitting a rsync process (by e.g. typing: apple, period in OS > X), where does rsync move the files that were being transferred? > Are they /dev/null 'ed?By default, the receiving rsync just deletes a partially transferred file. With --partial, it moves the file into place; with --partial-dir=DIR, it moves the file into DIR. Matt