2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00

manual: Add info on special items (device files)

This commit is contained in:
Jan Niggemann 2017-09-22 22:58:26 +02:00
parent 1e31f5202f
commit 3b904525d9

View File

@ -574,6 +574,11 @@ and the same timestamps.
If there is a **bind-mount** below a directory that is to be saved, restic descends into it.
**Device files** are saved and restored as device files. This means that e.g. ``/dev/sda`` is
archived as a block device file and restored as such. This also means that the content of the
corresponding disk is not read, at least not from the device file.
Reading data from stdin
~~~~~~~~~~~~~~~~~~~~~~~