how to get a list of new, changed, and deleted files?

Asked by Dan Drake

Sometimes when I do an incremental backup, the statistics at the end are a bit surprising -- usually the total size change is larger than I expected. In this situation, I would like a way to find a list of the new, changed, and deleted files in the backup. Is there a way to do this? I'd like to have something like

$ duplicity --list-new-changed-deleted-files [somehow specify the backup]

which outputs something like:

new: /foo.txt
changed: /bar.txt
deleted: /home

Thanks.

Question information

Language:
English Edit question
Status:
Expired
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
edso (ed.so) said :
#2

On 20.09.2011 04:20, Dan Drake wrote:
> New question #171720 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/171720
>
> Sometimes when I do an incremental backup, the statistics at the end are a bit surprising -- usually the total size change is larger than I expected. In this situation, I would like a way to find a list of the new, changed, and deleted files in the backup. Is there a way to do this? I'd like to have something like
>
> $ duplicity --list-new-changed-deleted-files [somehow specify the backup]
>
> which outputs something like:
>
> new: /foo.txt
> changed: /bar.txt
> deleted: /home
>

That's not implemented. You could try raising the loglevel and look if you could grep some info out of it.

ede/duply.net