path type now support custom backup locations and path support absoule path
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user