mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-03 18:27:01 +00:00
docs: installation: fix accidental block quotes
This commit is contained in:
parent
3fea2ac05e
commit
7df1140ab9
1 changed files with 12 additions and 12 deletions
|
@ -173,20 +173,20 @@ Features & platforms
|
||||||
|
|
||||||
Besides regular file and directory structures, |project_name| can preserve
|
Besides regular file and directory structures, |project_name| can preserve
|
||||||
|
|
||||||
* Symlinks (stored as symlink, the symlink is not followed)
|
* Symlinks (stored as symlink, the symlink is not followed)
|
||||||
* Special files:
|
* Special files:
|
||||||
|
|
||||||
* Character and block device files (restored via mknod)
|
* Character and block device files (restored via mknod)
|
||||||
* FIFOs ("named pipes")
|
* FIFOs ("named pipes")
|
||||||
* Special file *contents* can be backed up in ``--read-special`` mode.
|
* Special file *contents* can be backed up in ``--read-special`` mode.
|
||||||
By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored.
|
By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored.
|
||||||
* Hardlinked regular files, devices, FIFOs (considering all items in the same archive)
|
* Hardlinked regular files, devices, FIFOs (considering all items in the same archive)
|
||||||
* Timestamps in nanosecond precision: mtime, atime, ctime
|
* Timestamps in nanosecond precision: mtime, atime, ctime
|
||||||
* Permissions:
|
* Permissions:
|
||||||
|
|
||||||
* IDs of owning user and owning group
|
* IDs of owning user and owning group
|
||||||
* Names of owning user and owning group (if the IDs can be resolved)
|
* Names of owning user and owning group (if the IDs can be resolved)
|
||||||
* Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
|
* Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
|
||||||
|
|
||||||
On some platforms additional features are supported:
|
On some platforms additional features are supported:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue