Tag : rsync

Home » Posts tagged rsync"


hey guys,Im trying to do an rsync of the entire /var directory, but exclude just the /var/www directory. So far Ive tried these approaches:rsync -avzp –exclude-from=/var/www /var/ /mnt/var/rsync -avzp –exclude=/var/www /var/ /mnt/var/But neither ..

Read more