Changes

From Gramps

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

79 bytes added, 09:30, 16 September 2014
no edit summary
Du kannst auswählen, ob du die Medien mit sicherst oder nicht.
Note that this is just a regular Beachte, das dies ein normaler XML exportExport der gesamten Datenbank ist, except that no data is filtered outohne das Daten herausgefiltert werden. You can import these as usual with any exported fileDu kannst ihn wie jede andere exportierte Datei importieren.
You can also define the pattern for the backup filename by setting the Du kannst auch ein Muster für den Namen der Sicherungsdatei erstellen, in dem du den Wert für ''paths.quick-backup-filename'' in the der ~/.gramps/gramps40/gramps.ini key file like the followingSchlüsseldatei wie folgt setzt:
[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]]
11,039
edits

Navigation menu