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.

  • ikidd@lemmy.world
    link
    fedilink
    arrow-up
    18
    ·
    1 year ago

    Borg backup. You should be able to install it on your Live session, then restore to the target mount point.

  • Minty95@lemm.ee
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    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 filed, documents etc then Cron. I use both. They are standard Linux programs

  • Shdwdrgn@mander.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    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.

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I tried Backintime and Timeshift recently.

      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?

  • BaconIsAVeg@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I don’t want to use another ISO due to space constraints on my USB.

    What? A 32GB thumb drive is under $10…

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

  • dbx12@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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