All of lore.kernel.org
 help / color / mirror / Atom feed
* btrfs send/receive for backup of subvolumes
@ 2015-05-05 11:30 sri
  2015-05-07  3:43 ` Duncan
  2015-05-07  4:04 ` Paul Harvey
  0 siblings, 2 replies; 3+ messages in thread
From: sri @ 2015-05-05 11:30 UTC (permalink / raw)
  To: linux-btrfs

Hi

My query speicific to incremental backup/recovery with btrfs 
send/receive option available for btrfs subvolume backups.

say i have /b1/s1 subvolume and snapshot of s1 is /b1/snap1_s1

I run btrfs send /b1/snap_s1 | btrfs receive /backup where /backup is my 
backup btrfs file system.


Now I will take snapshot of s1 again ( after modifiying data in s1) 
which is /b1/snap2_s1

Using btrfs send -p snap1_s1 snap2_s2 and destination as /backup I can 
send incremental to backup store.

My question is is there a way I can have option recover files from 
/backup from incremental backup or full backup (i.e. from copy of 
snap2_s1 or snap1_s1)

And I do not want to make 2 copies of 1 full and 1 incremetal backup 
since if full backup is 1Gb and if there is 0.6Gb change for 
incremental, I would like to backup only difference for incremental 
backup but still would able to get option to recover files from full or 
incremental from backedup subvolume.

is there a way I can achieve this using current btrfs send/receive and 
other snapshot and tracking options?

thank you in advance.


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

end of thread, other threads:[~2015-05-07  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 11:30 btrfs send/receive for backup of subvolumes sri
2015-05-07  3:43 ` Duncan
2015-05-07  4:04 ` Paul Harvey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.