foxBackup/config.sample

11 lines
365 B
Plaintext
Raw Permalink Normal View History

2021-11-02 08:05:23 +00:00
sqldump_prefix="docker exec -t db mysqldump"
sql_list="dbname dbname2 dbname3:table:table"
2021-11-02 09:09:26 +00:00
files_list="/path/to/folder1 /path/to/folder/2:subfolder:file_in_folder:subfodler/subsub"
2021-11-02 08:05:23 +00:00
prefix='/path_to_temp_folder';
2022-06-05 12:15:39 +00:00
#gpg_passphrase='my_super_secret_key'
#sshhost='host';
#sshport=22;
#sshuser='login';
#sshkey='/path_to_ssh_private_key';
#sshpath='/media/hdd2/backup';