Skip to content

Instantly share code, notes, and snippets.

@slaykovsky
Created March 10, 2017 22:14
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/d9cce9e8e9417b1414c065f76bfd01bf to your computer and use it in GitHub Desktop.
Save slaykovsky/d9cce9e8e9417b1414c065f76bfd01bf to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ -f /var/cache/.restored ]]
then
rsync -avzh -x /var/cache/ /usr/portage/local/cache > /dev/null 2>/var/log/cache-store.log
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment