REALLY linking files - not hard or symlink?

Asked by jb

Wasn't sure where to post this so here it goes. This isn't a problem, more a thought. I want to "link" two files, but in this case by link, I mean physically attached them so that when either is copied, moved, or edited, BUT not deleted, those operations are literally mirrored onto the other file. Strange thought I know but if it can be done it would be extremely useful for my particular setup.

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Use rsync (or similar) . You can then replicate change in one file system to another.

Revision history for this message
jb (jato326) said :
#2

Thanks actionparsnip, that solved my question.