← Back to team overview

duplicity-team team mailing list archive

Re: [Question #691181]: Easy way to test if my duplicity backups are working?

 

Hi,

Yes, look at the verify command.  It's in the man page, but simply:

$ duplicity verify [options] [--compare-data] [--file-to-restore <relpath>]
[--time time] source_url target_directory

Verify without --compare-data will verify the consistency (hashes0 of the
backup.  With --compare-data all of the target is compared to the source.
That takes a while longer.

...Ken


On Sat, Jun 6, 2020 at 6:15 PM Pope Rigby <
question691181@xxxxxxxxxxxxxxxxxxxxx> wrote:

> New question #691181 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/691181
>
> I don't want to overwrite my entire filesystem with the backed up version,
> so I'm wondering if there's an easy way to check if it's working without
> doing that.
>
> --
> You received this question notification because your team duplicity-team
> is an answer contact for Duplicity.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team
> Post to     : duplicity-team@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~duplicity-team
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References