forked from TrueCloudLab/restic
commit
79f2939eb9
6 changed files with 60 additions and 64 deletions
|
@ -482,13 +482,12 @@ want to save the access time for files and directories, you can pass the
|
||||||
``--with-atime`` option to the ``backup`` command.
|
``--with-atime`` option to the ``backup`` command.
|
||||||
|
|
||||||
Note that ``restic`` does not back up some metadata associated with files. Of
|
Note that ``restic`` does not back up some metadata associated with files. Of
|
||||||
particular note are::
|
particular note are:
|
||||||
|
|
||||||
- file creation date on Unix platforms
|
|
||||||
- inode flags on Unix platforms
|
|
||||||
- file ownership and ACLs on Windows
|
|
||||||
- the "hidden" flag on Windows
|
|
||||||
|
|
||||||
|
* File creation date on Unix platforms
|
||||||
|
* Inode flags on Unix platforms
|
||||||
|
* File ownership and ACLs on Windows
|
||||||
|
* The "hidden" flag on Windows
|
||||||
|
|
||||||
Reading data from a command
|
Reading data from a command
|
||||||
***************************
|
***************************
|
||||||
|
@ -514,7 +513,6 @@ Restic uses the command exit code to determine whether the command succeeded. A
|
||||||
non-zero exit code from the command causes restic to cancel the backup. This causes
|
non-zero exit code from the command causes restic to cancel the backup. This causes
|
||||||
restic to fail with exit code 1. No snapshot will be created in this case.
|
restic to fail with exit code 1. No snapshot will be created in this case.
|
||||||
|
|
||||||
|
|
||||||
Reading data from stdin
|
Reading data from stdin
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
|
@ -555,7 +553,6 @@ the pipe and act accordingly (e.g., remove the last backup). Refer to the
|
||||||
`Use the Unofficial Bash Strict Mode <http://redsymbol.net/articles/unofficial-bash-strict-mode/>`__
|
`Use the Unofficial Bash Strict Mode <http://redsymbol.net/articles/unofficial-bash-strict-mode/>`__
|
||||||
for more details on this.
|
for more details on this.
|
||||||
|
|
||||||
|
|
||||||
Tags for backup
|
Tags for backup
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
@ -684,7 +681,6 @@ The external programs that restic may execute include ``rclone`` (for rclone
|
||||||
backends) and ``ssh`` (for the SFTP backend). These may respond to further
|
backends) and ``ssh`` (for the SFTP backend). These may respond to further
|
||||||
environment variables and configuration files; see their respective manuals.
|
environment variables and configuration files; see their respective manuals.
|
||||||
|
|
||||||
|
|
||||||
Exit status codes
|
Exit status codes
|
||||||
*****************
|
*****************
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue