Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • Implementing a new ERP system can be the answer to your prayers, or your worst nightmare. Stay aware of the pitfalls with this up-to-date white paper....
    Download

  • Increasing demands placed on IT, along with tightening budgets has prompted IT leaders to seek out alternative technologies and improved methods of providing...
    Download

More on LinuxToday


Back up OpenOffice.org Documents on Amazon S3

Mar 24, 2009, 14:32 (0 Talkback[s])
(Other stories by Dmitri Popov)

[ Thanks to Dmitri Popov for this link. ]

"Now you can install aws. Download the latest version of the aws script and put it into your home directory. In the terminal, run the following command as root:

"perl aws --install

"Create an .awssecret text file in your home directory, and enter your Access Key ID on the first line and the Secret Access Key on the second line. Use then the s3mkdir command to create a new S3 bucket:

"s3mkdir openoffice_org_backup_bucket

"Note that the name of the bucket must be unique. Once aws is configured and ready to go, you start working on an OpenOffice.org macro that backs up the currently opened document on Amazon S3 via aws. The macro starts with obtaining the currently active document and checking whether it has already been saved. The latter is required to obtain the path to the document:"

Complete Story

Related Stories: