Skip to content

Instantly share code, notes, and snippets.

@esedic
Created April 15, 2025 13:53
Show Gist options
  • Save esedic/57c7ef92e4d000c9eced71ce02b434aa to your computer and use it in GitHub Desktop.
Save esedic/57c7ef92e4d000c9eced71ce02b434aa to your computer and use it in GitHub Desktop.
SSH files backup
tar -czvf - --exclude='mydomain.com/administrator/backups' /var/www/sites/mydomain.com > /local/backup/mydomain_backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment