Any reasonable way to make partclone work?

So for context, I moved from OpenSuse Tumbleweed to Bazzite recently and as a precaution I took a CloneZilla backup image. However, since I've never done that before, I didn't realize I need the partclone utility to be able to restore and gain access to the files in the image. And since it's not in the Bazzite image or available as a Flatpak I tried to install it via rpm-ostree, but trying to run it fails with: open logfile /var/log/partclone.log error So should I just forget about partclone and try to recreate the configs I had from scratch, or is there a somewhat reasonable way to make partclone work?
Solution:
but in case anyone else finds this thread: using the command line option -L partclone.log solves the issue since that will create the log file in the current directory instead of in /var
Jump to solution
6 Replies
asen23
asen232w ago
try distrobox
Arthur
ArthurOP2w ago
thanks, what's the difference between, say, ubuntu and ubuntu-toolbox images? never mind, searched it up myself and it seems like a good idea to use the toolbox specially crafted images
asen23
asen232w ago
ublue team also have toolbox image that are tailored for distrobox https://github.com/ublue-os/toolboxes
Arthur
ArthurOP2w ago
I think I'll just try to recreate configs instead, I don't have enough free space to restore the image and I am not sure I'd get it into a mountable format anyway
Solution
Arthur
Arthur2w ago
but in case anyone else finds this thread: using the command line option -L partclone.log solves the issue since that will create the log file in the current directory instead of in /var
asen23
asen232w ago
also fyi, there is tools like chezmoi if you want to sync your dotfiles

Did you find this page helpful?