Displaying 2 results from an estimated 2 matches for "rstmp".
Did you mean:
stmp
2012 Aug 10
0
Question about --partial-dir and outdated data
...ed the first 20K lines. So roughly 20% of
the file has been changed. I didn't change the *length* of the lines (in
any of these experiments), because I'm trying to emulate a VM disk file
which is conveniently organized into fixed-size blocks.
3. I started a sync:
rsync -avr --partial-dir=.rstmp src username at server:/dest/
...and cancelled it part-way through. This leaves a partial file in my
.rstmp directory as expected. (In my case, just the first few hundred
lines.)
4. I restarted the sync, allowing it to complete.
The second sync ended up transferring nearly the entire file, basic...
2012 Aug 10
1
Question about --partial-dir and aborted transfers of large files
...y 20% of
> the file has been changed. I didn't change the *length* of the lines (in
> any of these experiments), because I'm trying to emulate a VM disk file
> which is conveniently organized into fixed-size blocks.
>
> 3. I started a sync:
>
> rsync -avr --partial-dir=.rstmp src username at server:/dest/
>
> ...and cancelled it part-way through. This leaves a partial file in my
> .rstmp directory as expected. (In my case, just the first few hundred
> lines.)
>
> 4. I restarted the sync, allowing it to complete.
>
> The second sync ended up trans...