RE: rsync error message

2008-12-21 Thread Robert Holtzman
On Fri, 19 Dec 2008, Lisa Kachold wrote: > > diff will check difference in files or directories, but not symlinks and dot > files automatically (depending on how you ask - or what your command syntax > looks like). > > You evidently don't have dircmp installed. Are you using Debian or Ubuntu?

RE: rsync error message

2008-12-19 Thread Lisa Kachold
[XP/Vista Pill] & stay happily ignorant. > Date: Thu, 18 Dec 2008 23:30:14 -0700 > From: hol...@cox.net > To: plug-discuss@lists.plug.phoenix.az.us > Subject: RE: rsync error message > > On Fri, 19 Dec 2008, Lisa Kachold wrote: > > > > > A) rdiff > > >

Re: rsync error message

2008-12-19 Thread Charles Jones
Robert Holtzman wrote: > Tried rsync -av /home/username /media/disk for the first time. Every > thing appeared to go well but there was an error message at the end: > > rsync error: some files could not be transferred (code 23) at > main.c(977) [sender=2.6.9] > > Running "diff -r /home/holtzm /me

RE: rsync error message

2008-12-18 Thread Robert Holtzman
On Fri, 19 Dec 2008, Lisa Kachold wrote: > > A) rdiff > > You might use dircmp instead of rdiff to include the dot . files? > > dircmp holtzcm /media/disk/home Ran a search on dircmp and most everything I found said diff did the same thing. One message asked specifically where to d/l dircmp and

Re: rsync error message

2008-12-18 Thread Robert Holtzman
On Thu, 18 Dec 2008, koder wrote: > Did you capture rsync's output? > It should tell you exactly which file it could not deal with. There was no indication of a problem except for the error message at the end. Thanks. -- Bob Holtzman "If you think you're getting free lunch, check the price

Re: rsync error message

2008-12-18 Thread koder
ly-To: Main PLUG discussion list To: plug-discuss@lists.plug.phoenix.az.us Subject: rsync error message Date: Thu, 18 Dec 2008 18:23:44 -0700 (MST) Tried rsync -av /home/username /media/disk for the first time. Every thing appeared to go well but there was an error message at the end: rsync

RE: rsync error message

2008-12-18 Thread Lisa Kachold
> To: plug-discuss@lists.plug.phoenix.az.us > Subject: rsync error message > > Tried rsync -av /home/username /media/disk for the first time. Every > thing appeared to go well but there was an error message at the end: > > rsync error: some files could not be transferred (code 23) at > main.

rsync error message

2008-12-18 Thread Robert Holtzman
Tried rsync -av /home/username /media/disk for the first time. Every thing appeared to go well but there was an error message at the end: rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9] Running "diff -r /home/holtzm /media/disk/home" returned nothing whi