Displaying 1 result from an estimated 1 matches for "base_file1".
2008 Jun 23
1
fully-qualified symlinks & --exclude question
...y that needs
to be mirrored onto another server, into a different base path on that
server - i.e.:
server1:/var/lib/bar/ to server2:/backupdir/var/lib/bar/
Now, server1:/var/lib/bar/ contains hundreds of files which are each
symlink'd to one of a few files in the same directory:
/var/lib/bar/base_file1
/var/lib/bar/base_file2
/var/lib/bar/base_file3
/var/lib/bar/foo -> /var/lib/bar/base_file1
/var/lib/bar/bar -> /var/lib/bar/base_file3
/var/lib/bar/blah -> /var/lib/bar/base_file2
/var/lib/bar/goober -> /var/lib/bar/base_file2
The first problem is that these symlinks (on server1) are...