S3Sync.net
February 02, 2014, 01:32:27 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Questions / Re: Confused: s3sync not working as expected... on: March 31, 2007, 07:53:21 AM
Ok, i have created a directory with a smaller set of files. With this set of files s3sync performed flaweless.
I then just have deleted all the already uploaded files on S3, deleted the bucket, recreated the bucket, sync my original set of files and now it works as a charm.. I guess due to Huh? the file info of the orginal bucket was corrupted or what. Anyway, it works now perfectly.. and thanks for your help.

hnzz
2  General Category / Questions / Re: Confused: s3sync not working as expected... on: March 28, 2007, 02:20:51 PM
there you are:

this is the content of the script I use...

#!/bin/bash
cd /usr/local/s3sync/
export AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxx
export SSL_CERT_DIR=/usr/local/s3sync/certs
ruby s3sync.rb -r --ssl -v --delete /home/backup/remote/ spip:/
3  General Category / Questions / Confused: s3sync not working as expected... on: March 28, 2007, 02:13:50 PM
Hi, setting up an automated backup for my linux box using s3sync. It works quite well  Smiley but i see some, in my opinion, strange things.. When i have done a backup and then rerun the backup script with just a couple of files changed, it still re-transfers all the data in my directories again with one exeption: the directory containing my html files. From the latter it only transmits the changed files in a rsync kind of style. As I like to have this to happen all the files in the filesystem i was wondering how to achieve this..

any answers very welcome..

hnzz
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!