Your message dated Tue, 6 Mar 2007 18:16:07 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413591: rsync: Truncates files when stopping.
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: rsync
Version: 2.6.9-2
Hi,
I have a large file and only some parts of it need to be transfered, and
I'm using the partial transfer option. But if the transfer gets
interupted, it truncates the file to the place where rsync was during
this transfer.
This is not exactly the behaviour I was expecting, and now I end up
needing to transfer alot more.
Kurt
--- End Message ---
--- Begin Message ---
On Tue, Mar 06, 2007 at 09:19:26AM +0100, Paul Slootman wrote:
> On Tue 06 Mar 2007, Kurt Roeckx wrote:
> >
> > I have a large file and only some parts of it need to be transfered, and
> > I'm using the partial transfer option. But if the transfer gets
> > interupted, it truncates the file to the place where rsync was during
> > this transfer.
> >
> > This is not exactly the behaviour I was expecting, and now I end up
> > needing to transfer alot more.
>
> rsync by default ensures that at any moment either the complete old
> file, or the complete new file is visible. If it's truncating it, then
> you're probably using some option that instructs it to. Unfortunately
> your bug report is incomplete as you don't show what options you in fact
> are using.
So it's the complete "new" file, which contains less of the data than
the old file.
This was just an rsync -P
> You may want to look into --inplace or --partial --partial-dir=XXX
--inplace is probably the option that I needed. So I'm closing this
bug.
Kurt
--- End Message ---