Adding folders outside the configured folder without GUI

Hi,

just read article ‘How to sync folders outside of the Insync folder’. Is there a way to do this on the command prompt?

I run a Linux file-server without GUI where I configured a folder like this:

$> insync-headless add_account -a -p /my/folder

Work like a charm. But now, I’d like to add another folder: /another/folder. Bu how? Set a softlink? Or rather run ‘add_account’ one more time for the new folder?

Cheers,
Stefan

@Steff: Creating a symlink in /my/folder that points to /another/folder should work in this case. Let us know how it goes.

@Ipugoy: Yep, works fine. Can live with that. Thanks!