• slazer2au
    link
    fedilink
    English
    206 months ago

    Shouldn’t you copy the file to another drive?

  • SavvyWolf
    link
    fedilink
    English
    196 months ago

    Technically that would mean that one copy of the file is no longer updated when the other is.

    You should consider using ln bkp.tar.gz bkp2.tar.gz instead.

  • Possibly linux
    link
    fedilink
    English
    56 months ago

    Btrfs:

    sudo btrfs -m raid1 -d raid1 /dev/sda1 /dev/sdb1
    

    ZFS:

    zpool create mypool mirror /dev/sda /dev/sdb
    
  • @shimdidly@lemmy.world
    link
    fedilink
    16 months ago

    This isn’t even meme, this is exactly how it is. I run this script once a day on my Raspberry Pi NAS:

    rsync -va /media/pi5tb/ /media/pi5tb_backup/