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.
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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!
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)
But only if you can reverse time for a bit
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.
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
Ah. Yeah. That makes sense. Still probably doable with scripts, depending on the encryption requirements but probably not optimal.
Use AMANDA
If that's bacula
, what's tar
?
-xfz
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
I love Bacula, so hard to setup but once it's going you'll never have to worry again
Checkout Proxmox Backup Server paired with Proxmox Backup Client.