pybackup/pybackup.conf
2022-07-14 15:44:57 +02:00

10 lines
389 B
Plaintext

{"locations": [
{
"name": "testlocation1",
"path": "/path/to/the/testlocation/folder",
"backup_path": "/path/to/backup/folder",
"frequency": 1,
"versions": 31,
"__COMMENT__": "The Frequency 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."
}
]}