Tagged Questions
0
votes
0answers
23 views
Making checks before rsyncing external drive on OSX
I have the following issue on OSX though I guess this could equally be filed under bash. I have several encrypted portable drives that I use to sync an offsite data store or as an on-the-go data store ...
1
vote
2answers
325 views
Rsync Backup Script
I'm having some issues backing up some data.
Basically, I have FileVault enabled on my Macbook Pro and want to backup a folder I use - however, I don't want to use Time Machine (at work, I have one ...
9
votes
5answers
1k views
Is there a bash command to check to see if Time Machine has finished backing up?
I'm writing a script that will rsycnc my Time Machine directory to a remote server using ssh. I've switched from a shell script to an AppleScript and then back to an Apple script and I don't really ...