Browse Source

Update 'README.md'

Thierry Reijnhout 4 years ago
parent
commit
97d231d813
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,3 +1,17 @@
 # Rsync_backup
 
-Rsync script true config & exclude file configuration
+Rsync script true config & exclude file configuration
+
+make $PWD/cfg_files directory 
+make config file in $PWD/cfg_files/*.cfg
+ input for config shoud be:
+  CFG FILE LAYOUT
+  user@x.x.x.x:         (source coud be empty)
+  /path/from            (remote directory)
+  /path/to              (local directory)
+  /path/.ssh/id_rsa     (ssh key)
+  path/exclude.exl      (use "exclude.exl")
+  user@x.x.x.x:         (sourse if empty)
+  
+config lines are harde codede always input all fields even when blank line make one. 
+