Displaying 2 results from an estimated 2 matches for "rsync_request".
Did you mean:
async_request
2010 Nov 02
2
(when) does rsync daemon sync ?
Dear rsync-guru's,
here's a user question:
I want to make sure the files transferred to
rsync daemon (running on a linux kernel) are written to media
I assume if rsync command returns (with 0) all data has been
tranferred to rsync daemon, but it depends on the
rsync daemon priority and linux pdflush daemon before the
data is truly written to physical media (whatever that is).
Is there
2006 Sep 08
2
post-xfer exec -- more juice!
...which forces rsync to
log the fact that is exiting - trying to provide a catch for /all/
possible exit conditions (ie, strings in the log file) seemed
overwhelming.)
However, my efforts are hampered by not knowing the name of the
transferred file in the post-xfer script - the fine print says
"RSYNC_REQUEST: (pre-xfer only)"
This pair of config items is _almost_ perfect for managing all the
wonderful things which we need to have done to freshly arrived files.
As well, we have a situation where the state of the filesystem must be
guaranteed unchanging whilst an rsync is in process (sending data),...