.\" Manpage for mfilesync. .\" Contact mail@wagnertech.de to correct errors or typos. .TH MFILESYNC 1 "08 Jul 2020" "0.4" "User Commands" .SH NAME mfileync \- backend for mCloud file synchronisation .SH SYNOPSIS .B mFileSync CONFIG .B mFileSync DIR [OPTIONS] .SH DESCRIPTION .TP CONFIG Configuration file. Syntax see below. .TP DIR Directory (relative path) to be synchronised .TP OPTIONS -u [USER@]HOST: ssh host login -p: force upload -d: force download -v: verbose mode .PP mfilesync is typically called at login in an shell. E.g.: mate-terminal -e "mFileSync .mFileSync" In the synchronized directory there may be a .fsignore file. Syntax below. .SH FILES The config file has the following syntax: BASE_DIR DIR [OPTIONS] .TP BASE_DIR Directory above the directory to be synchronised .TP DIR Directory (relative path) to be synchronised .TP OPTIONS -r: retry, if BASE_DIR does not exist (default: abort) -f: use FAT file system (for all windows file systems) -u [USER@]HOST: ssh host login .SH FILES \.fsignore file: This file has an ignore enry per line like Debug* .SH BUGS No known bugs. .SH AUTHOR Michael Wagner (michael@wagnertech.de)