Comments on Profile Post by Justin S

  1. Thad E Ginathom
    Thad E Ginathom
    tar is easy if you don't confuse x with c. I have made mistakes in my life --- including this one :)
    Jun 5, 2024
  2. Thad E Ginathom
    Thad E Ginathom
    Actually, it has a huge number of options and can get very fiddly. But -cvf, -xvf, -tvf will do on most days.

    Maybe add the compression option... Which I forget without looking it up. z maybe.
    Jun 5, 2024
    Kernel Kurtz likes this.
  3. Justin S
    Justin S
    I use LTO for archives only. With the help of ChatGPT, I am building some shell scripts to prebuild the tars with indexes, checksums etc. I am stoked. I have been bummed by the demise of Tolis, the weirdness of LTFS and IBM ditching support on windows. I did a rocky linux install and everything works out of the gate.
    Jun 5, 2024
    Thad E Ginathom likes this.
  4. Kernel Kurtz
    Kernel Kurtz
    If you use Linux regularly, tar -xzvf will become a common command. I currently use Veeam (free version) for my personal backups. My previous employer used TSM for their robotic tape libraries but I suspect that is probably pricey.
    Jun 5, 2024
    Justin S likes this.
  5. Justin S
    Justin S
    Just looked at Veeam. It looks amazing. So much better than BRU ever was. I am trying to get away from anything proprietary at this point. I am going to migrate a couple hundred TB of archives to LTO-8 eventually and hope to do this once - Tar seem to be the thing that will always be around.
    Jun 5, 2024
    Thad E Ginathom and Kernel Kurtz like this.
  6. Kernel Kurtz
    Kernel Kurtz
    Agreed, any UNIX like OS (and even recent Windows IIRC) supports tar. I don't see it going away anytime soon, at least as long as POSIX compatibility is a thing.
    Jun 5, 2024
    Justin S likes this.
  7. Justin S
    Justin S
    Yah. the posix formatting for paths is amazing. I got super sick of having to adjust my path lengths for LTFS. with posix I will never have an issues coming from NTFS. I am always blown away by how amazing linux is. If I could, I would go 100% linux.
    Jun 5, 2024
    Thad E Ginathom and Kernel Kurtz like this.
  8. Thad E Ginathom
    Thad E Ginathom
    Oh... you're doing real work! Complex stuff.

    Used to love shell, but I am too far from fluent now.

    Linux is amazing, largely because its granddad Unix was.
    Jun 5, 2024
    Kernel Kurtz and Justin S like this.
  9. zottel
    zottel
    Not necessarily for tape, maybe, but I’ve been using borg backup for many years now. Deduplicated, compressed, encrypted archives, easy remote use without the need for a daemon (works via ssh), archives can be mounted (also remote). It doesn’t get any better, IMHO. Plus, there’s borgbase.com for cheap cloud archive storage.
    Jun 7, 2024
  10. Justin S
    Justin S
    I don't use tape as a regular backup, I have mirrored servers and cloud for that. I use it only for archiving which is so much simpler than backups - no incremental, no snapshots, just data. I have projects from 10-15 years ago that I have need of from time to time so my concern is always, will it be around in 10-15 year. For me tar looks pretty good - it is the way :-)
    Jun 7, 2024
    Thad E Ginathom and zottel like this.
  11. zottel
    zottel
    “No incremental” is also what I love about deduplicated backup solutions like borg. If you backup the same file to the archive as yesterday, it’s only adding index data, but doesn’t use archive space. Every single backup is a full snapshot, but doesn’t take more space than an incremental backup. Deleting old backups only removes the data that isn’t also included in newer backups.
    Jun 7, 2024
    Justin S and Thad E Ginathom like this.
  12. zottel
    zottel
    While it might not be as reliable as tar in this regard, borg is also good at recovering data from corrupted archives. But there’s a trade off there, of course.
    Jun 7, 2024
    Justin S likes this.
  13. Justin S
    Justin S
    Borg definitely looks amazing! I will read more about it. I can see this being very useful for certain projects where I rotate a couple "nearline" backup drives in case of calamity.
    Jun 8, 2024
    zottel likes this.