Sync your uploads

I’ve had to do this a few times recently and I had to keep looping through my bash history to find it.

If you need to pull down your prod / staging uploads directory from a server you have ssh access to:

$ rsync -a user@server:/path/to/server_uploads_directory /path/to/local_uploads_directory

What y’all thought

Have something to say?