https://github.com/regular/panicroom
a backup tool for image files managed by adobe lightroom
https://github.com/regular/panicroom
Last synced: 9 months ago
JSON representation
a backup tool for image files managed by adobe lightroom
- Host: GitHub
- URL: https://github.com/regular/panicroom
- Owner: regular
- Created: 2011-04-15T14:50:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T20:32:38.000Z (about 15 years ago)
- Last Synced: 2025-05-31T22:10:30.843Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**panicroom is a backup tool for Adobe Lightroom**
This is work in progress
## PURPOSE
I tend to not backup my raw images as often as I should. One of the reasons is the massive amount of data that has to be moved to backup a large collection of images. To make backups faster, I could start deleting photos from the library. However I'd like to stick with my policy of never deleting any frame I ever shot.
A solution would be to only backup the 'good' photos. If the others are eventually lost, I would probably be able to get over it. Some day.
## TODO
- lists absolute paths of master images in a lightroom catalog
- filters this list by RootFolder, Flags and Rating
- uses rsync to copy referenced files to a save place
- moves local files to a remote file server for archiving (this requires write access to the Lightroom catalog and is therefor dangerous)
## LICENSE
(MIT license)
Copyright (c) 2011 Jan Bölsche
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.