This was the problem. There were some IO errors reading some files from the
/proc/ directory, and then rsync won't delete any files at all.
From the man:
--delete
If the sending side detects any IO errors then the deletion of
any files at the destination will b
Hi,
i was using rsync 2.4.5 for AIX 4.3 binary downloaded from
http://rsync.samba.org/ftp/rsync/binaries/AIX/ .
I now compiled the latest 2.5.6 on AIX 4.3.3 and created a tarball to use like
the one available from http://rsync.samba.org/ftp/rsync/binaries/AIX/ .
[EMAIL PROTECTED]:/usr/local/src#
I'm curious how rsync sends files using rsh/rexec. One method I've seen
used is to execute "cat > foo.txt"
on the remote machine, and then stream the data over the socket into that
cat process. The problem
I have with this method, is that the only way to signify an end of file, is
to close th
I am using Mike Rubel's snapshot-style rsync to do backups from my web
server (Linux) to my desktop (MacOS X). Mostly, this works great,
except where case sensitivity (or rather, HFS+'s semi-lack thereof)
causes problems.
Specifically, it seems impossible to successfully back up my Linux box's
/u
I use -a
from the man:
âa, ââarchive archive mode, equivalent to ârlptgoD
u se, the -r for --recursive is there
I also use -v
-v as for --verbose
so I have that covered.
I have now experiemented with some tmp-files in my homedir and it works
flawlessly.
rsync -av --exclude "/**/movi
On AIX 4.3.3 or 5.1 :
why does rsync fail sending files over than wan?
sometimes it works ok, if I use scp it works without
any problems.
rsync version is 2.5.6 protcol version 26
__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/p
> "This option has no effect if directory recursion is
> not
> selected."
> (I really dont know what this means. Perhaps this is where
> my
> comand fails?)
from the man:
--recursive
This tells rsync to copy directories recursively
Thank you for your answer, but i'ts not about the excluded files. Sorry if I
was unclear about that.
This is what the man rsync says about the delete option:
"--delete This tells rsync to delete any files on the receiving side that
arenÂt on the sending side."
(T
Add this:
--delete-excluded
See the manual.
Rainer
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von
Mandrake Pe
Gesendet: Mittwoch, 29. Oktober 2003 13:33
An: [EMAIL PROTECTED]
Betreff: trying to figure out how the --delete option works.
I use th
I use this comand to back up my entirely drive to a second drive. Because the
second drive is smaller I have excluded my movies directory. I also excluded
the /mnt/ diectory, becous I dont want to back up the backup. This part works
just fine.
It's the --delete option I cant get to work. I want
Hi,
I have installed CYGWIN in my windows 2000 prof machine .I want to
automate the RSYNC backup .The rsync --password-file=filename doesn't
seems to work .If i schedule the backup , the rsync asks for password at
the scheduled time .Please help me to automate the Rsync without asking
passwo
Adding a --checksums option should do ...
regards,
Sumit
--- Hardy Merrill <[EMAIL PROTECTED]> wrote:
> See below.
>
> Jose Cheng [EMAIL PROTECTED] wrote:
> >
> > Hello,
> >
> > I'm trying to backup partition "/users1" on host
> "john"
> > onto partition "backup1" on host "mary".
> >
> > Here i
Rsync works in a very linear fashion. Try running multiple rsyncs in paralell
on different directories of course.
One speedup would be to transfer the checksums and data asyncronously. I
havent checked the source on how this is done but I suspect that even this is
done in a very linear way wich ex
Hi,
I have a problem when running rsync over ssh. This might be a ssh
problem, but i've only seen it with rsync so far.
Every minute I rsync one file to 3 servers, and once in a while, there
are stray processes laying around.
Like this:
Oct23 0:07 /usr/sbin/crond -l10
01:38 0:00 \_ /bin/sh
14 matches
Mail list logo