Displaying 1 result from an estimated 1 matches for "___project1".
Did you mean:
___project2
2005 Jun 29
1
Symlinks
...r of an existing server. It's
been working fine since some time now.
Now, I've just added a firewire disk to both servers and created a symlink
to the mounted disk within the source and destination trees:
Server P (source, rsync is running as a daemon on this server):
/Images
|___Project1
|___Project2
|___fwdisk (this is a symlink pointing to /fwdisk, created using
ln -s /fwdisk /Images/fwdisk)
Server H (destination):
/Images
|___Project1
|___Project2
|___fwdisk (symlink pointing to /fwdisk)
Only the Images module is exported on the source s...