search for: rltv

Displaying 4 results from an estimated 4 matches for "rltv".

Did you mean: retv
2003 Dec 20
1
rsync "hang"
...this procedure (extracted from larger procedure). echo "Copy /bk1-dbX files to /bk2-dbX" foreach DBX (db1 db2 db3) set FDIR="/bk1-$DBX/oracle" set TDIR="/bk2-$DBX/oracle" echo "Copy of $DBX files from bk1 to bk2" echo $FDIR $TDIR # rsync -rltv --delete -e ssh "$FDIR" "$TDIR" rsync -rltv --delete "$FDIR" "$TDIR" echo "" echo "" end This problem has only occured once but because the intent is to copy our database files (Oracle) and the script also performs a databas...
2002 Apr 05
1
rsync 2.5.5 fails to kernel.org
Greets. I thought I saw someone asking for problem reports against 2.5.5. Red Hat 7.1 + errata with rsync 2.5.5 from tgz sources. I use the rsync command: rsync -rltv --partial --delete --delete-excluded" \ rsync://rsync.kernel.org/pub/linux/kernel/ \ /var/ftp/pub/mirrors/kernel.org/ I get the following error: rsync: connection unexpectedly closed (1493971 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151)...
2020 Nov 18
0
Strange behavior after upgrading to rsync 3.2.3
(Please forgive me if this has already been discussed - I checked the archives and bug reports and found nothing relevant.) I just recently upgraded to rsync 3.2.3 Now, I get error messages on every copy. For example, $ rsync -rltv --delete rsync://anoncvs.netbsd.org/cvsroot/CVSROOT \ /$LOCALDIR/ results in these error messages: receiving incremental file list default_perms_for_dir: sys_acl_get_file(., ACL_TYPE_DEFAULT): Operation not supported, falling back on umask default_perms_for_dir: sys_acl_get_file(CVSROOT,...
2010 Jan 11
1
read errors mapping <filename>: Cannot allocate memory (12)
I use rsync to copy files from various Windows servers to a backup server running linux (OpenSUSE 11.2, filesystem ext3). The files that are to be copied reside in CIFS shares which are mounted on the backup server. This is the command I run: rsync -rltv --out-format=./%n%L --delete --exclude-from=excludes.txt --link-dest=/backup/local/20100110/server1/backup$ '/backup/server1/backup$/' '/backup/local/20100111/server1/backup$' When copying a rather large file (34 GB) I get the following error: rsync: read errors ma...