Hi,
I’d like to create and maintain a restic repo in GCP where the bucket has a 365 days retention period.
I started some experiments and now I question if it’s even possible.
Here’s what I’ve done so far:
restic init -r gs:... -p ... --no-lock
restic backup -r gs:... -p ... --files-from <file with list of smaller directories> --no-lock
So far so good, however, when I add a larger directory with many small files, I get a context canceled after around 15 minutes and although I chose –no-lock I have many-many lock files in the bucket now.
Does anyone know how to solve it?