No snapshots to delete but there are lots of them. Storage keeps growing

unRAID user + saspus/duplicacy-web docker

I think there’s something I’m missunderstanding…

using this command: /config/bin/duplicacy_linux_x64_3.2.3 -d -log check -all -tabular I get this:

Using this command: /config/bin/duplicacy_linux_x64_3.2.3 prune -keep 0:2 -dry-run I get this:

This is my default prune schedule: -keep 180:730 -keep 90:365 -keep 30:120 -keep 7:30 -keep 1:1 -all -threads 4

The actual folder size is only 3.5GB but the backup is using 51GB. That’s why I want to, somehow, delete unwanted files. Also, My storage is growing each day without THAT amount of real changes

What am I doing wrong? Thanks.

You need to either specify -a or a specific snapshot.

You can use diff to find out what’s different between snapshots. Maybe you are inadvertently picking up some transient data.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.