Newbies sudde Posted October 30, 2014 Newbies Posted October 30, 2014 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
ggt667 Posted November 6, 2014 Posted November 6, 2014 ... just launch apache or nginx. This made me curious, what does your script do? Did you reinvent rsync or ditto?
Newbies sudde Posted November 12, 2014 Author Newbies Posted November 12, 2014 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
Recommended Posts
This topic is 3732 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now