pybackup/pybackup.conf

10 lines
394 B
Plaintext

{"locations": [
{
"name": "testlocation1",
"path": "/path/to/the/testlocation/folder",
"backup_path": "/path/to/backup/folder",
"frequency": 1,
"expire": 31,
"__COMMENT__": "The Frequency/Expire is given in days. The program should be started as often as selected, e.g. with 2, the program has to be started at least every two days."
}
]}