help and README.md

This commit is contained in:
Amber 2021-06-14 21:31:43 +02:00
parent 27d42b7cb6
commit 89588d13a3
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# masync
Masync allows you to mirror and keep synchronised an arbitraries number of folders on one or more remote servers with local folders.

4
masync
View File

@ -33,7 +33,7 @@ myhelp() {
echo "Usage: ${HELP_CMD_NAME} {COMMAND} [OPTION]"
echo 'Description: '
echo -e '\tThis tool allows you to mirror and keep synchronised one or more folders on a remote server with arbitraries local folders.'
echo -e '\tIt has six main commands init, list, start, stop, remove'
echo -e '\tIt has five main commands init, list, start, stop, remove'
echo -e "\tNOTE: Before using it, you must have configured ssh on your remote server!"
echo 'INIT: '
echo -e "\tTypical use of tool is starting a sync with the command"
@ -52,7 +52,7 @@ myhelp() {
echo -e "\t\t${HELP_CMD_NAME} start -s 1 or ${HELP_CMD_NAME} stop -l ${HELP_LOCAL_DIR}"
echo 'REMOVE: '
echo -e "\tRemove the sync from the list of all syncs, do not delete any local folder and data"
echo -e "\t\t${HELP_CMD_NAME} remove -s 1 or ${HELP_CMD_NAME} stop -l ${HELP_LOCAL_DIR}"
echo -e "\t\t${HELP_CMD_NAME} remove -s 1 or ${HELP_CMD_NAME} remove -l ${HELP_LOCAL_DIR}"
}
hastrailingslash() {