[Bug 2218] inplace-if-low-disk

samba-bugs at samba.org samba-bugs at samba.org
Mon Feb 14 05:17:53 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2218


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From wayned at samba.org  2005-02-13 22:17 -------
Due to the current --inplace option having the potential to be very inefficient
(the man page specifies that it really only works well with appended data or
record-oriented changes), it would probably be a bad idea to have the largest
file(s) in the transfer become the least efficient in their updates.

The current CVS has an option that can set a maximum size for a file to
transfer: --max-size=1g (for instance).  That can at least be used to avoid
overflowing the disk.  You could then use --temp-dir (pointing at a drive with
more free space) to update any remaining files (leaving off the --max-size
option for a second pass).  Not ideal, certainly, but not too bad either.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list