This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### Shell Script to Smart Backup the Lightroom Data into a External Hard Drive Disk using rsync | |
### | |
### DESCRIPTION: This script locate the two folders related with the Lightroom data (the catalog folder and the photos folder) | |
### and back it up to a specified external hard drive (or any path) using smart backup with rsync. | |
### | |
### DISCLAIMER: This script only creates a exact copy of your current folders and optimize the sync process, it doesn't | |
### save snapshots or something like that. | |
### |