commit ce6b0c0d8c0049d7d16e9f452b5045e9afd96b2b Author: Alexandre CATTEAU Date: Sat Mar 12 16:11:06 2022 +0100 Set initial README diff --git a/README.md b/README.md new file mode 100644 index 0000000..d51341b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Configuration synchronization +## Version 2 + +conf-sync's purpose is to update regularly all configuration files, scripts or service files that are installed on a +system. + +### Introduction +Version 2 implementation works roughly as follows: +* the script runs daily; +* it browses all local Git repositories (in a specific directory) and run `git pull`; + * if changes are detected, it runs install script (if present). + +### Files +* `conf-sync.sh` +#### Installation +* `install.sh`