It seems to be a way to exclude folders from copy.com, it's sort of a black list
but there isn't a way to white list only the folders you want to include
to do it we use the CopyCmd utility
To exclude a folder run
./CopyCmd cloud exclude -exclude folderNameToExclude
To list excluded folders
./CopyCmd Copy exclude -list
The least you could do was to credit me
https://coderwall.com/p/rwxnma
I haven't tried it yet, but they have few projects in github that might help<br/>
first there's the FUSE layer on top of copy.com<br/>
https://github.com/copy-app/copy-fuse<br/>
and they have implemented a node.js client library on top their API (which is something you should also take a look at)<br/>
https://github.com/copy-app/nodejs-client-library
@peteroudenes I've made the experiment for you<br/>
Even though I didn't transfer a 30GB file , I did transfer a 11.5GB 1080p movie and it was a success.<br/>
it was uploaded from my PC at home and was synchronized with my PC at work, upload rate was limited only by my upload rate (my home connection has 1 MBPS upload speed).<br/>
The download at work was very fast
You're correct, I find it a very good alternative
Have fun :)
thanks, it's super cool