duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Extraneous "Deleting" messages


From: Kenneth R Smith
Subject: [Duplicity-talk] Extraneous "Deleting" messages
Date: Tue, 21 Feb 2017 15:51:19 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

I run duplicity 0.7.06 on Ubuntu 16.04 LTS.

I make a full backup once a month, and incremental backups daily.
I keep 1 year of full backups on hand, as well as 3 months of full+incrementals.

To do this,my script runs duplicity three times:
1) the backup
2) /usr/bin/duplicity remove-older-than 1Y          (with --force)
3) /usr/bin/duplicity remove-all-inc-of-but-n-full 3    (also with --force)

It does exactly what I want, and the older-than-3-month incrementals get deleted from the backend.
But each day thereafter , I also get these messages:
-------------
Deleting backup chains at times:
Sat Sep 17 19:12:51 2016
Tue Oct 18 04:05:03 2016
Thu Nov 17 04:05:03 2016
Deleting incremental signature chain Thu Nov 17 04:05:03 2016
Deleting incremental signature chain Thu Nov 17 04:05:03 2016
Deleting incremental signature chain Tue Oct 18 04:05:03 2016
Deleting incremental signature chain Tue Oct 18 04:05:03 2016
Deleting incremental signature chain Sat Sep 17 19:12:51 2016
Deleting incremental signature chain Sat Sep 17 19:12:51 2016
Deleting incremental backup chain Thu Nov 17 04:05:03 2016
Deleting incremental backup chain Tue Oct 18 04:05:03 2016
Deleting incremental backup chain Sat Sep 17 19:12:51 2016
-------------
The backup chains it mentions are all the older-than-3-month full backups, but there are no incrementals left on the backend for it to delete. It does not cause a problem, but it seems like it should not comment on those once they are really gone.
FWIW, I'm at the default verbosity level.


--
Kenneth R Smith   |    address@hidden
Bayview Strategies, LLC
https://bayviewstrategies.com
http://www.sweet-tea-no-lemon.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]