timeshift icon indicating copy to clipboard operation
timeshift copied to clipboard

A way to include certain docker data volumes in /var/lib/docker/volumes?

Open panomitrius opened this issue 3 years ago • 0 comments

I saw that /var/lib/docker is excluded by default. I have certain data volumes that contains data I need to backup. Is there a way to include those? I run timeshift on a Ubuntu server so I don't have access to the GUI config tool, just the CLI. I've tried to add this to my timeshift.json

"include" : [ "/var/lib/docker/volumes/data-example1*", "/var/lib/docker/volumes/data-example2*", "/var/lib/docker/volumes/data-example3*" ],

But that doesn't solve it. Is there another way?

panomitrius avatar Feb 04 '22 06:02 panomitrius