Skip to content

theres/dt_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Darktable plugin (lua script) for automatic backup on exit

This plugin enable automatic backup procedure on Darktable exit. No additional software is required, however in this case backup will be raw copy of config directory. Plugin supports also compression, but some additional software may be required. Following backup modes are supported:

  • uncompressed
  • 7zip (install: 7z)
  • zip (install: zip)
  • tar.gz (install: tar, gzip)
  • tar.bz2 (install: tar, bzip2)

Install (Manual)

  • copy backup.lua to your darktable config directory under lua folder (by default ~/.config/darktable/lua)
  • edit your luarc (by default ~/.config/darktable/luarc)
  • put require 'backup'
  • save file, open Darktable and go to configuration to set some options

Install (Plugin manager)

...plugin manager is under preparation... soom :)

About

Darktable plugin for automatic backup on exit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages