Open main menu

Gramps β

Changes

De:Wie erstelle ich eine Sicherung (Vermächtnis)

44 bytes added, 08:47, 16 September 2014
no edit summary
{{-}}
You can enter the path where the backup should be stored. You can enter a file nameDu 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 notDu 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.
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 TreeMein Stammbaum" -e backup.gramps
oder
gramps --open="My Family TreeMein Stammbaum" --export=backup.gramps
This is equivalent to selecting the following menu optionsDies entspricht der Auswahl folgender Menüoptionen:
Family Trees Stammbäume -> Export -> "Gramps XML database" -> "Entire DatabaseGesamte Datenbank".
The [[Generate XML]] page has further information on what can be done with the .gramps files.
==Gramps Version 3.0.x==
===With media filesMit 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="My Family TreeMein Stammbaum" --output=backup.gpkg --format=gramps-pkg
This is equivalent to selecting the following menu optionsDies entspricht der Auswahl folgender Menüoptionen:
Family Trees Stammbäume -> Export -> "GRAMPS package Paket (portable XML)" -> "Entire DatabaseGesamte Datenbank".
===Without media filesOhne 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="My Family TreeMein Stammbaum" --output=backup.gramps --format=gramps-xml
This is equivalent to selecting the following menu optionsDies entspricht der Auswahl folgender Menüoptionen:
Family Trees Stammbäume -> Export -> "Gramps XML database" -> "Entire DatabaseGesamte Datenbank".
The [[Generate XML]] page has further information on what can be done with the .gramps files.
==Gramps Version 2.2.x==
===Without media filesOhne 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":
==GEDCOM Export==
{{man warn|GEDCOM Export|Please note that Bitte beachte das GEDCOM is not recommended for backups since it is a nicht für Sicherungen empfohlen wird, da es [[Gramps_and_GEDCOM|lossy formatverlustbehaftetes 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
[[Category:DE:How do I...|BackupSicherung]]
11,039
edits