2

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

Chris Stryczynski
  • 30,145
  • 48
  • 175
  • 286

1 Answers1

2

The issue was I ran the command with a different user as to when I made a backup with Duplicity.

Chris Stryczynski
  • 30,145
  • 48
  • 175
  • 286