I'm using duplicity with the --full-if-older-than <time> option to make a new full backup now and then.
The problem is that I can hold only two full backups at my destination. This means that whenever a new full backup needs to be done, I first need to have a call to remove-all-but-n-full 1.
Is there an easy way of achieving that with duplicity command's line tool or I need to do the scheduling logic by myself ? I just need to know if the original duplicity call will lead to a full backup. Or is there an option to automatically prune backups once the destination is full ?