Quote:
Originally Posted by tuepepusha
I am wrong in something or timeshift is not compatible with badrock?
|
Your workflow was reasonable. The only thing you missed is checking this page for Bedrock feature compatibility concerns:
https://bedrocklinux.org/0.7/feature-compatibility.html
At the very bottom of that table you'll find timeshift is listed as incompatible with Bedrock.
It might be possible to make work if it can be configured to only backup certain parts of the Bedrock filesystem layout. It looks like it might:
However, I don't know of anyone with a good understanding of Bedrock
and Timeshift to come up with exactly how it should be configured.
If you want to experiment with it, this might help:
- Do not back up /bedrock/cross. It's virtual, similar to /proc and /sys.
- Strata can see their own files in /bedrock/strata/ which can cause recursion you want to avoid.
- You might be able to work around this by telling timeshift to exclude something like "/bedrock/strata/*/bedrock/strata/**".
If you do experiment, I recommend doing so with test systems until you're very sure it works.
Quote:
If not compatible, what is the suggested snapshot maker for badrock?
|
My guess is most things similar to timeshift will run into the same problem.
I think some people have had success with btrfs's snapshot system, but I actually know it myself.
You can make an image of a Bedrock system by dd'ing its device file when it is offline, but that uses a lot of disk.
I personally backup my system by using a git repo at /bedrock/.git with .gitignore set to "*" and manually `git add`'ing anything I want to back up. I mostly back up configuration files; system files I restore just by reinstalling them with a fresh install. However, I don't know that this is a suitable workflow for everyone.
Quote:
Thank you so much for all help!!!
|
Happy to help! I'm sorry there are issues here. I hope to make it work better later, but I have a
lot to do and it may be a very long time before I get to it.