Related Posts
https://www.digitalocean.com/community/articles/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources
First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…
To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p…