Displaying 4 results from an estimated 4 matches for "masterdir".
2018 Jul 26
4
Problem with definition of slist in CFEngine
..."sys.license_owner .......... = $(sys.license_owner)",
"sys.licenses_granted ....... = $(sys.licenses_granted)",
"sys.long_arch .............. = $(sys.long_arch)",
"sys.maildir ................ = $(sys.maildir)",
"sys.masterdir .............. = $(sys.masterdir)",
"sys.os ..................... = $(sys.os)",
"sys.ostype ................. = $(sys.ostype)",
"sys.piddir ................. = $(sys.piddir)",
"sys.policy_hub ............. = $(sys.policy_hu...
2002 Jul 09
0
Error 23
...yncDirs = ( Applications )
# Determine if script was run by root
set user = `whoami`
if ( $user != root ) then
echo "You must run this script as root, else you
may not have privileges"
echo "to properly restore all files."
exit 1
endif
## Setup the argument components
set masterDir = "/Volumes/imacnroll/MacOSX/
MasterBase"
set rsync = "/usr/bin/rsync"
set ssh = "--rsh=/usr/bin/ssh"
set recursive = "--recursive"
set preserve = "--times -og --links"
set prog = "--progress"
set stats = "--stats"
set delete = &...
2018 Jul 26
0
Problem with definition of slist in CFEngine
...se_owner .......... = $(sys.license_owner)",
> "sys.licenses_granted ....... = $(sys.licenses_granted)",
> "sys.long_arch .............. = $(sys.long_arch)",
> "sys.maildir ................ = $(sys.maildir)",
> "sys.masterdir .............. = $(sys.masterdir)",
> "sys.os ..................... = $(sys.os)",
> "sys.ostype ................. = $(sys.ostype)",
> "sys.piddir ................. = $(sys.piddir)",
> "sys.policy_hub ............. =...
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
...6.4-6
rsync --recursive -e ssh \
--rsh="ssh" \
--verbose \
--recursive \
--links \
--perms \
--times \
--omit-dir-times \
--whole-file \
--one-file-system \
--ignore-existing \
--delete-before \
--partial \
--timeout=10800 \
--exclude=_TRANSFERED \
--no-blocking-io \
--ipv4 \
$user@$host:$masterdir/ \
$localdir/
rsync starts at the same time on both slaves
slave1
file has vanished: "xxxxxxxxxxxxxxx13"
file has vanished: "xxxxxxxxxxxxxxx42"
done
IO error encountered -- skipping file deletion
slave2
file has vanished: "xxxxxxxxxxxxxxx03"
file has vanished: &quo...