Re: Delete directories without browsing them

2013-08-03 Thread AZ 9901
Le 3 août 2013 à 18:27, Wayne Davison a écrit : > On Sun, Apr 7, 2013 at 2:25 AM, AZ 9901 wrote: > If so, is there a way to tell Rsync the following ? > "delete this top directory and all its files, but stop lacking time with > comparisons against the incl/excl list for each element of this top

Re: Delete directories without browsing them

2013-08-03 Thread Wayne Davison
On Sun, Apr 7, 2013 at 2:25 AM, AZ 9901 wrote: > If so, is there a way to tell Rsync the following ? > "delete this top directory and all its files, but stop lacking time with > comparisons against the incl/excl list for each element of this top > directory" > No, rsync will always make a list o

Re: Delete directories without browsing them

2013-08-03 Thread AZ 9901
Le 6 avr. 2013 à 16:57, AZ 9901 a écrit : > I make my production backups with Rsync. > > > Here is an example of my backup tree on the destination server : > /backups >/2013-04-03 >/2013-04-02 >/2013-04-01 >/2013-03-31 >/2013-03-30 >/2013-03-29 > > At the end of the bac

Re: Delete directories without browsing them

2013-04-07 Thread AZ 9901
Le 7 avr. 2013 à 13:29, Matthias Schniedermeyer a écrit : > On 07.04.2013 11:25, AZ 9901 wrote: >> Le 6 avr. 2013 à 17:15, Matthias Schniedermeyer a écrit : >> >>> On 06.04.2013 16:57, AZ 9901 wrote: Is there a way to tell Rsync to directly delete backup directories at the top of

Re: Delete directories without browsing them

2013-04-07 Thread Matthias Schniedermeyer
On 07.04.2013 11:25, AZ 9901 wrote: > Le 6 avr. 2013 à 17:15, Matthias Schniedermeyer a écrit : > > > On 06.04.2013 16:57, AZ 9901 wrote: > >> > >> Is there a way to tell Rsync to directly delete backup directories at > >> the top of the hierarchy without browsing them ? > > > > No. > > > > Del

Re: Delete directories without browsing them

2013-04-07 Thread AZ 9901
Le 6 avr. 2013 à 17:15, Matthias Schniedermeyer a écrit : > On 06.04.2013 16:57, AZ 9901 wrote: >> >> Is there a way to tell Rsync to directly delete backup directories at >> the top of the hierarchy without browsing them ? > > No. > > Deleting a directory-tree has to be done "file by file" and

Re: Delete directories without browsing them

2013-04-06 Thread Matthias Schniedermeyer
On 06.04.2013 16:57, AZ 9901 wrote: > > Is there a way to tell Rsync to directly delete backup directories at > the top of the hierarchy without browsing them ? No. Deleting a directory-tree has to be done "file by file" and "directory by directory" there is no magic "remove that mountain of fi

Delete directories without browsing them

2013-04-06 Thread AZ 9901
Hello, I make my production backups with Rsync. Here is an example of my backup tree on the destination server : /backups /2013-04-03 /2013-04-02 /2013-04-01 /2013-03-31 /2013-03-30 /2013-03-29 At the end of the backup process, I upload a logfile in the backup directo