Skip to content

Instantly share code, notes, and snippets.

View marwanmakm's full-sized avatar
🚀
Just Logic!

Marwan Makarem marwanmakm

🚀
Just Logic!
View GitHub Profile
@marwanmakm
marwanmakm / backup_script.sh
Created September 18, 2024 19:16
Smart Backup Lightroom Data to External Hardrive using rsync in Mac
#!/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.
###