Re: is a "- *.ext" filter overriden by a later "+ *.ext"

2010-09-09 Thread Louis-David Mitterrand
On Thu, Sep 09, 2010 at 12:50:01PM -0700, Steven Levine wrote: > In <20100909135257.ga20...@apartia.fr>, on 09/09/10 >at 03:52 PM, Louis-David Mitterrand > said: > > Hi, > > >Are such entries supposed to cancel each other? How can one override an > >earlier exclude in a filter list? > > You

DO NOT REPLY [Bug 7670] rsync --hard-links fails where ditto succeeds

2010-09-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7670 --- Comment #2 from d...@yost.com 2010-09-09 19:42 CST --- test script output looks like this rsync: mkstemp "/Volumes/Copy/links/03/29/.83b.QlmOQ8" failed: No space left on device (28) rsync: mkstemp "/Volumes/Copy/links/03/29/.84b.KFW

DO NOT REPLY [Bug 7670] rsync --hard-links fails where ditto succeeds

2010-09-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7670 --- Comment #1 from d...@yost.com 2010-09-09 19:40 CST --- Created an attachment (id=5956) --> (https://bugzilla.samba.org/attachment.cgi?id=5956&action=view) test script that demonstrates the bug -- Configure bugmail: https://bugzil

DO NOT REPLY [Bug 7670] New: rsync --hard-links fails where ditto succeeds

2010-09-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7670 Summary: rsync --hard-links fails where ditto succeeds Product: rsync Version: 3.1.0 Platform: Other OS/Version: Mac OS X Status: NEW Severity: blocker Priority: P3

Re: Backing up a stand alone system to a usb drive with rsync

2010-09-09 Thread Chris
On Thu, 2010-09-09 at 13:57 +0300, edac...@gmail.com wrote: > On 09/09/2010 03:16 AM, Chris wrote: > > I have a stand alone system with two drives / and /home on one and /var > > on the the other. I'd like to backup the complete system to a usb drive. > > I've tried dd however since it copies over

Re: --delete-during acts like --delete-before

2010-09-09 Thread Michal Soltys
On 10-09-09 20:17, Craig Bell wrote: > Michal Soltys wrote: > > > As stated, I would prefer this, however I do not have enough space to keep > two editions of the files. > I must delete as I go along, however I don't want to delete everything up > front, and risk exposure. > My workaround was t

Re: Newbie question Third try...

2010-09-09 Thread Charles Marcus
On 2010-09-09 5:07 PM, Blaine Miller wrote: > I give up... this is one of the least intuitive lists I've ever tried to > subscribe to... What are you talking about? Your messages are coming through. You don't need to ask permission to ask a question, just ask your question... -- Best regards

Re: Very Newbie question...

2010-09-09 Thread Benjamin R. Haskell
On Thu, 9 Sep 2010, Blaine Miller wrote: Is this the correct list to ask newbie questions and if not, which forum do I subscribe to? Thanks and thanks for not taking my head off with your response… Not sure what's going on with your bounced messages (Why are you replying to rsync-bounces?

RE: --delete-during acts like --delete-before

2010-09-09 Thread Carlos Carvalho
Craig Bell (craig.b...@standard.com) wrote on 9 September 2010 18:26: >Matthias Schniedermeyer wrote: > >> My observation of current rsync in "Incremental Recursion"-Mode >>(default), with default "--delete", is that the files it deletes are >> about 1000 files further down the list than the

Re: Backing up a stand alone system to a usb drive with rsync

2010-09-09 Thread Henri Shustak
> >> I have a stand alone system with two drives / and /home on one and /var >> on the the other. I'd like to backup the complete system to a usb drive. >> I've tried dd however since it copies over everything, even empty space >> it didn't seem very practical since for instance root only has 10Gi

RE: Newbie question Third try...

2010-09-09 Thread Blaine Miller
I give up... this is one of the least intuitive lists I've ever tried to subscribe to... Not thanks... R. Blaine Miller   -Original Message- From: rsync-boun...@lists.samba.org [mailto:rsync-boun...@lists.samba.org] On Behalf Of Blaine Miller Sent: Thursday, September 09, 2010 2:06 PM

Newbie question Second try...

2010-09-09 Thread Blaine Miller
I keep getting bounced. So what is the correct userlist I should connect to? Thanks R. Blaine Miller   -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.ca

Re: is a "- *.ext" filter overriden by a later "+ *.ext"

2010-09-09 Thread Steven Levine
In <20100909135257.ga20...@apartia.fr>, on 09/09/10 at 03:52 PM, Louis-David Mitterrand said: Hi, >Are such entries supposed to cancel each other? How can one override an >earlier exclude in a filter list? You need to prepend the overrides to your list rather than appending them. In general

Very Newbie question...

2010-09-09 Thread Blaine Miller
Is this the correct list to ask newbie questions and if not, which forum do I subscribe to? Thanks and thanks for not taking my head off with your response... Blaine Miller -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://l

RE: --delete-during acts like --delete-before

2010-09-09 Thread Craig Bell
Matthias Schniedermeyer wrote: > My observation of current rsync in "Incremental Recursion"-Mode >(default), with default "--delete", is that the files it deletes are > about 1000 files further down the list than the file it currently > transfers. > So question is: Are there more than 1000 file

RE: --delete-during acts like --delete-before

2010-09-09 Thread Craig Bell
Michal Soltys wrote: > Hmmm, rsync wouldn't do that. As mentioned above, files being part of > the transfer (whenever uptodate ones, or the ones to be updated) will > not be preemptivly removed. Even the old files are not deleted first - > they are transfered to a temporary file and moved over

RE: --delete-during acts like --delete-before

2010-09-09 Thread Craig Bell
Michal Soltys wrote: > If you used --delete-during - rsync would combine 1st and 2nd pass of > --delete-before into single pass, where deletion and transfer would be > done on directory per directory basis, recursively. Thanks for writing, Michal. In my example, I used --delete-during, however

is a "- *.ext" filter overriden by a later "+ *.ext"

2010-09-09 Thread Louis-David Mitterrand
Hi, In our backup script we sometimes would like to override the common (i.e: static) excludes filter list. For example we exclude "- *.ext" for all backups but would like to include "+ *.ext" only for 'local' backups. Are such entries supposed to cancel each other? How can one override an earli

Re: Backing up a stand alone system to a usb drive with rsync

2010-09-09 Thread edacval
On 09/09/2010 03:16 AM, Chris wrote: I have a stand alone system with two drives / and /home on one and /var on the the other. I'd like to backup the complete system to a usb drive. I've tried dd however since it copies over everything, even empty space it didn't seem very practical since for ins

Re: --delete-during acts like --delete-before

2010-09-09 Thread Matthias Schniedermeyer
On 08.09.2010 23:07, Craig Bell wrote: > > Hello, I use rsync v3.0.7 with "--delete-during", but it appears to > act more like "--delete-before". I've checked the docs and list > archives, but I am still discovering some of the subtleties of > rsync, and I can't see where I'm going wro

Re: --delete-during acts like --delete-before

2010-09-09 Thread Michal Soltys
On 09.09.2010 02:05, Michal Soltys wrote: On 10-09-09 01:07, Craig Bell wrote: 1) 1st delete pass, honoring global (on B or sent from A, if rsync was executed on A) and per directory (on B) rules of what to protect/delete (see --filter's options R & P) 2) 2nd transfer pass To be a bit more sp