Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Backup/Restore vs. Export/Import
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Paul Stovell  
View profile  
 More options Mar 14 2012, 11:29 am
From: Paul Stovell <goo...@paulstovell.com>
Date: Wed, 14 Mar 2012 08:29:36 -0700 (PDT)
Local: Wed, Mar 14 2012 11:29 am
Subject: Backup/Restore vs. Export/Import

I have an application that I plan to use RavenDB embedded with, and I'm
trying to work out a backup strategy. From a brief look it appears that I
can either use backup/restore, or import/export to achieve similar
things. I've read that:

- Export doesn't include indexes, these will be rebuilt after importing
- Restore requires an empty database, while import can be run on an
existing database
- Export includes documents created during the export, while backup will be
a snapshot of the point when the backup was started

Are there any other reasons to choose one over the other? Is there anything
that makes Export inappropriate for backups?

Paul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobi  
View profile  
 More options Mar 14 2012, 1:04 pm
From: Tobi <listacco...@e-tobi.net>
Date: Wed, 14 Mar 2012 18:04:39 +0100
Local: Wed, Mar 14 2012 1:04 pm
Subject: Re: [RavenDB] Backup/Restore vs. Export/Import
Am 14.03.2012 16:29, schrieb Paul Stovell:

> Are there any other reasons to choose one over the other? Is there anything
> that makes Export inappropriate for backups?

Import/Export works between different architectures and Esent versions
while Backup/Restore only works on the same architecture/Esent version.

Tobias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Mar 15 2012, 3:40 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Thu, 15 Mar 2012 09:40:19 +0200
Local: Thurs, Mar 15 2012 3:40 am
Subject: Re: [RavenDB] Backup/Restore vs. Export/Import

Paul,
Backup is meant to do backups, it allows you to quickly restore from a
failure on the same/similar system.
It can do incremental backups as well.

Export is meant to get a dump out and that is about it. Backup is usually
much faster than an export.

On Wed, Mar 14, 2012 at 5:29 PM, Paul Stovell <goo...@paulstovell.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »