Add more return codes

This commit is contained in:
2023-06-15 17:14:17 +02:00
parent b3fee0d022
commit 6f1e91e2cd
2 changed files with 21 additions and 3 deletions

View File

@ -72,6 +72,12 @@ No valid inputs selected for backup
.TP
.B 2
Backup failed because output directory for storing the backup does not exist
.TP
.B 3
Permission denied to access the output directory
.TP
.B 4
rsync error (rsync returned a non-zero value)
.SH SEE ALSO
.BR rsync (1)
.SH AUTHORS