restic/doc
David Sommer 5729d967f5 backup: Return exit status code 3 when failing to read source data
The backup command used to return a zero exit code as long as a snapshot
could be created successfully, even if some of the source files could not
be read (in which case the snapshot would contain the rest of the files).

This made it hard for automation/scripts to detect failures/incomplete
backups by looking at the exit code. Restic now returns the following exit
codes for the backup command:

 - 0 when the command was successful
 - 1 when there was a fatal error (no snapshot created)
 - 3 when some source data could not be read (incomplete snapshot created)
2020-07-20 22:19:01 +02:00
..
_static docs: switch to gopher favicon 2020-02-13 00:09:37 +01:00
images/aws_s3
logo
man Remove broken --allow-root from restic mount 2020-03-17 23:35:06 +01:00
.gitignore
010_introduction.rst
020_installation.rst Update doc excerpts for `--help` 2020-04-03 19:49:06 +02:00
030_preparing_a_new_repo.rst Update 030_preparing_a_new_repo.rst 2020-04-23 09:24:19 +02:00
040_backup.rst backup: Return exit status code 3 when failing to read source data 2020-07-20 22:19:01 +02:00
045_working_with_repos.rst doc: Improve check documentation 2019-12-10 21:15:59 +01:00
050_restore.rst Fix typos 2020-05-16 14:05:26 +08:00
060_forget.rst --hostname flag is deprecated 2020-06-29 12:53:57 -06:00
070_encryption.rst
075_scripting.rst
080_examples.rst Update 080_examples.rst 2020-06-26 00:01:30 +02:00
090_participating.rst Remove -mod=vendor from all documentation and code 2020-03-01 19:32:35 +01:00
100_references.rst
110_talks.rst
Makefile
REST_backend.rst
bash-completion.sh Remove broken --allow-root from restic mount 2020-03-17 23:35:06 +01:00
cache.rst
conf.py
design.rst
developer_information.rst Remove -mod=vendor from all documentation and code 2020-03-01 19:32:35 +01:00
faq.rst Add hint abouth absolute sftp paths for Synology NAS 2020-01-06 21:37:57 +01:00
index.rst
manual_rest.rst Update 040_backup.rst 2020-07-12 00:31:56 +02:00
requirements.txt
test_irreducibility.gap
zsh-completion.zsh