Initial commit
This commit is contained in:
parent
cb24cc9b9b
commit
2500470a1a
32 changed files with 2660 additions and 0 deletions
15
backup.conf.example
Normal file
15
backup.conf.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
# **
|
||||
#
|
||||
# Backup files configuration
|
||||
FROM='backup@example.com'
|
||||
EMAIL='alerts@example.com'
|
||||
LOG='/var/log/backup.log'
|
||||
|
||||
RSYNC_OPTIONS='--stats -rtc'
|
||||
RSYNC_LOCAL_PATH='/backup/dir///./'
|
||||
RSYNC_REMOTE_PATH='username@rsync.example.com:'
|
||||
|
||||
NUM_BACKUPS=5
|
||||
BACKUP_DIR=/path/to/dir/to/backup
|
||||
BACKUP_DEST=/destination/of/backup/files
|
||||
B_PREFIX=devel_repo
|
Loading…
Add table
Add a link
Reference in a new issue