204
Redundant Safe (lemmy.world)
submitted 1 week ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 18 points 1 week 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.

[-] [email protected] 8 points 1 week ago

that just keeps the data in one physical location though

[-] [email protected] 11 points 1 week ago

thatsthejoke.gif

[-] [email protected] 8 points 1 week ago* (last edited 1 week ago)
loop {
    rsync -tu bkp.tar.gz bkp2.tar.gz
    rsync -tu bkp2.tar.gz bkp.tar.gz
}
this post was submitted on 27 Jun 2024
204 points (98.6% liked)

linuxmemes

19733 readers
1498 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