mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
manual: Add info on special items
Add info about handling of symlinks and bind-mounts. Closes: #1014
This commit is contained in:
parent
81473f4538
commit
1e31f5202f
@ -564,6 +564,16 @@ args:
|
|||||||
|
|
||||||
$ restic -r /tmp/backup backup --files-from /tmp/files_to_backup /tmp/some_additional_file
|
$ restic -r /tmp/backup backup --files-from /tmp/files_to_backup /tmp/some_additional_file
|
||||||
|
|
||||||
|
|
||||||
|
Backing up special items
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
**Symlinks** are archieved as symlinks, ``restic``does not follow them.
|
||||||
|
When you restore, you get the same symlink again, with the same link target
|
||||||
|
and the same timestamps.
|
||||||
|
|
||||||
|
If there is a **bind-mount** below a directory that is to be saved, restic descends into it.
|
||||||
|
|
||||||
Reading data from stdin
|
Reading data from stdin
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user