barkup
barkup copied to clipboard
A library for writing backup programs in Golang
Go package to interact with Amazon Web Services. PROJECT MOVED: https://github.com/go-amz/amz
Do I just not send it to S3 and it will stay on the local machine?
Hi, i just did a `go get github.com/keighl/barkup` and i got this: go get -u -v github.com/keighl/barkup github.com/keighl/barkup (download) Fetching https://launchpad.net/goamz/aws?go-get=1 Parsing meta tags from https://launchpad.net/goamz/aws?go-get=1 (status code 404)launchpad.net/goamz (download)...
Can now use the `PGPASSWORD` environment variable to authenticate user for pg_dump.
Didn't work even with `~/.pgpass` Figured out that, one can set the `PGPASSWORD` environment variable and it works. Pull request coming soon.
Email mysqldump gziped as attachment via smtp ?
`Output()` only shows the messages written to `stdout` but not `stderr`. Switching to `CombinedOutput()` would log both `stdout` and `stderr` to `result.Error.CmdOutput`.
Any chance you could add SQLite and/or MSSQL support?