-exclusive command with single client accessing storage

Hi, I have actually setup a B2 bucket to backup some dirs from my NAS.

My NAS is the only device accessing the bucket as per it is intended only for my NAS backups.

Is it ok to always use the “-exclusive” option when pruning?

Thanks in advance!

If you can make sure that when you run the prune job there are no other backup running then yes, -exclusive can be used.

1 Like

Thank you :grinning:

Any harm on setting this up now?

After i added -exclusive this is my prune log:

Running prune command from /cache/localhost/all
Options: [-log prune -storage DK_Duplicacy_Backups -a -exclusive -threads 10 -keep 0:7]
2021-04-26 17:11:50.950 INFO STORAGE_SET Storage set to b2://xxx
2021-04-26 17:11:52.376 INFO BACKBLAZE_URL download URL is: https://xxx
2021-04-26 17:11:53.042 INFO RETENTION_POLICY Keep no snapshots older than 7 days
2021-04-26 17:11:54.279 INFO FOSSIL_COLLECT Fossil collection 6 found
2021-04-26 17:11:54.279 INFO FOSSIL_DELETABLE Fossils from collection 6 is eligible for deletion
2021-04-26 17:11:54.280 INFO PRUNE_NEWSNAPSHOT Snapshot AppData revision 29 was created after collection 6
2021-04-26 17:11:54.311 INFO PRUNE_NEWSNAPSHOT Snapshot DockerCompose revision 34 was created after collection 6
2021-04-26 17:11:54.320 INFO SNAPSHOT_NONE No snapshot to delete
2021-04-26 17:11:54.585 INFO CHUNK_DELETE The chunk 58800a2bc6158e71dbad98d49f800c55099624a364c266cc4bea0d4d4109a43c has been permanently removed
2021-04-26 17:11:54.621 INFO CHUNK_DELETE The chunk 7c878a6a349ff2cfa9b64b911acd8b73220c35ac56fdbdd2f3efbca84bd266fc has been permanently removed
2021-04-26 17:11:54.647 INFO CHUNK_DELETE The chunk 95c5f632e285a39264fc9cc5fa72c437fbffb2e25b68076d1e71869e78646acc has been permanently removed
2021-04-26 17:11:54.683 INFO CHUNK_DELETE The chunk 3514bc9ae2bd791a4bf227972c961916832b3cd5983febc14be1e895e7d357c1 has been permanently removed
2021-04-26 17:11:54.683 INFO CHUNK_DELETE The chunk 1c7352dbb7ab23bd3b1c900ce13d615aa0595bdf539a4bc113cad07e21c87c6f has been permanently removed
2021-04-26 17:11:54.692 INFO CHUNK_DELETE The chunk fa6a9c30276f19340e39a690926bd670f9bb0376c50803a17cd07afd27891cec has been permanently removed
2021-04-26 17:11:54.709 INFO CHUNK_DELETE The chunk 1a1282e03877bc8e87eb7878a2d32518856159952b8e47103536e3a342f5935c has been permanently removed
2021-04-26 17:11:54.720 INFO CHUNK_DELETE The chunk 2bad180f8251efbf34bbe06864bcfecb552bdfd891efced9c4dcfeaa2641260e has been permanently removed
2021-04-26 17:11:54.730 INFO CHUNK_DELETE The chunk 7e34cc43ea8d9f0880b77b53c132173755d106945828431146e98699adedda04 has been permanently removed
2021-04-26 17:11:54.748 INFO CHUNK_DELETE The chunk 9163f54325e2158948ccc7bf7fcbd2e3d7b3e180fbf2e9f7c4b9c3bd316ab231 has been permanently removed
2021-04-26 17:11:54.850 INFO CHUNK_DELETE The chunk 2f396d3ffcd8fd62df618cebd7011b42b1528ba9d6c368975bc62ec718a873bd has been permanently removed
2021-04-26 17:11:54.857 INFO CHUNK_DELETE The chunk d5c83b648a224b834db48031d7b676a720060f06c639b93a1a225841a84076f8 has been permanently removed

Assume it’s all correct, right?

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