You are here
Victor Vasev - Fri, 2014/03/28 - 18:57
Hi, I have a couple of really large mysql dbs and my root partition runs out of space every time tklbam runs a backup. Can I change the location of the TKLBAM cache or is my only option to increase the partition size?
Forum:
I haven't ever tried to do this
But from my reading of the TKLBAM docs (namely tklbam-backup) it seems that it is not a config option.
However it also appears that using 2 separate tklbam commands you can acheive your ends with:
(source)
Where /tmp/mybackup is the directory where you wish to store your cached backup.
Out of interest I ran a TKLBAM simulation (tklbam-backup --simulate) to see if I could see what is going on. And it appears that tklbam-backup creates a directory called /TKLBAM and by default stores it's cache there. So I guess another option would be to mount --bind additional storage to /TKLBAM. I.e.:
(or similar...)
I haven't tested it though and I think ideally it would be great if the default tklbam-backup cache storage location could be configured! So I have made a feature request regarding that.
Add new comment