search for: vaxh

Displaying 5 results from an estimated 5 matches for "vaxh".

Did you mean: vax
2010 Jan 04
5
link-dest question
The command below was run on FreeBSD 7.2 with rsync-3.0.3. The command works but copies all files, i.e. no hard links created. rsync -vaxH --numeric-ids --delete --exclude=/home/apache/logs \ --link-dest=/mnt/200912/newharbor/home -e ssh newharbor.safeport.com:/home \ 201001/newharbor/home/ The command was run without the continuation breaks that I added for readability. The command ended with: sent 3883375 bytes received...
2009 Apr 11
0
Rsync 3.0.5 sometimes hangs copying local disk to other local disk (Solaris 9)
...'ll include all but the long netstat outputs from one host here. If someone asks for the full results for one or both of these hosts, I can send them to him/her. I have never had hung processes with the older rsync-2.6.9 . Marnix A. van Ammers The rsync command was: /usr/pge2/bin/rsync -vaxH --delete --exclude-from=/tmp/fs_rsync.25232 / /mnt 2009-04-11 14:28:46 //mta02/home/mav6 @# ps -fp 25242,25243,25239,25232 UID PID PPID C STIME TTY TIME CMD root 25232 25229 0 Apr 10 ? 0:02 /usr/pge2/bin/perl /usr/pge2/bin/fs_rsync --verbosity=2 --allowvanish --con...
2008 Feb 07
1
rsync error: protocol incompatibility (code 2) at rsync.c, using --iconv=. and (code 2) and rsync-3.0.0pre8
...caused by the attached document file. I'm using libiconv-1.9.1 and a linux-2.4.31 Kernel System based on an open embedded linux similar to openslug libc-2.3.90 system my rsync command line ist as follows: /sbin/rsync -v --log-file=/var/log/rsync.status.log --delete-before --partial -y -ogt -vaxH /mnt/download /export/backup Thank you very much for any help, Edmond -------------- next part -------------- A non-text attachment was scrubbed... Name: Release Notes - Microsoft Internet Explorer 5.5 - German Language settings.zip Type: application/x-zip-compressed Size: 10812 bytes Desc: not...
2003 Feb 16
1
rsync-exclude.patch.
...e added to the next release of rsync. -- John Bowman University of Alberta This is a patch to add an --rsync-exclude=FILE option to rsync-2.5.6. Patterns in FILE are used to recursively exclude/include files in a directory and all of its subdirectories. For example, rsync --rsync-exclude=.rsync -vaxH /here /there will copy all files from /here to /there, excluding any files listed in a file .rsync from the directory containing this file and all of its subdirectories. As usual, prefixing a pattern with "+ " forces inclusion rather than exclusion. This has advantages over --cvs-exclud...
2004 Apr 09
3
include/exclude bug in rsync 2.6.0/2.6.1pre1
...y and all of its descendants. Prefixing a file name with "+ " will force inclusion of the file. If there are multiple matching patterns, the most local and most recent matching pattern will be used, in this order: --rsync-exclude, --cvs-exclude, --exclude. rsync --rsync-exclude=.rsync -vaxH /here /there will copy all files from /here to /there, excluding any files listed in a file .rsync in the directory containing this file and all of its subdirectories. This feature has advantages over --cvs-exclude for backing up large file systems since the .cvsignore files only apply to the cur...