README.markdown in webtranslateit-safe-0.4.10 vs README.markdown in webtranslateit-safe-0.4.11

- old
+ new

@@ -1,8 +1,8 @@ # webtranslateit-safe -Simple database and filesystem backups with S3 and Rackspace Cloud Files support (with optional encryption). +Simple database and filesystem backups with Amazon S3 support (with optional encryption). This is a fork of now abandonned [astrails-safe](https://github.com/astrails/safe) that we’ve been using since 2010. It is now unmaintained and not compatible with ruby 3.2, so we forked it. We’ve added: @@ -119,18 +119,10 @@ secret "........................................" bucket "backup.astrails.com" path "servers/alpha/:kind/:id" end - cloudfiles do - user "..........." - api_key "................................." - container "safe_backup" - path ":kind/" # this is default - service_net false - end - sftp do host "sftp.astrails.com" user "astrails" # port 8023 password "ssh password for sftp" @@ -148,10 +140,9 @@ end keep do local 20 s3 100 - cloudfiles 100 sftp 100 end mysqldump do options "-ceKq --single-transaction --create-options"