s3-backups icon indicating copy to clipboard operation
s3-backups copied to clipboard

S3 Backups provides easy scripts that system administrators can use to backup data from programs likes PostgreSQL, MySQL, Redis, etc.

Results 10 s3-backups issues
Sort by recently updated
recently updated
newest added

There is a file (connection.py) added, which is used to get the s3 connections. Connections are mapped using SERVICE_NAME object. If SERVICE_NAME is **digitalocean** then it gets s3 connection with...

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20s3-backups)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `s3-backups`. Thankfully, an equivalent service is...

Instead of just dumping the db to a file, then compressing, then transferring to S3, just pipe pg_dumpall through tar/gzip, and then you won't have to create a second file...

My / is always small on instances, so it would be nice to be able to specify the directory to use for tmp files.

Here's the traceback: ``` Traceback (most recent call last): File "/usr/bin/postgres_to_s3.py", line 177, in archive(args.schedule_module) File "/usr/bin/postgres_to_s3.py", line 106, in __init__ year = name_parts[-3] IndexError: list index out of range...

I want to make a mysqldump to CSV. It generate a folder with some text files. I want to compress this folder and send it to S3. `mysqldump -T /some/path...