From adacf5a8836f41729feffaeea4a0d21f7e1c615d Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 6 Sep 2021 08:45:57 +0800 Subject: [PATCH] add a example config files --- example.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example.yaml diff --git a/example.yaml b/example.yaml new file mode 100644 index 0000000..af2a3d0 --- /dev/null +++ b/example.yaml @@ -0,0 +1,12 @@ +dest: /path/to/store/backup/files # The programs will store database and backup files in this location +programs: + - name: Your program name # This name is used to identify different application. + base: /path/to/save/path # Must be absoulte path. + files: + - BGI.gdb # A single save file. Must be relative path. + - type: path + path: folder # path to a folder. All subfolders will include. Must be relative path. + - type: leveldb # module plyvel is needed to support this type. This will store leveldb database to a single file database (sqlite3) + path: leveldb # path to leveldb. Must be relative path. + domains: # optional. Just backup minor domains in localstorage database. Only chromium is tested. + - some domain