Duplicity 0.7.06
Ubuntu 14.04
Python 2.7.6
The --file-changed option with collection-status does not work. Restoring files work just fine.
Several months of daily backups are available when testing this.
$ duplicity collection-status --file-changed home/user/filename --gio sftp://user@server/home/user/backups
Warning: Option --gio is pending deprecation and will be removed in a future release.
Use of default filenames is strongly suggested.
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Mon Oct 5 09:38:37 2015
-------------------------
File: home/user/filename
Total number of backup: 0
Type of backup set: Time: Type of file change:
-------------------------
$ duplicity restore --file-to-restore home/user/filename --gio sftp://user@server/home/user/backups restored_file
Warning: Option --gio is pending deprecation and will be removed in a future release.
Use of default filenames is strongly suggested.
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Mon Oct 5 09:38:37 2015
This should be easily reproduced. I noted someone else having the same problem: https://lists.gnu.org/archive/html/duplicity-talk/2015-11/msg00008.html
I am using 0.7.06+ bzr1166- 0ubuntu0~ ubuntu14. 04.1 from the https:/ /launchpad. net/~duplicity- team/+archive/ ubuntu/ daily (2015-12-24) along with Python 2.7.6 and Ubuntu 14.04.3 LTS and the --file-changed option with collection-status does not work either.