Skip to content

Instantly share code, notes, and snippets.

@tallesairan
Created May 2, 2022 21:21
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 tallesairan/5cac3c0eb27fb2f81f616e3119fd0c2a to your computer and use it in GitHub Desktop.
Save tallesairan/5cac3c0eb27fb2f81f616e3119fd0c2a to your computer and use it in GitHub Desktop.
Create a new public_html wp backup
zip ./public_html/fb.zip ./public_html -r -x '*.html' -x '*.cache' -x '*.jpg' -x '*uploads/*' -x '*.log' -x '*.xml' -x '*.zip' -x '*.gz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment