Difference between revisions of "S3 backup with s3napback"

From Wiki2
Line 1: Line 1:
===S3 backup with s3napback===
===S3 backup with s3napback===
1. get java working on Ubuntu 10.04
In order for mysql to work, the user you're running the script as must be able to mysqldump the requested databases without entering a password. This can be accomplished through by creating a .my.cnf file in the user's home directory putting in it
In order for mysql to work, the user you're running the script as must be able to mysqldump the requested databases without entering a password. This can be accomplished through by creating a .my.cnf file in the user's home directory putting in it
  [mysqldump]
  [mysqldump]
  user=mysqluser
  user=mysqluser
  password=secret
  password=secret

Revision as of 14:51, 12 December 2012

S3 backup with s3napback

1. get java working on Ubuntu 10.04

In order for mysql to work, the user you're running the script as must be able to mysqldump the requested databases without entering a password. This can be accomplished through by creating a .my.cnf file in the user's home directory putting in it

[mysqldump]
user=mysqluser
password=secret