Reputation: 33891
When executing: duplicity --force remove-older-than 10D file:///fullSystemBackup/
Produces an error of: Specified archive directory '/home/bitnami/.cache/duplicity/abcxyz' does not exist, or is not a directory
Upvotes: 2
Views: 899
Reputation: 33891
The issue was I ran the command with a different user as to when I made a backup with Duplicity.
Upvotes: 2