Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  This topic is locked, you cannot edit posts or make further replies.
Author Message
 Post subject:
PostPosted: Fri Apr 03, 2009 12:24 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
zengei wrote:
Just making it clear: ext4 disk images are not currently supported, correct?

They will be very soon -- maybe a few days.

-Chris


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 12:42 pm 
Offline
Senior Member

Joined: Tue Aug 12, 2008 8:41 am
Posts: 56
caker wrote:
zengei wrote:
Just making it clear: ext4 disk images are not currently supported, correct?

They will be very soon -- maybe a few days.

-Chris

Great, look forward to it.


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 12:54 pm 
Offline
Senior Member

Joined: Mon Feb 28, 2005 7:21 pm
Posts: 76
caker wrote:
Yeah, but there's a potential snag when involving a virtualization layer:

We're issuing the LVM snapshot on the host -- not from within your Linode's kernel. Performing a snapshot flushes dirty buffers, but since that's being done on the host your Linode kernel is unaware that this is happening, so it still has dirty buffers that were never written to disk.

This may be moot because of journaling (both at the filesystem and the db level), but, speaking for myself, I'd dump my DBs to a file...


Thanks--this is the detailed explanation I was looking for--how these snapshots are different from direct LVM snapshots, and why a db dump is very much necessary.


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 3:48 pm 
Offline
Senior Member
User avatar

Joined: Fri Jan 02, 2009 11:31 am
Posts: 141
Website: http://faroutscience.com
Location: Texas / Kansas
I would definitely like to participate in the beta whenever it is available in Dallas.

I will definitely purchase this option whenever it becomes available!!!

Jeff


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 4:13 pm 
Offline
Senior Member
User avatar

Joined: Sat Oct 16, 2004 11:13 am
Posts: 176
Just tried to backup my 360. I'm only using 1.9GB, and the backup took 5 hours!

Code:
snapshot 2009-04-03 21:07:16   2009-04-03 21:10:42   3 minutes, 26 seconds       successful
snapshot 2009-04-03 14:21:03   2009-04-03 19:33:48   5 hours, 12 minutes, 45 seconds      failed


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 4:28 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
saman007uk wrote:
Just tried to backup my 360. I'm only using 1.9GB, and the backup took 5 hours!

I'm not surprised at the failures -- I've been taking things up and down all day, making improvements for speed.

-Chris


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 4:47 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
saman007uk wrote:
Just tried to backup my 360. I'm only using 1.9GB, and the backup took 5 hours!

Didn't you see the note that said the backup server is connected via dial-up from caker's basement? ;)


Top
   
 
 Post subject:
PostPosted: Fri Apr 03, 2009 5:45 pm 
Offline
Newbie

Joined: Mon Feb 16, 2009 2:29 pm
Posts: 2
Website: http://www.dueyfinster.com
Just to be clear: we don't have to report failures? I would guess you get notified of them and details now its in beta....

I say his because my on-demand backup failed; you were probably tweaking :D


Top
   
 
 Post subject:
PostPosted: Sat Apr 04, 2009 7:12 pm 
Offline
Senior Member
User avatar

Joined: Tue Aug 17, 2004 11:37 pm
Posts: 262
Website: http://www.our-lan.com
WLM: nf@our-lan.com
Location: Brisbane, Australia
Just checking, but if i use paritions on a drive.. or more to the point put a "drive" into an LVM.. and then parition on top of that im going to assume im not going to be able to use this backup option correct?

If that is the case, would you consider pricing by size rather then node type? Because if i could only backup say my root non lvm image, im not really able to back up all that much data..

_________________
ServerAdmin - www.our-lan.com
"Diplomacy is the art of saying nice doggy whilst looking for a really big stick"
"In my experiece, any attempt to make any system idiot proof will only challenge God to make a better idiot"


Top
   
 
 Post subject:
PostPosted: Sat Apr 04, 2009 9:08 pm 
Offline
Senior Member

Joined: Mon Feb 28, 2005 7:21 pm
Posts: 76
Internat wrote:
Just checking, but if i use paritions on a drive.. or more to the point put a "drive" into an LVM.. and then parition on top of that im going to assume im not going to be able to use this backup option correct?


All I could think up for this situation so far is to make a snapshot, mount a "normal" disk image and then rsync the snapshot to that, prior to the backup window. But now you've made your own backup (using more expensive disk space)...


Top
   
 
 Post subject:
PostPosted: Mon Apr 06, 2009 11:02 pm 
Offline
Senior Member

Joined: Sat Feb 10, 2007 7:49 pm
Posts: 96
Website: http://www.arbitraryconstant.com/
caker wrote:
This may be moot because of journaling (both at the filesystem and the db level), but, speaking for myself, I'd dump my DBs to a file...
It would be nifty to expose this functionality to the API. :)


Top
   
 
 Post subject:
PostPosted: Fri May 01, 2009 1:00 pm 
Offline
Senior Newbie

Joined: Wed Dec 31, 2008 10:49 am
Posts: 6
caker wrote:
phvt wrote:
It doesn't sound like it's an LVM-based snapshot, and instead is running rdiff/rsync or something simpler. The original post says we'll need to dump databases to a file prior to the backup window.

I beg to differ :). This is a very sophisticated system which *does* involve LVM snapshots on the host. But what's the difference? Live database files can't be snapshotted, or copied, or rsync consistently, anyway.

saman007uk wrote:
Will this take an actual "snapshot" or will we need to stop MySQL, etc. in order to prevent file corruption.

Doing a snapshot does NOT always mean you're doing to get your mysql DB files in a consistent state. It can depend on which type of table engine you're using, for instance...

So dump your DBs to a file before the backup window just like you would with any other backup configuration.

-Chris
File databases like sqlite3 needs special care (dump before backup) like mysql, or they just get backuped without problem?


Top
   
 
 Post subject:
PostPosted: Fri May 01, 2009 10:51 pm 
Offline
Senior Member

Joined: Fri Jun 13, 2008 4:11 pm
Posts: 65
Website: http://www.skafari.com
Well, I have a suggestions if it isn't already implemented, the ability to mount backup images so you can pull single file backups off of them.


Top
   
 
 Post subject:
PostPosted: Mon May 04, 2009 6:00 am 
Offline
Junior Member

Joined: Mon Sep 22, 2008 8:41 am
Posts: 48
Location: London, UK
Andrea wrote:
File databases like sqlite3 needs special care (dump before backup) like mysql, or they just get backuped without problem?


Just put a short script into your crontab to dump your DB every day into an sql file or something just before the backup. This is all special care you need!


Top
   
 
 Post subject:
PostPosted: Fri May 22, 2009 2:19 pm 
Offline
Senior Newbie

Joined: Sat Mar 14, 2009 10:41 am
Posts: 10
ICQ: 41774503
WLM: cchildress24@hotmail.com
AOL: CGamesG
Location: Chattanooga, TN
RossH wrote:
Well, I have a suggestions if it isn't already implemented, the ability to mount backup images so you can pull single file backups off of them.


I second the above idea. This would introduce amazing flexibility into the system and possibly prevent unnecessary downtime. Is there anything like this yet?

_________________
You never know what you have until it's gone. And your backup is corrupted. And your boss tells you he needs it yesterday.


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.


Who is online

Users browsing this forum: No registered users and 2 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