On Tue, Dec 22, 2009 at 10:56 PM, snowc <[email protected]> wrote: > Does rsync ignore this partially copied file, or does it try to copy it > across again in the second cron job? >
If the one job catches up with the other, they will both copy the same file, each to its own temp file. If you have delete processing going on, one rsync may even delete a temp file for the other (if the delete scan happens at the right time). ..wayne..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
