this post was submitted on 10 Sep 2023
228 points (96.0% liked)

linuxmemes

21088 readers
1334 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    all 15 comments
    sorted by: hot top controversial new old
    [–] [email protected] 40 points 1 year ago

    I invented a machine that converts masking tape you can buy at the dollar store into backup tapes. I rewrote Bacula to write the backup AND print pretty flowers on the masking tape. Totally free and open-source. Download it from a rotary phone.

    [–] [email protected] 29 points 1 year ago (1 children)

    No answer here, but I just want to point out that according to that graph, you can gain an extremely high skill level in Bacula in a very short time!
    It would seem to be the easiest to learn based on this one cartoon.

    (Related: the phrase "steep learning curve" means the opposite of the way it's usually used)

    [–] [email protected] 3 points 1 year ago

    But only if you can reverse time for a bit

    [–] [email protected] 18 points 1 year ago (1 children)

    If you're going for WORM or similar strategy, and you just want to dump archival backups to tape, you can probably just use dd or even tar (originates frome Tape ARchive), possibly with cron.

    [–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

    i would just use tar and write a script 1990s style, but encryption support + multi-volume (tapes are LTO-2, so only 200GB uncompressed) won't work with that

    [–] [email protected] 4 points 1 year ago

    Ah. Yeah. That makes sense. Still probably doable with scripts, depending on the encryption requirements but probably not optimal.

    [–] [email protected] 16 points 1 year ago* (last edited 1 year ago) (1 children)
    [–] [email protected] 8 points 1 year ago

    Latest version is on GitHub now: https://github.com/zmanda/amanda

    [–] [email protected] 6 points 1 year ago (1 children)

    If that's bacula, what's tar?

    [–] [email protected] 2 points 1 year ago
    [–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

    When I did that, I used veeam to create the VM backup files to disc, then called a script to compress and encrypt the files, then called a second script to copy the encrypted files to tape. It worked really well. I used the free veeam license, so backup to tape wasn't included, but copy to tape was.

    E: FinalBoy1975 seemed to have invented something that could be the solution, but they used masking tape, which I found tears easily. Now, if they'd use scotch tape, we'd be golden hahahaa

    [–] Pika 3 points 1 year ago

    I love Bacula, so hard to setup but once it's going you'll never have to worry again

    [–] [email protected] 2 points 1 year ago

    Checkout Proxmox Backup Server paired with Proxmox Backup Client.