I need to backup some old Debian 9 systems from 2016 that I'm not allowed to modify. I'm going to use the combination of ReaR plus proxmox-backup-client installed in an ext3 disk image that is loopback mounted from NFS. The disk image has "pbc" installed in a NixOS user environment. Also NixOS is used for static compilation of 5 binaries needed by rear(1). I have it working, but I won't have time to create a tutorial for a couple of weeks.Yes, but you will have to code your own backup/restore script and make use of the partitioning tool of your choice and the proxmox-backup-client and all running on a Debian(-based OS) that got access to those blockdevices.
I boot a Debian from a pen drive to backup whole bare metal hosts to my PBS. As you are then backing up whole unmounted physical block devices this will work to backup any OS.
Btw. static compilation of proxmox-backup-client fails in Nix. That's why I have to mount a full "nix store". Is the NixOS client officially supported?
Last edited: