Re: Hidden files

2011-02-07 Thread Scott Wiersdorf
On Mon, Feb 07, 2011 at 09:04:24PM -0500, Y z wrote: > > Wondering why rsync isn't copying hidden files. I thought (google told me so) > that rsync doesn't treat dot files specially. > > Source/destination rsync: 3.0.7 > > command: > # rsync -azPv * 10.1.1.1:/u2/ubuntu/ Your file list is bein

RE: Hidden files

2011-02-07 Thread Y z
Oh. Thanks! > Subject: Re: Hidden files > From: m...@mattmccutchen.net > To: yan...@hotmail.com > CC: rsync@lists.samba.org > Date: Mon, 7 Feb 2011 21:55:26 -0500 > > On Mon, 2011-02-07 at 21:04 -0500, Y z wrote: > > Wondering why rsync isn't copying hidde

Re: Hidden files

2011-02-07 Thread Matt McCutchen
On Mon, 2011-02-07 at 21:04 -0500, Y z wrote: > Wondering why rsync isn't copying hidden files. I thought (google told me so) > that rsync doesn't treat dot files specially. > command: > # rsync -azPv * 10.1.1.1:/u2/ubuntu/ Rsync doesn't treat them specially, but your shell wildcard does. Consi

Hidden files

2011-02-07 Thread Y z
Wondering why rsync isn't copying hidden files. I thought (google told me so) that rsync doesn't treat dot files specially. Source/destination rsync: 3.0.7 command: # rsync -azPv * 10.1.1.1:/u2/ubuntu/ sending incremental file list sent 96026 bytes received 388 bytes 38565.60 bytes/sec tota

Re: rsync not reporting diskfull error

2011-02-07 Thread Wayne Davison
If pushing data (e.g. a local copy or copy from local to remote), there is a failure where the receiver can try to report an error, die, and the sender gets the error trying to write to the receiver before it gets the error message from "around the horn" (it would have gone to the generator, and th

Incremental backup with only delta into a separate file.

2011-02-07 Thread Manikanta Kattamuri
Hi All, I am presently doing a small POC with rsync for incremental backup and restore starategies. I have come up with certain question down the line, can anyone help me with the explanation. Used the config and ideas from: http://www.mikerubel.org/computers/rsync_snapshots/ The commands exec