Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
an also add other intervals, e.g., weekly snapshots for the past 10 weeks. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart- questions.html -- View this message in context: http://www.nabble.com/R

Re: Rysnc Schedule

2007-07-19 Thread sparty2809
ilman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11699492 Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change opt

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Chris <[EMAIL PROTECTED]> wrote: I know how to use the command prompt, was just curious if it had a gui. OK. Please don't take any offense at my offering a little extra support in case you were a user who needed it. So this can backup for 30 days and once 30 days comes up, it wil

Re: Rysnc Schedule

2007-07-19 Thread Keith Lofstrom
On Wed, Jul 18, 2007 at 08:45:28PM -0400, Matt McCutchen wrote: > On 7/18/07, Charles Marcus <[EMAIL PROTECTED]> wrote: > >Is there an alternate way to remove an entire directory *without* > >traversing the directory itself? > > No filesystem that I know of provides one, although it would be great

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Chris <[EMAIL PROTECTED]> wrote: Never used it before. Does it have a gui? No. You edit the configuration file /etc/rsnapshot.conf and then run rsnapshot from the command line with the name of the backup interval, like "rsnapshot daily". Please don't be put off by having to edit

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
On Thu, 2007-07-19 at 09:30 -0400, Matt McCutchen wrote: > On 7/19/07, Rick Romero <[EMAIL PROTECTED]> wrote: > > /usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; > > > > Anything older than 30 days gets deleted from /var/backup/ > > That's no good: it deletes individual files that happen

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Rick Romero <[EMAIL PROTECTED]> wrote: /usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; Anything older than 30 days gets deleted from /var/backup/ That's no good: it deletes individual files that happen to be older than 30 days from even yesterday's backup. This is better

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
monetary profit." - FDR > > > > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 > > -- > > To unsubscribe or change options: > > https://lists.samba.org/mailman/listinfo/rsync > > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html &g

Re: Rysnc Schedule

2007-07-19 Thread sparty2809
ry profit." - FDR > > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 > -- > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in c

Re: Rysnc Schedule

2007-07-18 Thread Matt McCutchen
On 7/18/07, Charles Marcus <[EMAIL PROTECTED]> wrote: Is there an alternate way to remove an entire directory *without* traversing the directory itself? No filesystem that I know of provides one, although it would be great to be able to issue a single unlink or rmdir call and have the filesyste

Re: Rysnc Schedule

2007-07-18 Thread Charles Marcus
On 7/18/2007, Chuck Wolber ([EMAIL PROTECTED]) wrote: In linux, you delete files with the "rm" command... OT follow-up... Is there an alternate way to remove an entire directory *without* traversing the directory itself? -- Best regards, Charles -- To unsubscribe or change options: https:

Re: Rysnc Schedule

2007-07-18 Thread Chuck Wolber
On Wed, 18 Jul 2007, sparty2809 wrote: > I understand how to do the rsync part, but how would I delete the files? In linux, you delete files with the "rm" command... In windows you'd probably want to use "deltree"... Or, you could get really fancy and use directed charges of thermite, although

Re: Rysnc Schedule

2007-07-18 Thread sparty2809
we apply > social values more noble than mere monetary profit." - FDR > > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 > -- > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Rysnc Schedule

2007-07-18 Thread Chuck Wolber
On Wed, 18 Jul 2007, sparty2809 wrote: > > What I want to do is use rsync to back up a folder to an external drive. > > I would like to keep 30 days worth. > > For example: I have backups of June 1 - June 30. Once July 1 comes > along, I want to keep June 2 - July 1 and delete June 1, and so f

Re: Rysnc Schedule

2007-07-18 Thread Matt McCutchen
On 7/18/07, sparty2809 <[EMAIL PROTECTED]> wrote: What I want to do is use rsync to back up a folder to an external drive. I would like to keep 30 days worth. For example: I have backups of June 1 - June 30. Once July 1 comes along, I want to keep June 2 - July 1 and delete June 1, and so forth

Rysnc Schedule

2007-07-18 Thread sparty2809
this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997 Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart