echo "Debug: skipping rotate of $user. $backuproot doesn't exist."
exit
fi
+
for rottype in daily weekly monthly; do
seconds=\$((seconds_\${rottype}))
do_user $testuser $btype
else
[ -d "$stripped_srcdir" ] || fatal "directory $stripped_srcdir not found."
- for user in `$DOVEADM user \* | cut -d@ -f1`
+ for user in `@DOVEADM@ user \* | cut -d@ -f1`
do
debug $user
[ "$user" != "" ] || continue
getconf GZIP /bin/gzip
getconf GZIP_OPTS --rsyncable
getconf RSYNC /usr/bin/rsync
+getconf DSYNC /usr/bin/dsync
+getconf DOVEADM /usr/bin/doveadm
getconf admingroup root
# initialize vservers support