search for: rsync_log

Displaying 6 results from an estimated 6 matches for "rsync_log".

2001 Oct 18
3
group ownership
I am attempting to rsync data from a rsync server and set the permissions to a different gid on the client: my servers name is "rserver01" my clients name is "rclient01" here is the rysync.conf contained on rserver01: # log file log file = /var/adm/rsync_log # global options for all modules dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz uid = nobody gid = nobody transfer logging=true list=true [test] path=/var/tmp/rsync_test comment = rsync_test read only = true hosts allow=rclient gid = cdb...
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
...s \ --port=$OPT_RSYNC_PORT \ --partial-dir=$PARTIAL_XFER_FOLDER \ --temp-dir=$TEMP_FOLDER \ --bwlimit $CONFIG_PULL_RATE \ --timeout $CONFIG_TIMEOUT \ --contimeout $CONFIG_TIMEOUT \ $SRC $DEST 1>>$RSYNC_LOG 2>&1 if [ $? -eq 0 ]; then process_command_file <<<< if the file was pulled completely then pull the files mentioned in this file. [ $? -eq 0 ] && { update_counter; } <<<< update_counter increments the file name to the next file we sho...
2001 Oct 24
1
Generating cpio list.
One of the things I want to do besides mirror a hard drive is maintain an incremental backup on tape. The way for me to do this ( of course ) is to take the output of rsync and use it to generate a list of files for cpio. The basic ideal is something like this declare -i head tail # gets the first line with total: at the begining head=$(grep -n ^total: $log_rsync|awk -F: '{print $1}')
2003 Apr 10
1
File size limitations?
...ersion 26 on solaris 8. I have a local software RAID array, plus a mounted netapp fileserver, and am looking to replicate the contents of the netapp mount on the RAID array. I run a cronjob each night, with lines like :- /usr/local/sbin/rsync -ar /netapp/all/projects /backup/vol0/ >> /tmp/rsync_log.txt 2>&1 Looking at the log files, I get warnings :- delete_file: rmdir(projects/src/PDF/ExtractText/lib/AIX) : File exists rsync: symlink "projects/src/PDF/ExtractText/lib/AIX" -> "aix": File exists (which I believe the --delete option will fix) But I also get mes...
2008 Oct 29
3
Is rsync copying over the entire file? Sent bytes matches actual file size.
...n't sound right. System: Windows 2003 Rsync.exe cygpopt-0.dll cygwin1.dll I have just tested rsync with a 571Mb zip file containing our Backup Exec installation source. The command I am running is: rsync -avp --delete --progress --stats /cygdrive/c/rsync_test/ "/cygdrive/Y/" > rsync_log.txt First I copied the file BackUpExec-11D.7170_32BIT_VERSION.zip into both source and target and ran an rsysnc (I didn't have the progress or stats switches on the first run). This is what my log shows: building file list ... 0 files... 2 files to consider ./ Number of files: 2 Number of...
2009 May 15
1
rsync creates file twice
...conditions. See the GNU General Public Licence for details. I've started rsync with some debug options: /opt/bin/rsync -axvvvv --delete --numeric-ids --relative \ --rsh="/opt/bin/ssh -i /root/.ssh/rsnapshot_dsa" \ root@boo:/usr/include/fltk-1.1/ /volume1/tmp/rsync_4 >> /tmp/rsync_log The rsync_log is attached to this mail. So, hopefully someone has an idea how this may be happen and what can be done to get it working as expected. Btw. I'm sorry, but I'll be away from my desk for the next week, so answers for more details or tests or so may not come within the next 7...