update README, add config load order

This commit is contained in:
2019-11-24 19:10:24 +08:00
parent f0f09de1e2
commit 9e5dcb1300

View File

@@ -3,6 +3,13 @@
Backup file or directory to OSS, can be encrypted.
Config read order:
1. from command line, `--config` or `-c`
1. from `./oss-backupd-config.json`
1. from `~/.oss-backupd-config.json`
1. from `/etc/oss-backupd/config.json`
<br>
Use direct signed URL or SDK?