Tag Archives: gzip

How to create a tar gzip backup of your websites files and folders mac terminal

Simply use the following command: Firstly cd into the directory you want the backup to go into so cd /sites/backups/ tar cvfz backupname.tar.gz /sites/yoursite.com/http This …

View more

Tagged: Leave a Comment