|
|
@ -3,12 +3,12 @@ |
|
|
|
## Can be ftp, sftp, ftps, ssh or local. |
|
|
|
protocol='ssh' |
|
|
|
|
|
|
|
## The directory store backups in, locally or remotely. |
|
|
|
## The directory to store backups in, locally or remotely. |
|
|
|
backup_dir='relative_or_full_path' |
|
|
|
|
|
|
|
## The list of patterns to exclude from backups, for |
|
|
|
## more details look into tar -X option. |
|
|
|
#exclude_list='/usr/local/etc/backup/excludes.list' |
|
|
|
#exclude_list='/usr/local/etc/backup/excludes.list' |
|
|
|
|
|
|
|
## The compression algorithm for backups. |
|
|
|
## Can be gz, bz2, xz or empty (for non-compressed). |
|
|
@ -32,7 +32,9 @@ source_dirs=( '/home/user/source1:/var/backup/snapshot.list' |
|
|
|
#backup_filename='somebackup' |
|
|
|
|
|
|
|
## GPG key to encrypt backups, uses name of the private |
|
|
|
## key in your keyring |
|
|
|
## key in your keyring. It is also entirely possible to |
|
|
|
## add the GNUPGHOME environment variable export here in |
|
|
|
## order to use the private key from a specific location. |
|
|
|
#gnupg_key='keyname' |
|
|
|
|
|
|
|
#### remote options #### |
|
|
@ -45,7 +47,7 @@ remote_user='username' |
|
|
|
## Password, due to how openssh handles security it only |
|
|
|
## works for *ftp* protocols; backups via ssh protocol |
|
|
|
## work interactively. Later versions will have support |
|
|
|
## for ssh keys. |
|
|
|
## for ssh keys... If I ever decide to make it happen. |
|
|
|
remote_pass='PassWd' |
|
|
|
|
|
|
|
## Port is optional, the defaults are hardcoded. |