Skip to content

Instantly share code, notes, and snippets.

@kerasai
Created April 26, 2021 22:31
Show Gist options
  • Save kerasai/94ab5ba0f42a67e1f5f35287c92c50e8 to your computer and use it in GitHub Desktop.
Save kerasai/94ab5ba0f42a67e1f5f35287c92c50e8 to your computer and use it in GitHub Desktop.
TAR Files Backup
#!/bin/sh
# Run from /sites/default, etc.
tar \
--exclude='files/private/backup_migrate'\
--exclude='files/css' \
--exclude='files/js' \
--exclude='files/styles' \
-zcvf files.tar.gz files/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment