Spyke
Yer Mareply
lemm.ee

That would be Raid 2, a totally unnecessary amount of Raids

46
pawb.social

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.

19
loop {
    rsync -tu bkp.tar.gz bkp2.tar.gz
    rsync -tu bkp2.tar.gz bkp.tar.gz
}
9

Btrfs:

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

ZFS:

zpool create mypool mirror /dev/sda /dev/sdb
5

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/

1

You reached the end

Redundant Safe | Spyke