My dear lemmings,

I discovered Clonezilla a while ago and it still is my main tool to backup and restore the partitions I care about on my computers.

I cannot help but wonder if there are now better, more efficient alternatives or is it still a solid choice? There’s nothing wrong with it, I’m just curious about others’ practices and habits — and if there was newer tools or solutions available.

Thank you for your feedback, and keep your drives safe!

  • loie@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Second for Rescuezilla, it’s a Clonezilla front end with sane defaults you’d probably pick anyways.

  • krakenfury@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I’d recommend just scripting with rsync commands and run with cron or whatever scheduling automation. Backup locally to an external drive or orchestrate with cloud provider cli tools for something like S3.

    There are some tools that probably assist with this, but it’s just very few moving parts to roll your own. Clonezilla seems overkill and harder to automate, but I will admit I’m not an expert with it.

  • blackstrat@lemmy.fwgx.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I use clonezilla at work for imaging and deploying laptops. It works like a charm. Great piece of software. It’s not normal backup software though.

  • MangoKangaroo@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I still use Clonezilla to back up devices before performing reinstalls/major updates (when Timeshift isn’t practical). No issues so far backing up and restoring both Windows and Linux partitions/drives.

    • strax@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      yeah, partclone is the tool that clonezilla uses under the hood. i find that using partclone directly is easier.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    It’s difficult to use with some odd defaults as I remember, and you have to boot into it which is annoying.

    Rescuezilla seems like a good open source option, but you do still have to boot into it.

    My go-to is the free Veeam Endpoint, as it just installs on the system and does full system images without needing to reboot. I’m not sure if there is a good easy to use open source equivalent to it, so far I have not found one.

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

      Is the “restore media” universal or do you have to create a new USB drive for each computer you want to restore?

    • Godort@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I also use Veeam at home for this. It’s not FOSS, but it is still free, and works really well.

      • Nix@merv.news
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I hate that it requires a phone to download unless you already have a download link

  • BaldProphet@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I have never gotten Clonezilla to work. I don’t want to call it obsolete, but… it certainly isn’t intuitive, and in 2024 I expect even open source software as widely known as Clonezilla to have a straightforward interface.

    For simple data backups, I use Kopia.

    • KnightontheSun@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Somewhat curious how CZ has never worked for you. I’ve used it for years and any failures it has had were fixed with tweaking some of the options. I love the tool myself, but I have also never heard of Rescuezilla so thanks for that. I think I’ll give that a go next time.

      • BaldProphet@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        It’s been a while since I tried it, so I don’t recall exactly what didn’t work the last time. I think it may have been driver related.

        I’m definitely going to give it another go one of these days.

  • PenguinCoder@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Clonezilla has its place, but not as a main backup and restoration tool. I personally don’t see it as a backup tool, especially that it operates at partition level for such. What you want is you base install system and file level backups for your data (/home/) etc. For the file level backups, use something like restic. Backup what you need to go from a fresh install to a system with your data back on it. Packages can be reinstalled.

    Restic is my primary backup for all my devices. If I need something more than fresh iso -> my data system, I use packer.

    • yo_scottie_oh@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      I noticed for file level backups you mentioned something other than rsync. Any particular reason why you landed on restic instead?

      • PenguinCoder@beehaw.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        Because that serve different purposes. rsync is for moving data around, synchronization of such. It has no concept of point in time restoration, or snapshots (etc) that really define a backup solution. I use restic because its the proper tool for the job.

        • yo_scottie_oh@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          point in time restoration, or snapshots

          Do you mean like not just having another copy of a file, but being able to restore a specific version of a file?

          • PenguinCoder@beehaw.org
            link
            fedilink
            English
            arrow-up
            0
            ·
            11 months ago

            There’s a lot more going on with restic aside from just that, but yes. So with an rsync of your home dir (for example), it’s reliant on the FS to do compression and deduplication (ZFS,btrs), and/or it will still take up a lot of wasted space. Say you got ransom-wared. It’s okay you have that rsync backup, but oh crap it got ransom-wared to. No more backups to try? Restic gives you snapshots for whatever increment you set and just handles it simply. You can then restore one file from any of the snaphots (history) or every single file. Restoreing 250kb vs 400TB is quite a difference. The benefits of this, are huge even beyond the fire and forget capability.

            I mean, rsync handling everything via mirroring and pushed to a ZFS FS, would be sort of the same thing.

  • Toribor@corndog.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Generally I just don’t take clones of disk partitions anymore. They tend to take up too much disk space to keep more than one or two backups and typically require the disk to be unmounted which means it’s a mostly manual process. That all but guarantees that any backup I take will be out of date when I need it most.

    Instead I’ve found it better to take regular automated file level backups and automate the way I configure my environment so that I can quickly restore and rebuild if something goes wrong.

    If I just want to be able to quickly revert a drive to a previous state or have easy point-in-time restore I manage the disk with ZFS. ZFS has a snapshotting feature which is great for this sort of thing and you can even restore snapshots to another zfs pool the same way you might restore a partition to another disk but without all the hassle of resizing things.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    The big advantage of Clonezilla or using dd is you make a perfect 1:1 copy of the disk so you’re pretty confident it will restore perfectly, but you need a disk of at least the same size and so on. Also perfect if you’re trying to do file recovery and so on, because even corrupted or entirely unreachable data is still technically on the disk.

    That’s very inefficient when you have say, 5GB used of a 1TB disk, although compression will help a bit. But that’s where more specialized tools comes in: what if we could only backup the actual data, and end up with a 5GB backup before compression.

    That’s useful and nice, but can’t possibly deal with corrupted or deleted files since it’ll just skip over them. The backup is only as good as all the filesystem features the archiver can encode. On Linux, tar has us pretty well covered as long as you only need relatively standard features like owners, groups. If you zip your root Linux partition you’ll end up with broken ownership and permissions, because it doesn’t encode ACLs and xattrs and hardlinks and whatever else. On NTFS, since it’s proprietary, undocumented and a fairly complex filesystem, it’s much riskier. If you backup your game library, you’re probably fine, but if you want Windows to boot after a restore, you need a much more complete backup and if you don’t want to take risks, whole partition backups are much safer. ntfsclone exists but I just don’t trust it like I would trust tar to backup my ext4 partitions correctly.

    So it’s all a tradeoff. Do you want efficiency, or do you want reliability? How much of the information can you lose? Like, if you backup your C: drive on Windows but only care about your files and documents but not the Windows install itself, then it makes sense to just archive the files rather than a block copy.

    So, what do you expect from your backups? The answer to that question also answers this thread.

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

    Also interested in this. Currently in need of an imaging solution that’s less clunky to use than Clonezilla.

  • WalrusDragonOnABike [they/them]@reddthat.com
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Used it for cloning some laptops recently without much issue. Cloned one laptop’s primary partition onto an SD card and then imaged the others no problem. Laptops were 256GBs capacity (but only like 30-60 GBs used) and the SD card was 64 GBs. Seemed pretty simple to me.

    There’s a lot of options for those who want to do things like deploy over a network, but I haven’t messed with them seriously (I didn’t have the ethernet cables to do it - wasted a bit of time trying before realizing they weren’t connect to a network; maybe there’s a way to connect via wifi, but I didn’t see it)