Re: Backup script

2004-07-08 Thread Chuck Wolber
On Thu, 8 Jul 2004, spivkid wrote: > I guess I need a full copy of the data that is need to be backup from > the remote box on my local box so rsync can compare the file different > each date? Not really. Having no data on the remote box means that there's more to transfer across from the sour

Re: not updating changed local files

2004-07-08 Thread Ilya N. Golubev
> Your ls command does not match the rsync command. Agree. The difference between source directory with and without a trailing slash is stated somewhere deep in `rsync(1)'. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.or

Re: not updating changed local files

2004-07-08 Thread Wayne Davison
On Tue, Jul 06, 2004 at 07:50:51PM +0400, Ilya N. Golubev wrote: > rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb > ls -l > {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content Your ls command does not match the r

Re: not updating changed local files

2004-07-08 Thread Ilya N. Golubev
> Does rsync version 2.6.2 exhibit this same behavior? Yes, it does the same, that is, writes xemacsweb/About/XEmacsServices.content is uptodate when there are no `/'s at the ends of its args, and About/XEmacsServices.content when `/'s are appended both to source and destination directory. Nev

Backup script

2004-07-08 Thread spivkid
*The goal is to backup an remote incremental each day.* I trying to figure a way to run rsync via ssh from my local box to backup an remote box but only back incremental of changed data to a dir for that day. I guess I need a full copy of the data that is need to be backup from the remote box on