rsync: connection unexpectedly closed

2016-10-10 Thread Kip Warner
Hey list, I am having problems as of late with my rsync backup. On the client side I am using the following: OPTS="-avvvrz   --compress-level=9   --itemize-changes   --delete   --delete-excluded   --human-readable   --files-from=$FILES  

[SCM] The rsync repository. - branch master updated

2016-10-10 Thread Rsync CVS commit messages
The branch, master has been updated via f3873b3 Support --sparse combined with --preallocate or --inplace. from 6e3b210 xattrs: maintain a hashtable in order to speed up find_matching_xattr() https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

rsync: connection unexpectedly closed

2016-10-10 Thread Kip Warner
Hey list, I am having problems as of late with my rsync backup. On the client side I am using the following: OPTS="-avvvrz   --compress-level=9   --itemize-changes   --delete   --delete-excluded   --human-readable   --files-from=$FILES  

[Bug 11588] better handling for --preallocate with --sparse

2016-10-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11588 --- Comment #24 from Theodore Ts'o --- So a simple workaround would be to use fallocate with KEEP_SIZE at first, then use punch whole, write the blocks, etc., and then use either truncate to set i_size, or seek to the desired size