Skip to content

Instantly share code, notes, and snippets.

@aliaramli
Last active October 3, 2020 10:20
# 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