similar to: temporary file

Displaying 20 results from an estimated 2000 matches similar to: "temporary file"

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 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 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
2011 Oct 11
1
recursive finds
I am trying to supplement and ultimately provide a patch for ''foreman'' which is an adjunct to puppet. Essentially, there is a Hosts class which belongs_to Hostgroup and Hostgroup class has a column called ''ancestry'' which is actually a Hostgroup (probably what is referred to as STI but I am not sure) and thus within Foreman, nesting Hostgroups is not uncommon.
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 01
1
include directory and all files under
Sorry, but it seems everytime I setup a different rsync operation (client only) I end up here unraveling the include/exclude stuff I need. The documentation is quite good but I guess the subject is just quite a bit to chew. To cut to the chase: I want to sync up my own snapshot repository of openbsd. The basic install files. They reside at:
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 Apr 06
2
Rsync OS X/Linux
Hi, I'm kind of a newbie in development and need to create an incremental backup of my http server on my computer (through ssh). But after reading the manual I had, I afraid of mixing my source and destination. Can somebody give me the right command and help me developing a daily incremental backup script? Thx, Selim.
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?
2004 Jun 09
1
installation problems
Hallo! I am trying to install rsync on fedora core2. When I run ./configure I get the following error message: [root@testserver rsync-2.6.2]# ./configure configure: Configuring rsync 2.6.2 checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld checking for gcc... no checking for cc... no