Split README example tree

This commit is contained in:
Eric Torres 2019-04-17 20:44:17 -07:00
parent d81410cbfa
commit ad69d2a67f

View File

@ -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