Jump to content
Server Maintenance This Week. ×

Import a directory and sync tool


This topic is 3461 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

... just launch apache or nginx.

 

This made me curious, what does your script do? Did you reinvent rsync or ditto?

Link to comment
Share on other sites

  • 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 ;)

Link to comment
Share on other sites

This topic is 3461 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.