Displaying 20 results from an estimated 10000 matches similar to: "Rsync OS X/Linux"
2004 Apr 19
2
temporary file
Hello
I did the following command:
rsync -a --delete cpbackup /mnt/backup/
It works well, but the problem is that it seens the "temporary files"
(ie: -rwxr-xr-x 1 root root 83623936 Apr 19 2004
.name.tar.gz.yGk7m7* ) are being created on /mnt/backup/
Since it's a SAMBA mounted partition, it waste BW and is slower.
Is there a way to specify where I want the temp files to be
2004 May 11
2
cwrsync strange path in error message
Hi,
I am running cwrsync.
2004/05/11 [93] rsync error: some files could not be transferred (code
23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
I am uncertain as to what this path statement is about in the above error
message.
/home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
Thanks,
Pat
--
Patricia Palumbo
DuBois & King, Inc.
ppalumbo@dubois-king.com
802-728-4113 | ext 322
2004 Apr 22
2
Rsync Error..
Hello all,
I am having a problem with rsync. I want to backup data from one machine to another remote machine. I have Freebsd4.7 on source and FreeBSD4.9 on destination machines. rsync is installed on both the machines. I gave the following command at the source machine.
rsync -avvznrbe rsh /sourcepath 66.123.34.123:/destinationpath
(66.123.34.123 is the destination ip address)
Below is the
2004 Jun 03
2
rsync 2.6.2 doesn't work with GNU inetutils rsh
Hi,
Not sure when this stopped working, because I'm sure it used to.
This is the cygwin build of rsync, with the standard cygwin
rsh (which is a fairly old GNU inetutils 1.3.2).
~=> rsync --rsh=rsh -vv bibble:
opening connection using rsh bibble rsync --server --sender -vvr .
rsh: unknown option -- server
Try `rsh --help' for more information.
rsync: connection unexpectedly closed
2004 Jul 06
1
Some files are not getting transferred during the rsync process!!!!
Hi All,
My first mail to the group. I am using rsync to synchronize two servers. Sometimes, Some of the files are not getting transferred. Is it possible for me to log the files that are missed in this rsync? I tried to get some resources from the net. But I did not find the required info.
Can anyone help me?
Karthik.
---------------------------------
Do you Yahoo!?
New and Improved
2004 Jun 01
1
Unexplained error (code 24)
Hi all,
While trying to mirror a filesystem from one machine to another (for
backup purposes) I get the following error:
[root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/
/bigdisk/backup/chandler/dev-md5-var/
root@chandler's password:
rsync error: unexplained error (code 24) at main.c(1045)
Does this mean anything to anybody?
Regards,
Graham
--
2004 Apr 13
1
rsync - copy only new files ( since the last run )
Hello everyone,
Here is what I am trying to accomplish.
Summary:
Using rsync to push journal transaction files from one server to the hot backup server. Rsync script runs every 10 minutes and pushes the files . On the hot backup server these files are applied by a shell script. A purge job deletes files that have been applied from the hot backup server. Unfortunately rsync pushes missing
2004 Apr 05
3
Communication problem with rsync-2.6.0
hello,
I have a following problem while using rsync:
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
it was coused by command rsync -r source/ dest/ -e rsh
I use rsync-2.6.0 with rsh. What bothers me is that folowing problem apears
time to time. I already checked the location of rsync on both machines, both
2004 Mar 31
2
How to RSYNC from eth1 on PDC-SRV to eth1 on BDC-SRV?
I currently have my /home directory kept in sync between my primary and
backup domain controllers by using rsync --archive --checksum --update
--delete pdc-srv:/home/ bdc-srv:/home/. I noticed that when this
command is invoked, it tends to suck up the available bandwith to eth0
during the duration that the pdc is sending a large amount of data
packets to the bdc. So what I would like to do
2004 Mar 25
3
Root access over ssh?
Is it possible to configure rsync in server mode, to gain access to root
protected files, without the user having to log in as root through ssh?
I'd prefer to login as a regular user through ssh and access an rysnc
server on the host that's running as root. As far as I can tell,
however, that's not possible...am I wrong?
2004 Mar 31
1
Timeout question
Hi.
I've got 2 Fedora Linux (a Master and a Slave) with RSYNC-2.5.7. I need to keep Master synchronized
every 5 minutes (mounting a remote directory with NFS on Slave).
It runs correctly.
To simulate a problem, I try to disconnect the lan cable.
From the shell of Slave:
rsync -a -v --timeout=10 --delete /mnt/master/ /local/slave
I expect that the process will end after 10 seconds, but
2004 Sep 01
3
Problems of preserving file owership and uid&gid options in rsyncd.conf
Hi,
I am trying to transfer some files to a remote rsync server. I have to preserve the ownership of these files in the remote server for future possibility of copying them back.
The command I am using is:
rsync -Cav /var/log/mp3log server2::var/log/mp3log
I have tried to add -o and -g options but still can't reach my purpose. I also remember to add a same user name to the remote rsync
2004 Jun 21
1
IO error encountered - skipping file deletion
hello,
"receiving file list ...
96 files to consider
IO error encountered - skipping file deletion
wrote 101 bytes read 2047 bytes 1432.00 bytes/sec
total size is 107673960 speedup is 50127.54
rsync error: partial transfer (code 23) at main.c(926)"
Why can't delete files?
Thank you!
anguswei@optisp.com
2004.06.21
2004 Jun 01
1
(no subject)
>From the local machine the following command is executed:
/usr/local/bin/rsync -aHnuv serverX:/ / --exclude-from=/rsync.exclude --rsync-path=/usr/local/bin/rsync --ignore-existing > /var/tmp/rsync.stdout 2> /var/tmp/rsync.stderr
I have never used the rsync command. The above command was used by a former sysadmin to "synchronize" two servers. However when I ran the command
2004 Apr 14
1
source dependend path in rsyncd?
Hi,
can I make one rsync url available to several
machines, but on the rsync server, direct
that url to different directories?
for example allow all hosts to access /foo
but direct host a to /some/path/foo-a/,
host b to /other/path/to/foo-b/
and so on?
Thanks.
Andreas
2004 Apr 15
2
want to write a patch, need help getting started...
Greetings,
I have two systems that have identical file hierarchies, except the
owners/groups and timestamps differ. All of the files have the same
checksums. Is there a way to tell rsync to compare checksums, and if
they are the same, simply change the owner/group/timestamp? I really
only care about timestamps. This way, once the timestamps are duplicated,
rsync can operate more efficiently
2004 Apr 15
2
rsync problems
I am a new rsync user and it has been going fine as to nightly rsyncs. On
one of the scripts I am getting two kind of errors:
1. @ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
and also on the same script to another server, I get no errors but the files
are not being mirrored on the
2004 Apr 19
1
How to:- copy only files less / greater than X size / date?
Hi there,
I think the subject pretty much says it all... Is this possible?
I've got a couple of sites, where it would be very useful to only rsync
files from the source if they are newer than a certain date, and similarly
it would also be useful to only rsync certain files if they where less than
a certain size...
Is this possible? I've hunted around, and I did find an old posting
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file:
rsync -avz
/usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1
.txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log
I get these error:
@ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
I am rsyncing several folders
2004 May 28
2
Keeping Multiple Rsyncs Separate
I have noticed that if you run two rsyncs at once, they get confused and
copy the files from one the wrong rsync thread. Apparently this is because
of the ?Build List? that is made in ram. Two build lists stepping on each
other. Does anyone know how to change the source so that the each build list
in ram is kept separate?