Difference between revisions of "De:Wie erstelle ich eine Sicherung"

From Gramps
Jump to: navigation, search
Line 15: Line 15:
 
{{-}}
 
{{-}}
  
You can enter the path where the backup should be stored. You can enter a file name.
+
Du kannst den Pfad in dem die Sicherung gespeichert werden soll und den Dateinamen der Sicherungsdatei eingeben.
  
You can either choose to include the media or not.  
+
Du kannst auswählen, ob du die Medien mit sicherst oder nicht.  
  
 
Note that this is just a regular XML export, except that no data is filtered out. You can import these as usual with any exported file.
 
Note that this is just a regular XML export, except that no data is filtered out. You can import these as usual with any exported file.
Line 52: Line 52:
 
If you don't need to include the media objects in your backup, then you can make use of the [[Gramps XML]] format:
 
If you don't need to include the media objects in your backup, then you can make use of the [[Gramps XML]] format:
  
  gramps -O "My Family Tree" -e backup.gramps  
+
  gramps -O "Mein Stammbaum" -e backup.gramps  
  
 
oder
 
oder
  
  gramps --open="My Family Tree" --export=backup.gramps  
+
  gramps --open="Mein Stammbaum" --export=backup.gramps  
  
This is equivalent to selecting the following menu options:
+
Dies entspricht der Auswahl folgender Menüoptionen:
  
  Family Trees -> Export -> "Gramps XML database" -> "Entire Database".
+
  Stammbäume -> Export -> "Gramps XML database" -> "Gesamte Datenbank".
  
 
The [[Generate XML]] page has further information on what can be done with the .gramps files.
 
The [[Generate XML]] page has further information on what can be done with the .gramps files.
  
 
==Gramps Version 3.0.x==
 
==Gramps Version 3.0.x==
===With media files===
+
===Mit Mediendateien===
 
Assuming your database is called "My Family Tree", and you want the backup to include external media objects such as images and documents, the recommended method to create a backup is to use the gramps-pkg format:
 
Assuming your database is called "My Family Tree", and you want the backup to include external media objects such as images and documents, the recommended method to create a backup is to use the gramps-pkg format:
  
  gramps --open="My Family Tree" --output=backup.gpkg --format=gramps-pkg
+
  gramps --open="Mein Stammbaum" --output=backup.gpkg --format=gramps-pkg
  
This is equivalent to selecting the following menu options:
+
Dies entspricht der Auswahl folgender Menüoptionen:
  
  Family Trees -> Export -> "GRAMPS package (portable XML)" -> "Entire Database".
+
  Stammbäume -> Export -> "GRAMPS Paket (portable XML)" -> "Gesamte Datenbank".
  
===Without media files===
+
===Ohne Mediendateien===
 
If you don't need to include the media objects in your backup, then you can make use of the [[Gramps XML]] format:
 
If you don't need to include the media objects in your backup, then you can make use of the [[Gramps XML]] format:
  
  gramps --open="My Family Tree" --output=backup.gramps --format=gramps-xml
+
  gramps --open="Mein Stammbaum" --output=backup.gramps --format=gramps-xml
  
This is equivalent to selecting the following menu options:
+
Dies entspricht der Auswahl folgender Menüoptionen:
  
  Family Trees -> Export -> "Gramps XML database" -> "Entire Database".
+
  Stammbäume -> Export -> "Gramps XML database" -> "Gesamte Datenbank".
  
 
The [[Generate XML]] page has further information on what can be done with the .gramps files.
 
The [[Generate XML]] page has further information on what can be done with the .gramps files.
Line 87: Line 87:
 
==Gramps Version 2.2.x==
 
==Gramps Version 2.2.x==
  
===Without media files===
+
===Ohne Mediendateien===
 
The gramps-xml data format will produce a backup of your data excluding any media objects, such as external images and documents.  The following example shows how to create a gramps-xml file from a database called "MyFamilyTree.grdb":
 
The gramps-xml data format will produce a backup of your data excluding any media objects, such as external images and documents.  The following example shows how to create a gramps-xml file from a database called "MyFamilyTree.grdb":
  
Line 93: Line 93:
  
 
==GEDCOM Export==
 
==GEDCOM Export==
{{man warn|GEDCOM Export|Please note that GEDCOM is not recommended for backups since it is a [[Gramps_and_GEDCOM|lossy format]].}}
+
{{man warn|GEDCOM Export|Bitte beachte das GEDCOM nicht für Sicherungen empfohlen wird, da es  [[Gramps_and_GEDCOM|verlustbehaftetes Format]] ist.}}
  
 
But there are times you may need to export your data to GEDCOM.  This command will attempt to export your database as a GEDCOM file:
 
But there are times you may need to export your data to GEDCOM.  This command will attempt to export your database as a GEDCOM file:
Line 99: Line 99:
 
  gramps --open="My Family Tree" --output=export.ged --format=gedcom
 
  gramps --open="My Family Tree" --output=export.ged --format=gedcom
  
[[Category:How do I...|Backup]]
+
[[Category:DE:How do I...|Sicherung]]

Revision as of 08:47, 16 September 2014

Gnome-important.png Spezielle Copyright Notiz: Alle Änderungen auf dieser Seite müssen unter zwei copyright Lizenzen stehen:

Diese Lizenzen ermöglichen es dem Gramps-Projekt die bestmögliche Verwendung dieses Handbuchs als freien Inhalt in zukünftigen Gramps Versionen. Wenn du mit dieser dual Lizenzierung nicht einverstanden bist, bearbeite diese Seite nicht. Du darfst zu anderen Seiten des Wiki die nur unter die GFDL Lizenz fallen nur über externe Links (verwende die Syntax: [http://www.gramps-project.org/...]), nicht über interne Links verlinken.
Außerdem verwende nur die Bekannten Drucktechnische Konventionen


Wie erstelle ich eine Sicherung meiner Gramps Genealogie Datenbank.

Gramps-notes.png This page's factual accuracy may be compromised due to out-of-date information. Please help improve the Gramps Wiki as a useful resource by updating it.

Gramps Version 3.3 und später

Wähle einfach "Sicherung erstellen..." aus dem Untermenü "Stammbaum" in der Menüleiste.

Abb. 1. Sicherungsoptionen


Du kannst den Pfad in dem die Sicherung gespeichert werden soll und den Dateinamen der Sicherungsdatei eingeben.

Du kannst auswählen, ob du die Medien mit sicherst oder nicht.

Note that this is just a regular XML export, except that no data is filtered out. You can import these as usual with any exported file.

You can also define the pattern for the backup filename by setting the paths.quick-backup-filename in the ~/.gramps/gramps40/gramps.ini key file like the following:

[paths]
quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'

Du kannst jedes der folgenden Schlüsselwörter in der Vorlage verwenden: year(Jahr), month(Monat), day(Tag), hour(Stunde), minutes(Minuten), seconds(Sekunden), filename(Dateiname), extension(Erweiterung).

Für Version 3.3 solltest du entsprechen die ~/.gramps/gramps33/gramps.ini Schlüsseldatei verwenden.

Gramps Version 3.1.x und später

Mit Mediendateien

Assuming your database is called "My Family Tree", and you want the backup to include external media objects such as images and documents, the recommended method to create a backup is to use the gramps-pkg format:

gramps -O "Mein Stammbaum" -e sicherung.gpkg

oder

gramps --open="Mein Stammbaum" --export=sicherung.gpkg

Dies entspricht der Auswahl folgender Menüoptionen:

Stammbäume -> Export -> "GRAMPS package (portable XML)" -> "Gesamte Datenbank".

In case of problems, you can add the format of the output to the above command. For a gramps package:

--format=gpkg

oder

--format=gramps-pkg

Ohne Mediendateien

If you don't need to include the media objects in your backup, then you can make use of the Gramps XML format:

gramps -O "Mein Stammbaum" -e backup.gramps 

oder

gramps --open="Mein Stammbaum" --export=backup.gramps 

Dies entspricht der Auswahl folgender Menüoptionen:

Stammbäume -> Export -> "Gramps XML database" -> "Gesamte Datenbank".

The Generate XML page has further information on what can be done with the .gramps files.

Gramps Version 3.0.x

Mit Mediendateien

Assuming your database is called "My Family Tree", and you want the backup to include external media objects such as images and documents, the recommended method to create a backup is to use the gramps-pkg format:

gramps --open="Mein Stammbaum" --output=backup.gpkg --format=gramps-pkg

Dies entspricht der Auswahl folgender Menüoptionen:

Stammbäume -> Export -> "GRAMPS Paket (portable XML)" -> "Gesamte Datenbank".

Ohne Mediendateien

If you don't need to include the media objects in your backup, then you can make use of the Gramps XML format:

gramps --open="Mein Stammbaum" --output=backup.gramps --format=gramps-xml

Dies entspricht der Auswahl folgender Menüoptionen:

Stammbäume -> Export -> "Gramps XML database" -> "Gesamte Datenbank".

The Generate XML page has further information on what can be done with the .gramps files.

Gramps Version 2.2.x

Ohne Mediendateien

The gramps-xml data format will produce a backup of your data excluding any media objects, such as external images and documents. The following example shows how to create a gramps-xml file from a database called "MyFamilyTree.grdb":

gramps -O MyFamilyTree.grdb -o backup.gramps -f gramps-xml

GEDCOM Export

Gnome-important.png
GEDCOM Export

Bitte beachte das GEDCOM nicht für Sicherungen empfohlen wird, da es verlustbehaftetes Format ist.

But there are times you may need to export your data to GEDCOM. This command will attempt to export your database as a GEDCOM file:

gramps --open="My Family Tree" --output=export.ged --format=gedcom