October 30, 201411 yr Newbies Hi, maybe this can be of use to someone else I have a client that wants to import a directory with files and keep it in sync into SuperContainer, to solve this I wrote a small program and put it on https://github.com/johansundell/supercontainer I wrote it go, see http://golang.org/for instructions on how to install I have tested it on linux and windows so it should run on a mac as well. /Johan
November 6, 201411 yr ... just launch apache or nginx. This made me curious, what does your script do? Did you reinvent rsync or ditto?
November 12, 201411 yr Author Newbies Well, rsync would have been nice, but supercontainer has a different structure than a normal file structure; that is why I had to write the program (every file has represtented with a directory and in that the file is stored). My program should compile on all platforms that go can compile on; so give it a try
Create an account or sign in to comment