11,039
edits
Changes
From Gramps
no edit summary
Du kannst auswählen, ob du die Medien mit sicherst oder nicht.
[paths]
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 backupsicherung.gramps
oder
gramps --open="Mein Stammbaum" --export=backupsicherung.gramps
Dies entspricht der Auswahl folgender Menüoptionen:
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=backupsicherung.gpkg --format=gramps-pkg
Dies entspricht der Auswahl folgender Menüoptionen:
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=backupsicherung.gramps --format=gramps-xml
Dies entspricht der Auswahl folgender Menüoptionen:
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 MyFamilyTreeMeinStammbaum.grdb -o backupsicherung.gramps -f gramps-xml
==GEDCOM Export==
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 TreeMein Stammbaum" --output=export.ged --format=gedcom
[[Category:DE:How do I...|Sicherung]]