Displaying 1 result from an estimated 1 matches for "blade02".
Did you mean:
blade03
2014 Jun 27
0
[Bug 10679] New: readlink_stat error results in deletion of mountpoints
...rsync Solaris non-global zone from the global running the
following command (from a
script):
rsync -aSzx --del --ignore-errors --stats \
--exclude "sc-gis03/root/proc/*" \
--exclude "sc-gis03/root/var/run/*" \
--exclude "sc-gis03/root/system/contract/process/*" \
boi-blade02:/zones/sc-gis03 /zones
where `sc-gis03' is a running Solaris zone to be copied.
The problem I run into is this. sc-gis03 has two NFS mounts. The mountpoints
are /docrep01 and
/backup01. From rsync perspective, they appear as:
/zones/sc-gis03/root/docrep01
/zones/sc-gis03/root/backup01
Sin...