Re: rsync not copying owner/group on some files

2001-10-30 Thread Dave Dykstra
On Mon, Oct 29, 2001 at 02:02:17PM -0800, Ian Kettleborough wrote: I am trying to use rsync 2.4.6 to try creating a backup using another locally connected hard disk. Thing copy, but sometimes the group is eith numeric (valid). Often the owner is not even shown. This is the command I use for

Re: rsync not copying owner/group on some files

2001-10-30 Thread tim . conway
: Subject:Re: rsync not copying owner/group on some files Classification: Nope.. happens consistentlt. I even removed a directory at the destination and reran rsync. All the files were move, but the numeric id shows instead if the alpabetic group...no owner either. Ian [EMAIL

RE: rsync not copying owner/group on some files

2001-10-30 Thread Carey Jung
Kettleborough [EMAIL PROTECTED] 10/29/2001 06:15 PM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: Subject:Re: rsync not copying owner/group on some files Classification: Nope.. happen

rsync not copying owner/group on some files

2001-10-29 Thread Ian Kettleborough
I am trying to use rsync 2.4.6 to try creating a backup using another locally connected hard disk. Thing copy, but sometimes the group is eith numeric (valid). Often the owner is not even shown. This is the command I use for rsync: rsync-2.4.6/rsync -arxlHpogDt /usr/ /backup/usr/ --delete