mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
7 lines
263 B
C
7 lines
263 B
C
const int DONT_SHOW_SETTINGS=1;
|
|
const int DONT_ALLOW_PAUSE=2;
|
|
const int DONT_ALLOW_STARTING_FILE_BACKUPS=4;
|
|
const int DONT_ALLOW_STARTING_IMAGE_BACKUPS=8;
|
|
const int DONT_ALLOW_CONFIG_PATHS=16;
|
|
const int DONT_SHOW_LOGS=32;
|
|
const int DONT_DO_IMAGE_BACKUPS=64; |