Skip to content

Instantly share code, notes, and snippets.

@alainlankers
Last active June 19, 2022 11:05
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 alainlankers/60ee508cce08520bde172ed8f3d7c914 to your computer and use it in GitHub Desktop.
Save alainlankers/60ee508cce08520bde172ed8f3d7c914 to your computer and use it in GitHub Desktop.
Backup WordPress files in Docker
docker run --rm --volumes-from wordpress -v $(pwd):/backup wordpress:latest tar zcvf /backup/wordpress-files-backup.tar.gz /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment