Click to See Complete Forum and Search --> : backing up


sladiwala
12-29-2000, 11:02 PM
suppose i change the contents of some files, i want another set of files to be updated with the same content automatically. how do i manage to do this?

mdwatts
12-30-2000, 09:59 AM
With soft links.

ln -s xxxxxx xxxxxxx

Can never remember which file goes first, the original or the link.

Do a 'man ln' or 'man link'.