
Originally Posted by
ajoyce
Also, I'm aware of utilizing multiple libraries in Eaglefiler because I did that initially, but when I'm searching for a particular file I don't want to have to search two or more libraries to try and find it, especially when I'm not sure of the name I used for the file.
Well, the other thing you can do is have a single library with one folder symlinked to a folder on Dropbox. For example, create a folder in your library called EagleFilerDropbox and create a folder in Dropbox called EagleFilerDropbox. Then remove the EagleFilerDropbox folder from the library’s Files folder, then replace it with a symlink:
rm -r ~/Desktop/EagleFilerLibrary/Files/EagleFilerDropbox
ln -s ~/Dropbox/EagleFilerDropbox ~/Desktop/EagleFilerLibrary/Files/EagleFilerDropbox
Then the EagleFiler library will be on the Mac, but the contents of that folder will be stored on Dropbox.