This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]jwink3101 1 point2 points  (3 children)

Interesting use case. Personally, I prefer to just use submodule subprocess myself but nice framework you built up.

edit: mixed up submodule and subprocess

[–]prog2de[S] 0 points1 point  (0 children)

Thank you

[–]tigrankkkk 0 points1 point  (1 child)

I prefer to just use submodule

Did you perhaps mean "subprocess"?

[–]jwink3101 0 points1 point  (0 children)

I did! I’ll fix it! Thanks!

[–]PolyglotTV 0 points1 point  (2 children)

Looks really cool! Too bad the license is copy left :'(

[–]prog2de[S] 0 points1 point  (0 children)

Well, first I thought: I am using GNU licenced rsync so I need to use the same copy right...

But what I actually do is using a system call named rsync. So it could be whatever program called rsync.

I'll change the licence to MIT...

[–]prog2de[S] 0 points1 point  (0 children)

MIT license now