mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
Do not warn when rsync exits with status 0.
This commit is contained in:
parent
d3d71fd393
commit
80a51a3e64
@ -1103,6 +1103,9 @@ function check_rsync_exit_status {
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
0)
|
||||
return
|
||||
;;
|
||||
1|2|3|4|5|6|10|11|12|13|14|21)
|
||||
fatal "Rsync error $1 when trying to transfer $SECTION"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user