Closed darron1217 closed 6 years ago
I am not really sure how to solve this.
The cache is really important for me. I am using backblaze backend backups. This means if i delete the cache then each time i backup i need to build up another cache.
This mean additional costs for backups because data is transferred from and to my cloud storage.
Maybe we need to make this configurable?
@blacklabelops
I mean removing lockfile.lock
instead of removing whole cache
(I actually didn't know the functionality of cache folder...haha)
Yep, cache is important but (I guess) lockfile (which is orphaned) is not needed on next backup :)
Im still trying to figure out, how to decide, if a lockfile is really orphaned.
Added new cleanup script cleanCacheLocks
.
@blacklabelops While I was testing volumerize in a small sized storage, duplicity backup process was interrupt because of storage limitation.
This left .lock file at
/volumerize-cache
directory, which causes the error belowHow about adding a cache-removing script before start backing up?