Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do you do a system backup in Linux?

Hello everyone!

I'd like to perform a system backup in a Linux server. It would be really cool to have an image file (.iso, .img, etc.) that I can put on a USB stick and re-install everything as it was.

Is this possible?

Comments

  • Look into bare metal backups?

  • Also there is clonezilla, but I end up using TAR (even if it doesn't do imaging): super easy, fast and reliable :) Then I'll just use gpgme and upload it to the cloud.

  • i use attic https://github.com/jborg/attic/
    it has some nice features like data deduplication which keeps your backup storage small. as a disaster recovery it can fuse mount your backup and you can copy the files to your harddrive.

    Thanked by 2deadbeef ehab
  • sc754sc754 Member

    Could always virtualise your system, makes backing up easier. I'm not sure if dd can dump a disk whilst its in use on a non virtualised system. Maybe somebody knows?

  • Zen said: Easy bare metal restoration.

    But painfully slow!

Sign In or Register to comment.