socialtext-backup-s3
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Socialtext Workspace backups to Amazon S3
How to use this:

Put the following in the www-data user's crontab:

  12 17 * * * PATH=$PATH:/usr/local/bin /usr/local/bin/st-backup-s3 >> /var/log/st-backup-s3.log

And then make sure that `/var/log/st-backup-s3.log` exists and is writable by the www-data user.

Configuration:

Create a `/etc/socialtext/backup-s3.yaml` file with this format:

    # Put your amazon details here
    aws_access_key_id: 0O0O0O00O0O0O0O0O0O0
    aws_secret_access_key: 0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O0O

And then it should work.  You can check what it's doing by reading the code and the log file.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。