Marc's Public Blog - Linux Hacking
vvv Click on the categories below to see other topic specific pages vvv
All
|
Aquariums
|
Arduino
|
Btrfs
|
Cars
|
Cats
|
Clubbing
|
Computers
|
Dining
|
Diving
|
Dreamstate
|
Edc
|
Electronics
|
Exercising
|
Festivals
|
Flying
|
Halloween
|
Hbot
|
Hiking
|
Linux
|
Linuxha
|
Monuments
|
Museums
|
Oshkosh
|
Outings
|
Public
|
Rc
|
Sciencemuseums
|
Snow
|
Solar
|
Tfsf
|
Trips
>>>
Back to post index
<<<
2014/05/20
Historical Snapshots of Backups With Btrfs
π
2014-05-20 01:01 in Btrfs, Linux
How to manage historical snapshots of backups with Btrfs
I have a setup where I backup a certain number of machines to a central server. There are multiple ways to do hierarchical backups with btrfs.
snapshots and rsync on top
http://marc.merlins.org/linux/talks/Btrfs-LC2014-JP/html/img33.html
not great because of COW relationship lost to unix tools,
not great because backing up server on another one requires a lot more snapshots of snapshots for btrfs send of old things that never change
works for deduping data that partially changes or changes owners
cp -a --link + rsync
http://marc.merlins.org/linux/talks/Btrfs-LC2014-JP/html/img34.html
newer btrfs should be ok with many hardlinks
du can figure out the data saved
you can use hardlinks.py instead of bedup
can be transferred via cp/rsync without losing links
but hardlinks will not work across subvolumes
cp -a --reflink + rsync
http://marc.merlins.org/linux/talks/Btrfs-LC2014-JP/html/img35.html
very nice, does not require hardlinks which you can't do across subvolumes
works for deduping data that partially changes or changes owners
but totally lost as soon as you copy it anywhere else (unless you use btrfs send)
More pages:
July 2002
February 2004
March 2004
November 2004
April 2005
August 2005
January 2006
July 2006
August 2007
November 2007
January 2008
October 2008
November 2008
December 2008
January 2009
May 2009
July 2009
August 2009
September 2009
November 2009
December 2009
January 2010
March 2010
April 2010
June 2010
August 2010
October 2010
January 2011
July 2011
August 2011
December 2011
January 2012
March 2012
May 2012
August 2012
December 2012
January 2013
March 2013
May 2013
September 2013
November 2013
January 2014
March 2014
April 2014
May 2014
October 2014
January 2015
March 2015
May 2015
January 2016
February 2016
June 2016
July 2016
August 2016
October 2016
January 2017
September 2017
January 2018
March 2018
December 2018
January 2019
January 2020
May 2020
January 2021
September 2021
March 2023
April 2023
December 2023
June 2024
November 2024
>>>
Back to post index
<<<
Contact Email