Duply 2.4.x is not compatible with duplicity 2.x
Brought to you by:
edso
Duply 2.4.x is not compatible with duplicity 2.x - Arch just upgraded their duplicity package to 2.0.2 which results in invalid usage (commandline options) between the two tools. Ignoring all the extraneous output, the "backup" error presents as:
duplicity: error: argument {cleanup,cl,collection-status,st,full,fb,incremental,inc,ib,list-current-files,ls,remove-all-but-n-full,ra,remove-all-inc-of-but-n-full,ri,remove-older-than,ro,restore,rb,verify,vb}: invalid choice: '/home/tengel' (choose from 'cleanup', 'cl', 'collection-status', 'st', 'full', 'fb', 'incremental', 'inc', 'ib', 'list-current-files', 'ls', 'remove-all-but-n-full', 'ra', 'remove-all-inc-of-but-n-full', 'ri', 'remove-older-than', 'ro', 'restore', 'rb', 'verify', 'vb')
...and the "status" error presents as:
ComCommandLineError: Source should be url, not directory. Got '.duplicity-ignore' instead.
Duplicity 2.x changelog about the params: https://gitlab.com/duplicity/duplicity/-/issues/152
all fixes released as duply 2.5.0. Thanks again!