Don’t publish the stored location and file name of your backup set. If someone gets your backup, they can very likely crack your passwords. Hackers have already calculated the encrypted version of the top 100,000+ passwords, and all the common letter substitution tricks (e.g. substitute o with 0 or a with @).
Backup transferred to https://s3.amazonaws.com/LOCATION/full/backwpup_FILENAME.tar.gz
**** Rename that backup file NOW on S3. Change all passwords NOW ****
Don’t publish your full file path on public boards. You just gave hackers crucial information about your system.
Don’t publish your actual database name on public boards. SQL Injection attacks need the actual database name.
Never use wp_ as your database table prefix, for any WordPress installation, for the same reason. The iThemes Security plugin has a tool for changing that (of course, Backup First).
If you are going to publish table names, edit them to have wp_ (which would then be Wrong for your actual setup)
[INFO] Temp folder is: /home/USERNAME/public_html/wp-content/uploads/backwpup-FOLDERNAME-temp/
[INFO] Logfile is: /home/USERNAME/public_html/wp-content/uploads/backwpup-FOLDER-logs/backwpup_log_FOLDER_DATETIME.html
[INFO] Backup file is: /home/USERNAME/public_html/wp-content/uploads/backwpup-FOLDER-temp/backwpup_FOLDER_DATETIME.tar.gz
[26-Oct-2014 01:14:08] Connected to database DATABASE on localhost
[26-Oct-2014 01:14:08] Backup database table “wp_commentmeta” with “0” records
etc.
[26-Oct-2014 01:14:09] Added database dump “DATABASE.sql” with 1.18 MB to backup file list
[26-Oct-2014 01:14:11] Added XML export “EXPORTNAME.xml” with 72.61 kB to backup file list.
[26-Oct-2014 01:14:36] Connected to S3 Bucket “S3BUCKET” in
[26-Oct-2014 01:14:38] Backup transferred to https://s3.amazonaws.com/S3BUCKET/full/backwpup_FOLDER_DATETIME.tar.gz.