On Thu, 2008-08-21 at 16:32 -0400, Carney Mimms wrote:
> Thank you for taking an interest in my problem of escaping spaces.
> Here is the entire script and the entire output. I am at my wits end
> as I have tried every every trick I know or have heard of, including \
> \\ and adding single quotes.
Kyle,
Thank you for taking an interest in my problem of escaping spaces. Here is
the entire script and the entire output. I am at my wits end as I have tried
every every trick I know or have heard of, including \\\ and adding single
quotes. I added protect-args at your suggestion, but it doesn¹t
< The receiving rsync first creates a temporary file in the destination
directory with a name in the format ".foo.XX", where "foo"
< represents the name of the source file. Only when rsync is interrupted does
it convert the temporary file to a partial file named exactly "foo"
< and placed in
On Thu, 2008-08-21 at 13:05 -0500, [EMAIL PROTECTED] wrote:
> I am using the command options listed below. If I set --partial or
> --partial-dir, I see the partial file appear as expected. However,
> even with --partial-dir set as you see below, the .rsync-partial
> directory is never created. I
I am using the command options listed below. If I set --partial or
--partial-dir, I see the partial file appear as expected. However, even with
--partial-dir set as you see below, the .rsync-partial directory is never
created. Instead the partial file just appears in the directory. The bigge
Paul Slootman wrote:
> If you don't mind that the destination copy is invalid for some time
> (e.g. if it's just used for backup), _and_ you know that data won't be
> moved, only updated at random places, you might try --inplace. That way
> the existing copy is updated, instead of copying the data
On Wed 20 Aug 2008, Peter P GMX wrote:
>
> here is the status of the transfer.
> If I understand it right, about 3% of the data was changed (literal data
> against matched data). It took about 1h40min to transfer ~250MB of data.
The searching for matching data blocks is apparently taking a lot o
Thanks for your answer...
Wayne Davison schreef:
> On Fri, Aug 15, 2008 at 05:28:43PM +0200, Rob klein Gunnewiek wrote:
>> ERROR: out of memory in flist_expand [generator]
>
> With -vv, you should be seeing messages like this:
>
> [generator] expand file_list pointer array to N bytes, did move
>