Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jibsen/backuphelper
Lightroom plug-in to add menu item for catalog backup
https://github.com/jibsen/backuphelper
lightroom
Last synced: 11 days ago
JSON representation
Lightroom plug-in to add menu item for catalog backup
- Host: GitHub
- URL: https://github.com/jibsen/backuphelper
- Owner: jibsen
- License: apache-2.0
- Created: 2014-05-28T15:22:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T20:41:42.000Z (over 9 years ago)
- Last Synced: 2023-08-03T12:20:55.299Z (over 1 year ago)
- Topics: lightroom
- Language: Lua
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BackupHelper
============Copyright 2014 Joergen Ibsen
About
-----BackupHelper is a [Lightroom][] plug-in that adds a menu item to request a
catalog backup next time Lightroom exits.You can do this manually by opening the Catalog Settings, and choose the
appropriate item in the Backup popup of the General tab. This plug-in is
merely a (slightly more) convenient way to do this.For more information on Lightroom plug-ins, check the [Lightroom SDK][SDK].
[Lightroom]: http://www.adobe.com/products/photoshop-lightroom.html
[SDK]: http://www.adobe.com/devnet/photoshoplightroom.htmlUsage
-----Lightroom requires plug-ins to be in folders with special extensions. For
BackupHelper, this means you need to place the Lua files in a folder called
`BackupHelper.lrplugin`If you create this folder in one of the default locations Lightroom looks for
plug-ins, it should be picked up automatically. Otherwise you will have to
open the Plug-in Manager, click Add, and point Lightroom to where the folder
is (and remember, if the folder containing the Lua files does not have the
`.lrplugin` extension, Lightroom will not recognize it).After BackupHelper is added to Lightroom, you should see it in the Library
menu under the Plugin-Extras submenu. When you select it, a backup will be
suggested the next time you exit Lightroom.