Will Duplicity download anything from the destination when doing a `remove-all-but-n-full`?
0
votes
0
answers
12
views
I'm using Google Cloud Storage to store backups taken by Duplicity. Since I just want to keep 4 full backups at the destination I run:
duplicity remove-all-but-n-full 4 --force \
--s3-endpoint-url=https://storage.googleapis.com boto3+s3://example
Since I want to avoid read charges I wonder if the above command will read anything from the server, or is it just judging which files to delete by using the files in the archive dir?
Asked by PetaspeedBeaver
(1398 rep)
Mar 12, 2025, 05:00 PM
Last activity: Mar 12, 2025, 05:14 PM
Last activity: Mar 12, 2025, 05:14 PM