You're viewing a single thread.
View all comments
11
comments
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 0 Replyloop { rsync -tu bkp.tar.gz bkp2.tar.gz rsync -tu bkp2.tar.gz bkp.tar.gz }
9 0 Replythat just keeps the data in one physical location though
8 0 Replythatsthejoke.gif
11 0 Reply
You've viewed 11 comments.
Scroll to top