Replies: 1 comment
-
Hmm, off the top of my head
You might try making sure you are setting both directories. I wonder if it's actually your cache that's filling the tmpfs? This may also be a question worth asking about on the restic forums if you are actually seeing 350gb of writes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am struggling to achieve a successful initial backup to a restic repo I created on the internet.
I am using the container image with the following volume configuration:
The backup starts and runs for several hours but eventually terminates with the following error:
Initially I attributed this to me not ignoring the directories I mounted for cache and data so I added these ignore patterns to the backup:
This produces the following restic command:
This resulted in a full disk. I have 684gb oh data on the drive I wish to backup, and 350gb of free space on the host's disk.
I suspected this might be the tmpfs filling so I've added the following env vars to the container:
Which is associated with the
$HOME/resticTemp:/resticTemp
volume mount I've added in an attempt to mitigate this issue.Is consuming nearly 350gb of cache in order to perform an initial backup a reasonable amount?
Am I misconfiguring backrest, or the plan, in a specific way causing the cache to balloon in size?
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions