Okay, so this is really weird. I back my iMac up to my Drobo via AFP to my Mac Mini server which is directly attached to the Drobo. Whatever. I leave my music folder out of it, because I'm constantly getting new music and I'd like to be able to have a backup that I can actually access and listen to my music. So here's what I have setup. Here is my crontab:
This rsync tab just backs up my itunes folder to my drobo every night. Okay, so here's a ls -l of the itunes folder on my imac:
Now that's the folder whos contents are getting rsynced every night. well here's the folder that it's going to...
I don't know wtf happens, but the filesystem thinks that that folder is so huge. I can't even get into it in the terminal to run an ls. Any suggestions?
Code:
@daily rsync -a /Users/ianyoung/Music/iTunes/ /Volumes/Network\ Storage/Audio/ &> /dev/null
Code:
drwxr-xr-x 11 ianyoung staff 374 Jun 21 18:05 iTunes
Code:
drwxr-xr-x+ 11367 ianyoung staff 60548526 Jun 21 18:05 Audio