使Duplicity列表文件被备份?

当使用rsync --dry-run ,它可以列出将要备份的文件。 但是,当我与副本做

 duplicity --dry-run --name pchome --encrypt-sign-key xxx --include $HOME/Desktop --exclude '**' $HOME file:///mnt/backup 

它只是给出统计。

我如何获得重复性以列出它将执行的更改(复制/备忘录)?

增加输出的详细程度。 根据口是心非的人 :

  --verbosity level, -vlevel Specify output verbosity level (log level). Named levels and corresponding values are 0 Error, 2 Warning, 4 Notice (default), 8 Info, 9 Debug (noisiest). level may also be a character: e, w, n, i, d a word: error, warning, notice, info, debug The options -v4, -vn and -vnotice are functionally equivalent, as are the mixed/upper-case versions -vN, -vNotice and -vNOTICE. 

--verbosity info为我工作的--verbosity info