diff --git a/README.rst b/README.rst index ecafc70..83852f1 100644 --- a/README.rst +++ b/README.rst @@ -38,21 +38,36 @@ Backup Directory Hierarchy -------------------------- basedir + ├── current + └── data + ├── snapshot-one + │   ├── boot + │   ├── etc + │   ├── home + │   ├── pkg + │   └── root + └── snapshot-two + ├── boot + ├── etc + ├── home + ├── pkg + └── root + * Assuming snapshot2 was the previous backup and snapshot1 was the backup before that: * current would link to snapshot2 * Unchanged files files from snapshot1 backed up to snapshot2 are hardlinked to snapshot1