similar to: DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync

Displaying 20 results from an estimated 5000 matches similar to: "DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync"

2008 Sep 26
2
Rsync to Amazon S3 storage
Hello list, How can I rsync my local directory to Amazon S3? I have try s3sync but it consume huge resources. Cheers Acdor -------------- next part -------------- HTML attachment scrubbed and removed
2011 Jul 05
0
Problem in accessing bucket of my AWS S3 account
I tried to establish connection to my aws s3 account like this in my irb console - AWS::S3::Base.establish_connection!(:access_key_id => ''my access key'', :secret_access_key => ''my secret key'', :server => " s3-ap-southeast-1.amazonaws.com") And it works well and prompt this - => #<AWS::S3::Connection:0x8cd86d0
2003 Oct 28
1
can't manage to get --link-dest working.
Hi, I can't manage to get rsync's --link-dest option working. Here is a step by step script which doesn't produce the good results. # create test dir mkdir testrsync cd testrsync mkdir orig echo "abcd" > orig/testfile # create a mirror rsync -apog orig/ mirror/ # create another mirror using link-dest rsync -apog --link-dest=mirror/ orig/ mirror2/ # look at inodes ls
2007 Dec 11
1
attachment_fu and virtual hosts on S3
Hey, I''ve gotten attachment_fu working well with Amazon S3. The only problem is that I don''t know how to generate public URLs that contain my much-cooler virtual S3 host names, e.g. ''images.mydomain.com'' with the plugin. Attachment_fu has a '':server'' configuration option, which will change ''s3.amazonaws.com'' to whatever
2012 Nov 27
1
multiple file upload to amazon s3 using jquery file upload rails app
Hi All, I am a newbie. I am following http://railscasts.com/episodes/383-uploading-to-amazon-s3?view=comments to upload file. I am able to upload single file with carrierwave. But I got 403(Forbidden) error when I try to upload multiple files using jquery file upload. When I try to upload single/multiple file I get alert box saying failed to upload and in console it says "Failed to
2011 Jul 09
2
Zip files on Amazon s3 bucket
Ive recently moved my files to amazon S3 storage. There is some functionality to allow an archive of files to be downloaded to a user via delayed job. So basically a project may have 10 documents in 10 different folders in the s3 bucket. What i need to do is zip the files up into one zip file and then send the user a link to download them. Im using https://github.com/qoobaa/s3 and paperclip to
2010 Oct 29
8
Amazon s3 - paperclip - Rails3 - basic setup Noob simple problems
Hi all, I''ve got a feeling from other posts that this should be very simple, but believe me I''ve looked around many tutorials / blogs, but still cant even get the most basic setup working with paperclip and s3. I am however pretty new to Rails, so could be doing something dumb. ------- Firstly, to install and use paperclip and aws-s3 I''ve got them both in by Gemfile:
2019 Sep 09
2
Off-site cloud backup (eg Amazon S3, Wasabi)
I?d like to synchronise our mail store to an Amazon S3 bucket or similar, for protection from ransomware. Server is running on macOS with maildir. Should I use a Dovecot process, rsync, a Mac app like Arq or Jungle Disk, or something else? Anyone have experience or opinions on this? Thanks, James. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s
2015 Jun 23
2
Internal DNS CNAME To Amazon Web Services Problem
Hello Samba Mailing List We cannot ping or browse to our web site hosted on Amazon S3 because the CNAME entry in our Samba 4 Internal DNS does not resolve properly, and this maybe because of the old version of Samba we are running on our DC. Samba version... 4.1.0pre1-GIT-8aae8b5 Command line used to add CNAME entry... $ /usr/local/samba/bin/samba-tool dns add dc1 domain.com www CNAME
2015 Jun 24
0
Internal DNS CNAME To Amazon Web Services Problem
Hello! To me this sounds a bit like https://bugzilla.samba.org/show_bug.cgi?id=9409 Can you confirm that? Thanks, Volker On Tue, Jun 23, 2015 at 05:50:42PM +0100, Paul Littlefield wrote: > Hello Samba Mailing List > > We cannot ping or browse to our web site hosted on Amazon S3 because the CNAME entry in our Samba 4 Internal DNS does not resolve properly, and this maybe because of
2013 Jun 28
1
[HELP PLEASE!] attachment_fu and aws-s3
Hi, Im developing an image upload using pothoven-attachment_fu (3.2.8) and aws-s3 (0.6.3). I want to store my files in Amazon S3. I follow all the instructions using attachment_fu and s3 my model has_attachment :content_type => :image, :storage => :s3, :max_size => 1.megabyte, :thumbnails => { :thumb =>
2010 Aug 09
5
Paperclip - Amazon S3 - https
I am able to use Paperclip to save files to Amazon''s S3 storage. Once saved, the files are available using a URL associated with the bucket and filename. I have not been able to find a good tutorial which clearly explains how to save a file to S3 (using Paperclip) whereby it can only be retrieved using https, and only for a limited time period (which I understand is a function of S3).
2009 Jun 03
1
Adding an 'official' CentOS image to the Amazon EC2(Electronic Compute Cloud)
Sorry for not replying to this earlier, I just saw this thread because of the newsletter. We have had CentOS Images running in the cloud since 09/06/2007, and there have had a public script out for it, you can check us out in the Amazon catalog here: http://developer.amazonwebservices.com/connect/entry!default.jspa?categoryID=208&externalID=1901&fromSearchPage=true. This also has a build
2008 Apr 15
4
is there a way to outsource image uploads?
I''m trying to keep my rails app lean and mean and want to avoid (if possible) dealing with image uploads, thumbnail generation, running RMagick etc. I was excited about Amazon letting you upload files directly from the browser to your S3 bucket (http://doc.s3.amazonaws.com/proposals/ post.html) but I couldn''t figure out how to generate thumbnails - has anyone figured this out?
2012 Oct 01
5
s3 as mysql directory
Hello list, I am soliciting opinion here as opposed technical help with an idea I have. I've setup a bacula backup system on an AWS volume. Bacula stores a LOT of information in it's mysql database (in my setup, you can also use postgres or sqlite if you chose). Since I've started doing this I notice that the mysql data directory has swelled to over 700GB! That's quite a lot and
2008 Feb 02
1
attachment_fu stopped uploading files to S3
Hey everyone, I''ve been using attachment_fu to upload large media files to S3 with great success in my rails application. However, it has recently stopped uploading. My app appears to be uploading to somewhere, as my browser is displaying a ''sending request to..." status message for about the right length of time. The records are also created in my application database.
2013 Apr 18
1
Missing :bucket option (S3), while it is defined in production initializers.
I got my S3 credentials defined in my production.rb, linkwise to this heroku post <https://devcenter.heroku.com/articles/paperclip-s3>. However when I''m testing it on Heroku, I get this error in my logs: "ArgumentError (missing required :bucket option)". What could be wrong? -- You received this message because you are subscribed to the Google Groups "Ruby on
2011 Jul 17
0
[LLVMdev] profile.pl (llvm-prof) crash
Hi all, I've been trying to profile with profile.pl, and the output I get always end up crashing with the following assert: lvm-prof: FoldingSet.cpp:184: void** GetBucketPtr(void*): Assertion `(Ptr & 1) && "Not a bucket pointer"' failed. (This is after it runs successfully for a while, giving me the function and basic block frequencies). Am I doing something wrong
2007 Feb 16
1
Using Puppet with hosting Rail apps on Amazon Ec2
Greetings, I just found Puppet last night. Really wish that the discovery had been made last month before tons of late night messy bash scripts were written to help boot up an ec2 image.... With very little effort Puppet is now installed on my desktop as a server and one of my staging servers is able to call into the puppetmaster to run a very very simple manifest. So far I am super-
2012 Jun 28
1
Integrating Dovecot with Amazon Web Services
I did some searching in the mail archives and didn't see any discussion of integration with AWS, so I wanted to through out my thoughts/plans and see if it has been done before. I am setting up my own personal website on EC2 along with an email server, and I really don't like the idea of using the disk drive as permanent mail storage. EBS is too small instance storage is ephermeral.