C-Duv / sysadmin-scripts

Collection of scripts used for system administration.
GNU General Public License v3.0
9 stars 4 forks source link

[duplicityBackup] "list-storages-locations" action gives no output when "quietUnlessError" is enabled #12

Closed C-Duv closed 7 years ago

C-Duv commented 9 years ago

When quietUnlessError is set to 1 (enabled), the following returns no output (although it should):

./duplicityBackup --config my_server.yml list-storages-locations

Switching quietUnlessError to 0, allows the storage location to show up.

C-Duv commented 7 years ago

Fixed by da2cb0d.