Skip to content

Instantly share code, notes, and snippets.

@aliaramli
Last active October 3, 2020 10:20
Show Gist options
  • Save aliaramli/968e94a5a8ce3ddf3eccba23480b6dc2 to your computer and use it in GitHub Desktop.
Save aliaramli/968e94a5a8ce3ddf3eccba23480b6dc2 to your computer and use it in GitHub Desktop.
# Compressing file using Gz
tar -czvf mywebsite.tar.gz /var/www/mywebsite
# Compressing file using Zip (more Windows friendly)
zip -r mywebsite.zip /var/www/foodahlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment