Error 28 and exclusion

2013-02-11 Thread scott . george
I am having two issues with a transfer I perform every weekend. The first is I am trying to exclude a directory with the following command: /usr/bin/rsync --rsync-path=/usr/bin/rsync --rsh=/usr/bin/rsh --log-file=/tmp/rsync.out --exclude /gcse1/infor/ --delete-before -rptS usaix:/gcse1/ /gcse1

Re: Error 28 and exclusion

2013-02-11 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Exclude paths are relative to the source path. Therefore you want to exclude /infor/ Are you actually using rsh? If so make sure you know the security implications. As for the space issue is it possible that you are hitting a file size limitation?

Re: Error 28 and exclusion

2013-02-11 Thread Paul Slootman
On Mon 11 Feb 2013, scott.geo...@parker.com wrote: > > Secondly, I am receiving an error 28 (ENOSPC) on the transfer of a large > file. I make sure the destination file system is double what the source > for the possibility of needing to keep copies of both during transfer, but > I assumed --d