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

linuxmemes

20707 readers
1868 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nickwitha_k@lemmy.sdf.org 1 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.

[–] H3wastooshort@lemmy.blahaj.zone 1 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

[–] nickwitha_k@lemmy.sdf.org 1 points 1 year ago

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