20 points

Shouldn’t you copy the file to another drive?

permalink
report
reply
45 points
*

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

permalink
report
parent
reply
6 points

Tru fax

permalink
report
parent
reply
19 points

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.

permalink
report
reply
9 points
*
loop {
    rsync -tu bkp.tar.gz bkp2.tar.gz
    rsync -tu bkp2.tar.gz bkp.tar.gz
}
permalink
report
parent
reply
8 points

that just keeps the data in one physical location though

permalink
report
parent
reply
11 points

thatsthejoke.gif

permalink
report
parent
reply
6 points

Hackerman!

permalink
report
reply
5 points

Btrfs:

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

ZFS:

zpool create mypool mirror /dev/sda /dev/sdb
permalink
report
reply
3 points

backup-2024-06-27

permalink
report
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

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!

Community stats

  • 8.2K

    Monthly active users

  • 1.1K

    Posts

  • 61K

    Comments