Asif Bacchus 2019-07-20 19:15:32 -06:00
parent 9c6b5815a1
commit 0ff24110d7

@ -17,7 +17,7 @@ In most cases, you can use the default parameters and things should just work.
| long parameter | short/alt | purpose |
|:--------:|:--------:|--------|
| --config | --details, -c | Specify the name and location of the master configuration file. By default, the script will look for seafBackup.details* located in the same directory as the script file. |
| --config | --details, -c | Specify the name and location of the master configuration file. By default, the script will look for *seafBackup.details* located in the same directory as the script file. |
| --help | -h, -? | Display help screen. |
| --log | -l | Specify a logfile location and name. By default, the logfile will share the name of the script with the extension '.log' and saved in the same directory as the script file. |
| --verbose | -v | Switch parameter. Set verbose logging from borg which means it will output every file it processes and whether or not that file has been modifed, etc. *CAREFUL*, your logfile can get very large very fast using this option! You should probabaly only use this option during your first backup or when diagnosing errors. |
@ -38,6 +38,6 @@ In most cases, you can use the default parameters and things should just work.
| --seafdir | --seaf, -p | Path to your Seafile program directory. By default, this is assumed to be */opt/seafile*. |
| --seafdata | --datadir, --data, -d | Path to your Seafile data directory. By default, this is assumed to be */var/seafile*. |
| --seafile-service|| Specify the name of your Seafile service if you are using the *--offline* option to disable Seafile during the backup. By default, this is assumed to be *seafile.service*. |
| --seahub-service|| Specify the name of your Seahub service if you are using the *--offline* option to disable Seafile during the backup. By deafult, this is assumed to be *seahub.service*. |
| --seahub-service|| Specify the name of your Seahub service if you are using the *--offline* option to disable Seafile during the backup. By default, this is assumed to be *seahub.service*. |
Detailed examples are provided on the following page for a variety of situations.