Skip to content

Instantly share code, notes, and snippets.

@slaykovsky
Created March 10, 2017 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaykovsky/775072e619d174763b3b8a7017c5f6ff to your computer and use it in GitHub Desktop.
Save slaykovsky/775072e619d174763b3b8a7017c5f6ff to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ ! -d /var/cache ]]
then
mkdir /var/cache
fi
rsync -avhz -x /usr/portage/local/cache /var/ > /dev/null 2>/var/log/cache-restore.log
touch /var/cache/.restored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment