Displaying 3 results from an estimated 3 matches for "rsysnc".
Did you mean:
rsync
2014 Mar 25
1
Intermittent make_bak_dir mkdir "<path>" failed: File exists (17)
...ions generated by the script are:
rsync --backup --backup-dir=<backup dir> --delete-during --devices
--exclude=<backup dir> --group --links --owner --perms --timeout=300
--recursive --specials --times --verbose
Here's a log excerpt (the first line is from the script; the rest from
rsysnc):
12:31:59 rsync_bu.sh: ERROR: rsync return code 23. Output:
sending incremental file list
lib/alsa/asound.state
lib/apt/lists/
rsync: make_bak_dir mkdir "/mnt/backup/rsync/var/_Changed and deleted
files/2014/Mar/03 at 12:31" failed: File exists (17)
rsync: keep_backup failed:
"/mnt...
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin,
I want to use rsysnc to get files from a linux box to a solaris server.
root at solaris:/root # which rsync
/usr/local/bin/rsync
root at solaris:/var/log/r5backup # rsync --version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.sa...
2008 Oct 29
3
Is rsync copying over the entire file? Sent bytes matches actual file size.
...Mb 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 files transferred: 0
Total file size: 584742597 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes...