Update help text of backup command in docs

This commit is contained in:
Michael Eischer 2020-08-24 23:16:25 +02:00
parent 91e8d998cd
commit bbe8b73f03
1 changed files with 3 additions and 4 deletions

View File

@ -80,10 +80,9 @@ command:
EXIT STATUS
===========
Exit status is 0 if the command was successful, and non-zero if there was any error.
Note that some issues such as unreadable or deleted files during backup
currently doesn't result in a non-zero error exit status.
Exit status is 0 if the command was successful.
Exit status is 1 if there was a fatal error (no snapshot created).
Exit status is 3 if some source data could not be read (incomplete snapshot created).
Usage:
restic backup [flags] FILE/DIR [FILE/DIR] ...