]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add rsync command execution to download repositories
authordhfelix <daniel.hdz.felix@hotmail.com>
Fri, 14 Dec 2018 22:48:40 +0000 (16:48 -0600)
committerdhfelix <daniel.hdz.felix@hotmail.com>
Fri, 14 Dec 2018 22:48:40 +0000 (16:48 -0600)
commit0d2f2bc8dd0a495b75fe1b353ce8b9b59e20dc6f
tree6fb2b2689a200f0ffbf2fbddea058cf6140ab395
parentbc33a1e08d2f7913b61f22e31777c514b1e9f6aa
Add rsync command execution to download repositories

First version of the code, when executing the app, if a 4th arg is
detected, the app will not run rsync.

Maybe I need to replace the "system()" call with another function to
execute the "rsync command"

Also needs to read the "rsync command" from a user JSON configuration
file.
src/Makefile.am
src/main.c
src/object/certificate.c
src/rsync/rsync.c [new file with mode: 0644]
src/rsync/rsync.h [new file with mode: 0644]