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.
Are you serious? It actually does that? So you have a usb stick with the live environment, then you boot into that environment, then from there you install borg, plug in the other stick that has the back then just restore onto the internal drive and restart? Is that correct?
As long as you don't reboot, your live sessions act like a fully installed OS. At least with any of the LiveUSB sessions I've ever used over the last decade.
You can install, mount a backup image, then push it on to a mountpoint for your actual install to be restored.
Timeshift. Easy to set up. Easy to use, only takes a couple of minutes to 're-set' your system back, if you break it.
If you want just to backup files, documents etc then Cron.
I use both. They are standard Linux programs and easy to use
Have you looked to see if rdiff-backup is included? It works off of rsync but provides incremental backups and restores. On my servers I set up a script that excludes system folders like /dev, network mounts, and the log files, but it grabs pretty much everything else. Once the script works just set up a cron job and forget about it.
I wrote a Bash script that uses rsync to copy data elsewhere.
It gets launched by a systemd timer, but cron would also work. At first it creates a btrfs snapshot of source, for consistency's sake.
Then it copies stuff. It's incremental, ie. unchanged files get hardlinked, not copied (-link-dest against the latest symlink) into date-specific directories that present the full view of the filesystem.
Finally, it cleans up the source snapshot and rewrites the latest symlink to point to the freshly made copy, if successful.
I could share my script, if there's interest, tho it might look a bit messy. Oh, and these rdiff-whatchamacallits probably do the same thing in a more professional manner. I wrote mine to learn rsync.
Oh, I totally agree my solution is not "proper" - it's a homebrewn solution, full of duct tape and shoestrings. That said, it does everything I need to do. Which features of "proper programs" would you be missing? Perhaps I could add them for my own use.
In Backintime I added the dirs I wanted to backup and where to make the backups, pressed "run" and it said there's nothing to do. Uninstalled. Later on I found out it had added stuff to my crontab even though I never asked it for a recurring schedule.
Timeshift started by asking for the root password right off the bat. Uninstalled. Like, I know it will want root access eventually but at least buy me dinner first. How do I know what a program I've never used before wants to do to my system?
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.
I hate being that guy that says "why are you doing that" instead of providing solutions, but since you already have Nswers, I am just too curious.
Arch does not seem like the kind of distro to run from a live state (or a static state of the install media). Talk about an OS that really works best with updating.