Split README example tree
This commit is contained in:
parent
d81410cbfa
commit
ad69d2a67f
15
README.rst
15
README.rst
@ -38,21 +38,36 @@ Backup Directory Hierarchy
|
|||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
basedir
|
basedir
|
||||||
|
|
||||||
├── current
|
├── current
|
||||||
|
|
||||||
└── data
|
└── data
|
||||||
|
|
||||||
├── snapshot-one
|
├── snapshot-one
|
||||||
|
|
||||||
│ ├── boot
|
│ ├── boot
|
||||||
|
|
||||||
│ ├── etc
|
│ ├── etc
|
||||||
|
|
||||||
│ ├── home
|
│ ├── home
|
||||||
|
|
||||||
│ ├── pkg
|
│ ├── pkg
|
||||||
|
|
||||||
│ └── root
|
│ └── root
|
||||||
|
|
||||||
└── snapshot-two
|
└── snapshot-two
|
||||||
|
|
||||||
├── boot
|
├── boot
|
||||||
|
|
||||||
├── etc
|
├── etc
|
||||||
|
|
||||||
├── home
|
├── home
|
||||||
|
|
||||||
├── pkg
|
├── pkg
|
||||||
|
|
||||||
└── root
|
└── root
|
||||||
|
|
||||||
|
|
||||||
* Assuming snapshot2 was the previous backup and snapshot1 was the backup before that:
|
* Assuming snapshot2 was the previous backup and snapshot1 was the backup before that:
|
||||||
* current would link to snapshot2
|
* current would link to snapshot2
|
||||||
* Unchanged files files from snapshot1 backed up to snapshot2 are hardlinked to snapshot1
|
* Unchanged files files from snapshot1 backed up to snapshot2 are hardlinked to snapshot1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user