Rsync Error Code 23

2008-04-17 Thread Kenneth Seal

Hi,

Is it possible to log rsync error messages and read them in console  
(Mac OS 10.5 Utility), or perhaps a text file? I have tried running my  
script in verbose mode -vv but I really don't want to read all 1000+  
lines of output to look for the error code.


Currently my script looks something like this:

rsync -aE --delete --progress ~/(Entire Home Directory) /Volumes/(My  
backup drive)


Thanks,
Ken
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


rsync error: some files could not be transferred -- How to ignore

2008-04-09 Thread Kenneth Seal

Hi Wayne,

I read your thread online at http://lists.samba.org/archive/rsync/2005-June/012847.html 
 and I am having a similar problem.


In my case, rsync displays the error code rsync error: some files  
could not be transferred (code 23) and it kills my script. Do you  
have any advice on how would I go about writing, researching etc. a  
script to tell rsync to ignore such errors?


I am using the bash shell in Mac OS 10.5.2. Any help would be much  
appreciated.


Many thanks,
Ken
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html