This is a discussion on --append skipping longer files within the Rsync forums, part of the Networking and Network Related category; Hi, Does anyone know a workaround to get the --append option to do a non-appending inplace transfer when the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Does anyone know a workaround to get the --append option to do a non-appending inplace transfer when the reciever is longer than the sender rather than skipping the file. This is a common problem for us as most of our log files use an hourly or daily rollover and the reciever doesn't get updated until the sender builds up in size. The only option I can think of is adding a block in our scripts that compares the size of the two files and substitutes --inplace instead of --append for longer files. But this won't scale well. Thanks, Tim -- 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 |