I am currently using EndeavourOS for my laptop. Is there a backup solution that is easy to use, and can be run from the EndeavourOS install media without internet? (RSync is included, but no other backup tools are included, to my knowledge.) I don’t want to use another ISO due to space constraints on my USB.
Borg backup. You should be able to install it on your Live session, then restore to the target mount point.
And use Vorta if you want a gui for Borg backup.
Vorta looks very powerful. I know all that functionality is in Borg, but it’s tricky to do it right. I’ll give Vorta a try on my next install.
BorgBackup is the answer. Stopped creating stupid shell scripts with rsync and whatever and thinking I was so clever.
I don’t want to use another ISO due to space constraints on my USB.
What? A 32GB thumb drive is under $10…
Restic is my favorite, but you really would need to be familiar with the terminal, cron tasks, etc. to consider it a viable option.
Idk about Endeavour but I use Duplicity and don’t currently regret it.
Not a recommendation per se, but you can use any backup software as long as you can edit your live iso. For example puting the restic binary into /opt
Are you already using something like ventoy, or do you refrain from using another usb stick?
I use backintime and have for a number of years. It is incremental with unchanged files being hard-linked and makes it easy to restore files if needed.
Testdisk 😹 jk don’t be like me
I’d imagine tar is included with the install media.