minus-squareSavvyWolflinkfedilinkEnglish19•5 months agoTechnically 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.
minus-square@[email protected]linkfedilink9•edit-25 months agoloop { rsync -tu bkp.tar.gz bkp2.tar.gz rsync -tu bkp2.tar.gz bkp.tar.gz }
minus-square@[email protected]linkfedilink8•5 months agothat just keeps the data in one physical location though
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.that just keeps the data in one physical location though
thatsthejoke.gif