When using --dry-run
with rsync it can list the files that will be backed up. But when I with duplicity do
duplicity --dry-run --name pchome --encrypt-sign-key xxx --include $HOME/Desktop --exclude '**' $HOME file:///mnt/backup
it just gives the statistics.
Question
How can I get duplicity to list the changes (copy/dalete) it will preform?
Increase the verbosity of output. According to duplicity man:
--verbosity info
worked for me