DiBaReMy/etc/config.cfg.example

27 lines
450 B
Plaintext

# === CONFIG ===
# Set 1 to active verbose log
VERBOSE=0
# Change default compression
COMPRESS='bzip2'
# Owner of backup
USER=$(whoami)
# Default directory attribute
DIRECTORYATTRIBUTES=0770
# Default file attribute
FILEATTRIBUTES=640
# Deleted backup older than
TIME_REMOVED_DUMP_FILES='1 week ago'
# Backups directory
BACKUP_DIR='backups'
# File config for mysql socket
CONFIG_FILE='etc/mysql/local.cfg'
# Size of chunk
CONFIG_CHUNK=1000000