Displaying 1 result from an estimated 1 matches for "ftpsrv".
2004 May 21
2
File sync/delete question
...n fact,
there is also an "outgoing" directory, that is also on the samba server
and mirrored to the ftp server, so incoming should work the same way).
My problem is, that any file that is deleted on the samba server is synced
again from the ftp server a minute later. I use
rsync -rvt $FTPSRV /ftp_mirror/incoming
for syncing. The --delete option just doesn't fit here, because I want to
delete on the SENDING side, not on mine. Also, still-running uploads would
not be completely rsync'd if the file would be deleted while being
uploaded.
Imagine this happenings:
10:00: file &qu...