-link-dest /usr/local/data/bac
> kups-dirvish/pcdirs-home/20030310-12:55/tree
> localhost:/usr/local/data/pc-homedirs/home/
> /usr/local/data/backups-dirvish/pc
> dirs-home/20030314-19:50/tree | sed -e '/\/$/d' -e '/ [-=]> /d' >>
> /usr/local/dat
--delete-excluded --numeric-ids
--exclude-from - -W --link-dest /usr/local/data/bac
kups-dirvish/pcdirs-home/20030310-12:55/tree
localhost:/usr/local/data/pc-homedirs/home/
/usr/local/data/backups-dirvish/pc
dirs-home/20030314-19:50/tree | sed -e '/\/$/d' -e '/ [-=]> /d
On Fri, Mar 14, 2003 at 08:33:10PM -0500, Bert Bee-Lindgren wrote:
> (I'm not sending this to [EMAIL PROTECTED] because I think that this message
> applies more to rsync's --link-dest option than to just dirvish.)
>
> I recently noticed a huge spike in dirvish network usage and traced it to
> fi
(I'm not sending this to [EMAIL PROTECTED] because I think that this message
applies more to rsync's --link-dest option than to just dirvish.)
I recently noticed a huge spike in dirvish network usage and traced it to
files whose permissions had been changed. (with rsync v2.5.6)
I understand and
Mark Palatucci wrote:
> Hi Max,
>
> The exact line is:
>
> /usr/local/bin/rsync --rsh=ssh -azvv --delete --force --include
> 'cpp/*.htm' --exclude '*.htm' --exclude "CVS*" --exclude 'Makefile'
> --exclude '*.sh' --exclude '*.psd' $localdir/ [EMAIL PROTECTED]:www/
>
>
> This gets .htm's in cpp/,
Hi Max,
The exact line is:
/usr/local/bin/rsync --rsh=ssh -azvv --delete --force --include
'cpp/*.htm' --exclude '*.htm' --exclude "CVS*" --exclude 'Makefile'
--exclude '*.sh' --exclude '*.psd' $localdir/ [EMAIL PROTECTED]:www/
This gets .htm's in cpp/, but not in dirs like cpp/foo/ or cpp/bar
Mark Palatucci wrote:
> Hello,
>
> I have a directory tree that contains many files of type .htm. I don't
> want these when I rsync - so I used the option --exclude '*.htm'
>
> There is however, one subdirectory (and all of its subdirectories)
> that I would like to include these .htm files.
>
> I
Hello,
I have a directory tree that contains many files of type .htm. I don't
want these when I rsync - so I used the option --exclude '*.htm'
There is however, one subdirectory (and all of its subdirectories)
that I would like to include these .htm files.
I tried using many variations of --incl
Hello,
I used the snprintf.{c,h} in rsync for my code, and found a bug in it:
snprintf(s,16,"%f",0.025) results "0.25".
The problem is in snprintf.c, in fmtfp(), around line 732. I didn't try
the solution (I do not need it anymore), but the zpadding number of
'0'-s should be placed before fc