linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Backup Command
@ 2011-01-10 13:25 Carl Cook
  2011-01-10 13:36 ` Hubert Kario
  2011-01-15  1:17 ` Carl Cook
  0 siblings, 2 replies; 14+ messages in thread
From: Carl Cook @ 2011-01-10 13:25 UTC (permalink / raw)
  To: linux-btrfs


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-hex hex:///home /media/backups/hex

btrfs subvolume snapshot droog:///home /media/backups/snapshots/droog-{DATE}

rsync --archive --hard-links --delete-during --delete-excluded --inplace --numeric-ids -e ssh --exclude-from=/media/backups/exclude-droog droog:///home /media/backups/droog

Comments?  Criticisms?


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Backup Command
@ 2011-01-21 19:07 CACook
  2011-01-21 19:14 ` Goffredo Baroncelli
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: CACook @ 2011-01-21 19:07 UTC (permalink / raw)
  To: linux-btrfs


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 from the backup server to the HTPC and stop MythTV there, so I can export the Mysql database safely, from a cron job on the backup server.  Suggestions?


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-21 21:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 13:25 Backup Command Carl Cook
2011-01-10 13:36 ` Hubert Kario
2011-01-11 13:54   ` Ivan Labáth
2011-01-11 14:19     ` Hubert Kario
2011-01-11 14:33       ` Ivan Labáth
2011-01-11 14:40         ` Hubert Kario
2011-01-11 14:53           ` Ivan Labáth
2011-01-15  1:17 ` Carl Cook
2011-01-15  5:25   ` cwillu
  -- strict thread matches above, loose matches on Subject: below --
2011-01-21 19:07 CACook
2011-01-21 19:14 ` Goffredo Baroncelli
2011-01-21 19:15 ` Niklas Schnelle
2011-01-21 19:44 ` Freddie Cash
2011-01-21 21:54   ` CACook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).