path type now support custom backup locations and path support absoule path

This commit is contained in:
2021-09-07 14:09:33 +08:00
parent 5db7793fb1
commit 64f2da23ed
2 changed files with 15 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ programs:
files:
- BGI.gdb # path to a file/folder. All subfolders will include if it is a folder. Must be relative path.
- type: path
path: folder # path to a file/folder. All subfolders will include if it is a folder. Must be relative path.
path: folder # path to a file/folder. All subfolders will include if it is a folder. Must be relative path if name not found.
name: folder2 # path to the backup files. Shoule be a 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.