19 lines
590 B
Plaintext
19 lines
590 B
Plaintext
# The device you want to use, where the archive will be created
|
|
device = /dev/sdc1
|
|
|
|
# Compression to use for the "pc" archive. Can be gzip, bzip2 or none
|
|
compress = gzip
|
|
|
|
# The source directory, the topdir of the data
|
|
source = /var/lib/BackupPC
|
|
|
|
# If you want to extract the "pc" archive on the destination, can be set to 'yes' or 'no'
|
|
extract = yes
|
|
|
|
# Stop BackupPC daemon. You should let this to 'yes' unless you use something like LVM snapshots
|
|
stop = yes
|
|
|
|
# The user who will receive the log of the archive, you can set a email address out of the server if you want
|
|
sendMailTo = admin
|
|
|