Update README
This commit is contained in:
parent
bebeb63b25
commit
f1f773bf95
22
README.rst
22
README.rst
@ -23,8 +23,30 @@ Target Directories
|
|||||||
* Installed packages
|
* Installed packages
|
||||||
* Package manager databases
|
* Package manager databases
|
||||||
|
|
||||||
|
Backup Directory Hierarchy
|
||||||
|
--------------------------
|
||||||
|
* basedir
|
||||||
|
| - data *directory containing all snapshots*
|
||||||
|
| | - snapshot1 *first snapshot*
|
||||||
|
| | - boot
|
||||||
|
| | - home
|
||||||
|
| | - etc
|
||||||
|
| | - snapshot2
|
||||||
|
| | - boot
|
||||||
|
| | - home
|
||||||
|
| | - etc
|
||||||
|
| - prev *link to previous snapshot*
|
||||||
|
* Assuming snapshot2 was the previous backup and snapshot1 was the backup before that:
|
||||||
|
* prev would link to snapshot2
|
||||||
|
* Unchanged files files from snapshot1 backed up to snapshot2 are hardlinked to snapshot1
|
||||||
|
|
||||||
|
|
||||||
Implementation Notes
|
Implementation Notes
|
||||||
--------------------
|
--------------------
|
||||||
* os.path is used for path handling
|
* os.path is used for path handling
|
||||||
* Use --link-dest=
|
* Use --link-dest=
|
||||||
* Use --suffix=, --backup, and --backup-dir=
|
* Use --suffix=, --backup, and --backup-dir=
|
||||||
|
|
||||||
|
To-do
|
||||||
|
-----
|
||||||
|
* Use --suffix=, --backup, and --backup-dir=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user