Tag Archive for "tap" tag

tar

April 14th, 2009 by Slavi | 0

Create a tar file and verify the tar archive [code language="bash"] tar -cvWf domain.com.tar /var/www/vhosts/domain.com [/code] Related http://www.cyberciti.biz/faq/unix-verify-tape-backup/