diff --git a/backup-instructions-example.conf b/backup-instructions-example.conf index e071d48..2714669 100644 --- a/backup-instructions-example.conf +++ b/backup-instructions-example.conf @@ -1,44 +1,44 @@ ################################################################ # # Instructions for the micro-backup-script # # See: # https://sviluppo.erinformatica.it/source/micro-backup-script/ # # Notes: # Use the 'backup-instructions-example.conf' file to create an # 'backup-instructions.conf' file. ################################################################ # backup server configurations backup_path /etc # backup system logs backup_path /var/log # backup crontab etc. backup_path /var/spool # uncomment to skip some databases # note that as default we skip a couple of system databases #skip_database '^something$' #skip_database '^something[0-9]else$' -# uncomment to backup every single database (but not the skipped ones) -#backup_every_database +# backup every single database (but not the skipped ones) +backup_every_database -# uncomment to backup a single database +# uncomment to backup just a single database #backup_database DATABASE_NAME # uncomment to backup some local files using a pattern or something like that #backup_paths /var/log/X* # uncomment to backup an host reachable via ssh #backup_host_dir 127.1.2.3:/home mega-server-stuff/home # uncomment to backup (pull) an host reachable via ssh #backup_host_file 127.1.2.3:/tmp/file.war mega-server-stuff/wars # uncomment to push something to another host (even on a custom port) #push_path_host /tmp/something host:/path #push_path_host /tmp/something host:/path 2222