-------- Doorgestuurd bericht --------
Onderwerp:      Re: [Darktable-users] V2.0 Export Presets missing?
Datum:  Sun, 3 Jan 2016 08:51:03 +0100
Van:    Werniers Koen <koen.werni...@gmail.com>
Aan:    darkta...@911networks.com



Op 02-01-16 om 19:03 schreef darkta...@911networks.com:
Which leads me to the question:

Is it possible to backup the presets separate of the database? Just
like the processing of the image with the xmp file.




I do the follow, but the problem with presets for export don't help on that.
i did make new presets

1) make backup:
  cp ~/.config/darktable/library.db
~/.config/darktable/library.db_manualbackup


2) get the stuff out of the database: (need sqlite3 )
  sqlite3 ~/.config/darktable/library.db
  .output presets.backup
  .dump presets
  .output styles.backup
  .dump styles
  .output style_items.backup
  .dump style_items
  .output masks.backup
  .dump masks
  .quit


3) remove old database:
  rm ~/.config/darktable/library.db


4) make new darktable config:
  open Darktable, for making a new libary.db  and close darktable then:
  sqlite3 ~/.config/darktable/library.db <presets.backup
  sqlite3 ~/.config/darktable/library.db <styles.backup
  sqlite3 ~/.config/darktable/library.db <style_items.backup
  sqlite3 ~/.config/darktable/library.db <masks.backup

--
Koen
www.photo-memories.be



------------------------------------------------------------------------------
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to