Displaying 2 results from an estimated 2 matches for "azhv".
Did you mean:
ahv
2011 Feb 14
1
rsync backup problems
I have FreeBSD 7.3 running rsync 3.0.7. I need to backup a remote server to a
local drive. This remote server has several filesystems types that dont require
backing up, like nfs. If I run the following command:
rsync --delete -azHv myremote:/ /machines/myremote/
It will copy ALL filesystems which is not what I want, so I assume I need to
do it on a per filesystem basis like:
rsync -x --delete -azHv myremote:/ myremote:/usr myremote:/usr/local /machines/myremote/
This worked EXCEPT the /usr/local/ was put into /machines/myr...
2007 Nov 17
1
Running a local mirror of centos?
Now that we have 28 centos boxes up and running, we really want to minimize
the up2date traffic.
Is there a how to on mirroring centos?
We are using
rsync -azHv --delete-excluded --delete rsync://mirrors.kernel.org/centos/
--exclude-from=centos.excludes --bwlimit=64 --progress centos/
But then what?
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron...