Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Feb 05, 2011 9:52 am 
Offline
Newbie

Joined: Fri Oct 08, 2010 2:28 am
Posts: 4
Hello,

before to take action I would like to hear what you gus think on this backup solution for all my websites.

1) fuse s3 to use amazon S3 service as part of my filesystem
2) rsnapshot to take daily backups directly stored on amazon

thanks for ANY hints!
Andrea


Top
   
 Post subject:
PostPosted: Sat Feb 05, 2011 11:06 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Using s3 over fuse is notoriously unstable, I believe http://code.google.com/p/s3backer/ is generally a more preferred approach, (or you could be like me and use simple put requests using curl).

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Sat Feb 05, 2011 11:15 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
To cut down on the amount of traffic sent over the wire, I usually go with duplicity. It maintains the current state of the remote store locally, so it doesn't have to list and download files to check them. I also upload a couple specific files individually (such as mysqldumps) so they're restorable without duplicity.

I think rsnapshot relies on hard links, which may not work with an S3 fuse filesystem; you might have to resort to s3backer for things to work right.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Sat Feb 05, 2011 1:27 pm 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
I'm using cloudcity with rackspace cloud files.
It's stable and cheaper than s3.
You only need python-cloudfiles and duplicity packages.


Top
   
 Post subject:
PostPosted: Sat Feb 05, 2011 7:58 pm 
Offline
Newbie

Joined: Fri Oct 08, 2010 2:28 am
Posts: 4
hoopycat wrote:
I think rsnapshot relies on hard links, which may not work with an S3 fuse filesystem; you might have to resort to s3backer for things to work right.


Thanks everyone.
Today I found that Rsnapshot DOESN'T work on amazon S3 so I will try duplicity

thanks again


Top
   
 Post subject:
PostPosted: Mon Feb 07, 2011 12:12 pm 
Offline
Senior Member

Joined: Sat Jun 05, 2004 12:49 am
Posts: 333
Duplicity


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group