Make paramiko optional

This commit is contained in:
2023-06-18 22:53:29 +02:00
parent a26182cedd
commit 22a3e8d60f
2 changed files with 21 additions and 6 deletions

View File

@ -172,6 +172,12 @@ Permission denied to access the output directory
.TP
.B 4
rsync error (rsync returned a non-zero value)
.TP
.B 5
SSH connection failed
.TP
.B 6
Bad configuration file
.SH SEE ALSO
.BR rsync (1)
.SH AUTHORS