Re: Backup Command

2011-01-21 Thread CACook
On Fri 21 January 2011 11:44:24 Freddie Cash wrote: > #!/bin/sh > > ssh someu...@mythtv.pc "/path/to/some/script stop" > > /path/to/your/rsync/script > > ssh someu...@mythtv.pc "/path/to/some/script start" Ho-lee crap, this is fantastic. Everything seems to work. I find though that if I stop

Re: Backup Command

2011-01-21 Thread Freddie Cash
On Fri, Jan 21, 2011 at 11:07 AM, wrote: > > Well thanks to some help from you guys I seem to have my backup server almost > fully running and functional with rsync.  Amazing functions, this > snapshotting and rsync. > > I still don't know why I cannot remove snapshots though. (Debian Testing w

Re: Backup Command

2011-01-21 Thread Niklas Schnelle
Kernel 2.6.32.x is to old for snapshot deletion, you will have to use something more recent On Fri, 2011-01-21 at 11:07 -0800, cac...@quantum-sci.com wrote: > Well thanks to some help from you guys I seem to have my backup server almost > fully running and functional with rsync. Amazing functions

Re: Backup Command

2011-01-21 Thread Goffredo Baroncelli
On 01/21/2011 08:07 PM, cac...@quantum-sci.com wrote: > > Well thanks to some help from you guys I seem to have my backup server almost > fully running and functional with rsync. Amazing functions, this > snapshotting and rsync. > > I still don't know why I cannot remove snapshots though. (Deb

Re: Backup Command

2011-01-21 Thread CACook
Well thanks to some help from you guys I seem to have my backup server almost fully running and functional with rsync. Amazing functions, this snapshotting and rsync. I still don't know why I cannot remove snapshots though. (Debian Testing with 2.6.32-28) And I don't know how to reach out fr

Re: Backup Command

2011-01-14 Thread cwillu
On Fri, Jan 14, 2011 at 7:17 PM, Carl Cook wrote: > > Apparently my command is no good.  No one ever responded to my question > below, so maybe I'm not smart enough to ask the right way. > > I can ssh from the backup server to the HTPC, but it crashes with a 'dirty' > error: > # rsync --progress

Re: Backup Command

2011-01-14 Thread Carl Cook
Apparently my command is no good. No one ever responded to my question below, so maybe I'm not smart enough to ask the right way. I can ssh from the backup server to the HTPC, but it crashes with a 'dirty' error: # rsync --progress --archive --hard-links --links --delete-during --delete-exclu

Re: Backup Command

2011-01-11 Thread Ivan Labáth
On 01/11/11 15:40, Hubert Kario wrote: > On Tuesday, January 11, 2011 15:33:38 Ivan Labáth wrote: >> On 01/11/11 15:19, Hubert Kario wrote: >>> On Tuesday, January 11, 2011 14:54:38 Ivan Labáth wrote: On 01/10/11 14:36, Hubert Kario wrote: > On Monday 10 of January 2011 14:25:32 Carl Cook

Re: Backup Command

2011-01-11 Thread Hubert Kario
On Tuesday, January 11, 2011 15:33:38 Ivan Labáth wrote: > On 01/11/11 15:19, Hubert Kario wrote: > > On Tuesday, January 11, 2011 14:54:38 Ivan Labáth wrote: > >> On 01/10/11 14:36, Hubert Kario wrote: > >>> On Monday 10 of January 2011 14:25:32 Carl Cook wrote: > Here is my proposed cron: >

Re: Backup Command

2011-01-11 Thread Ivan Labáth
On 01/11/11 15:19, Hubert Kario wrote: > On Tuesday, January 11, 2011 14:54:38 Ivan Labáth wrote: >> On 01/10/11 14:36, Hubert Kario wrote: >>> On Monday 10 of January 2011 14:25:32 Carl Cook wrote: Here is my proposed cron: btrfs subvolume snapshot hex:///home /media/backups/snapsho

Re: Backup Command

2011-01-11 Thread Hubert Kario
On Tuesday, January 11, 2011 14:54:38 Ivan Labáth wrote: > On 01/10/11 14:36, Hubert Kario wrote: > > On Monday 10 of January 2011 14:25:32 Carl Cook wrote: > >> Here is my proposed cron: > >> > >> btrfs subvolume snapshot hex:///home /media/backups/snapshots/hex-{DATE} > >> > >> rsync --archive

Re: Backup Command

2011-01-11 Thread Ivan Labáth
On 01/10/11 14:36, Hubert Kario wrote: > On Monday 10 of January 2011 14:25:32 Carl Cook wrote: >> Here is my proposed cron: >> >> btrfs subvolume snapshot hex:///home /media/backups/snapshots/hex-{DATE} >> >> rsync --archive --hard-links --delete-during --delete-excluded --inplace >> --numeric-ids

Re: Backup Command

2011-01-10 Thread Hubert Kario
On Monday 10 of January 2011 14:25:32 Carl Cook wrote: > Here is my proposed cron: > > btrfs subvolume snapshot hex:///home /media/backups/snapshots/hex-{DATE} > > rsync --archive --hard-links --delete-during --delete-excluded --inplace > --numeric-ids -e ssh --exclude-from=/media/backups/exclude