Re: [S3tools-general] programmatically umount and detach an ebs volume

2013-01-10 Thread Dick Middleton
On 01/10/13 20:28, Ryan Golhar wrote: > Is there a way to programmatically detach an ebs volume from a running > instance then attach it to another instance? I can mount/unmount ebs volumes, > but have to go through the aws website to attach/detach ebs volumes. I'd like > to script this if possib

Re: [S3tools-general] is s3tools still under active development?

2012-10-30 Thread Dick Middleton
On 10/30/12 08:57, Simone Cortesi wrote: > I was going to ask myself the same question. thanks for bringing this up. > On Tue, Oct 30, 2012 at 4:24 AM, Ryan Golhar > wrote: >> Hi Michal - The subject says it all. I noticed there haven't been any >> commits in over 6 months, but there are still

Re: [S3tools-general] Debian/Ubuntu repository for s3cmd (corrected)

2011-01-21 Thread Dick Middleton
On 01/20/11 02:27, Michal Ludvig wrote: > 2) Add the repo to sources.list: > sudo wget -O/etc/apt/sources.list.d/s3tools.list > http://s3tools.org/repo/deb-all/stable/s3tools.list > > 3) Refresh package cache: > sudo aptitude update && sudo aptitude install -V s3cmd > > 4) Test if it works as ex

[S3tools-general] rc1 manual omission

2010-11-02 Thread Dick Middleton
Hi, There's no mention of reduced redundancy in the rc1 man page. Dick -- Dick Middleton d...@fouter.net PGP Key ID: 0x9F9434FD -- Nokia and AT&T present the 2010 Calling All Innovators-North Americ

Re: [S3tools-general] Reduced Redundancy

2010-05-20 Thread Dick Middleton
On 05/20/10 13:15, Michal Ludvig wrote: >> >> Hmmm ... er ... umm ... how long is it going to be before this is >> supported in s3cmd? > > Now. Brilliant :) I hope you didn't stay up all night doing it. > It's in SVN, option --rr or --reduced-redundancy for put, cp and mv. Many thanks. Dick

[S3tools-general] Reduced Redundancy

2010-05-19 Thread Dick Middleton
Hi, I've just received a newsletter from amazon promoting their new Reduced Redundancy Storage (RRS) option for S3. Hmmm ... er ... umm ... how long is it going to be before this is supported in s3cmd? Dick -

[S3tools-general] s3cmd deletes remote when local dir non-existent

2009-02-15 Thread Dick Middleton
Hi, I don't know if this exists on latest version; I'm still using 0.9.8.3. If you sync a local directory which doesn't exist (e.g. typo!) and have option --delete-removed then s3cmd will happily delete all remote files. I think it would be better if s3cmd terminated with an error if lo

Re: [S3tools-general] sync exclude not excluding

2008-12-01 Thread Dick Middleton
Michal Ludvig wrote: > Dick Middleton wrote: >> I've tried --exclude '*.jpg' and --exclude '/*.jpg' with my sync command >> but sync still uploads jpg files. >> >> What am I doing wrong? > > I don't know. Works for me... and me!

Re: [S3tools-general] sync error

2008-11-29 Thread Dick Middleton
Michal Ludvig wrote: > Dick Middleton wrote: > >> deleted 's3://bucket/motion/4.Thu.Nov27/logitech/ERROR: S3 error: 500 >> (Internal Server Error): InternalError >> [...] >> Is this s3cmd or amazon complaining? > > Amazon does. Huh! Interesting. S3cm

[S3tools-general] sync exclude not excluding

2008-11-29 Thread Dick Middleton
I've tried --exclude '*.jpg' and --exclude '/*.jpg' with my sync command but sync still uploads jpg files. What am I doing wrong? Dick - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

[S3tools-general] sync error

2008-11-29 Thread Dick Middleton
I (inadvertantly) deleted my local files so this happened: /etc/cron.daily/syncs3: Compiling list of local files... Retrieving list of remote files... Found 156 local files, 1664 remote files Verifying checksums... Summary: 78 local files to upload, 1586 remote files to delete deleted 's3://bucke

[S3tools-general] interworking put and sync

2008-11-27 Thread Dick Middleton
Hello, I'm using s3cmd 'put' to upload individual files but then what I find is when I later 'sync' their directory they are uploaded again. I don't understand why. I'm using -p -e options with both 'put' and 'sync' and the same .s3cfg file. What am I missing? S3cmd: 0.9.8.3

Re: [S3tools-general] Unexpected Error

2008-11-24 Thread Dick Middleton
Michal Ludvig wrote: > Dick Middleton wrote: > Try to add --no-tty to gpg_encrypt and gpg_decrypt settings in your > ~/.s3cfg. Perhaps GPG doesn't get a TTY device and fails... That doesn't seem to make any difference. Does "OSError: [Errno 10] No child process

Re: [S3tools-general] Unexpected Error

2008-11-23 Thread Dick Middleton
Michal Ludvig wrote: > Dick Middleton wrote: > >> S3cmd: 0.9.8.3 >> [...] >>File "/usr/bin/s3cmd", line 657, in gpg_encrypt >> code = gpg_command(command, cfg.gpg_passphrase) >>File "/usr/bin/s3cmd", line 644, in gpg_command

[S3tools-general] Unexpected Error

2008-11-23 Thread Dick Middleton
! An unexpected error has occurred. Please report the following lines to: s3tools-general@lists.sourceforge.net ! S3cmd: 0.9.8.3 Python: 2.5.2 (r252:60911, Sep 29 2008, 21:15:13) [GCC 4.3.2] Traceback (mo