Jean-Louis:
> In the amandad and selfcheck debug files, do you have amgtar debug files?
No amgtar debug files.
> amadmin CONFIG disklist
Performing an amadmin Daily disklist shows that each uses program
"GNUTAR" in it. Checking the amadmin '' version that Gerrit recommended
shows:
bash-4.1$ amadmin '' version
build: VERSION="Amanda-3.3.1"
BUILT_DATE="Fri Nov 16 09:09:53 EST 2012" BUILT_MACH=""
BUILT_REV="4553" BUILT_BRANCH="community_3_3_1" CC="gcc"
paths: bindir="/usr/local/bin" sbindir="/usr/local/sbin"
libexecdir="/usr/local/libexec"
amlibexecdir="/usr/local/libexec/amanda"
mandir="/usr/local/share/man" AMANDA_TMPDIR="/tmp/amanda"
AMANDA_DBGDIR="/tmp/amanda"
CONFIG_DIR="/usr/local/etc/amanda" DEV_PREFIX="/dev/"
RDEV_PREFIX="/dev/" DUMP=UNDEF RESTORE=UNDEF VDUMP=UNDEF
VRESTORE=UNDEF XFSDUMP=UNDEF XFSRESTORE=UNDEF VXDUMP=UNDEF
VXRESTORE=UNDEF SAMBA_CLIENT=UNDEF GNUTAR="/bin/gtar"
COMPRESS_PATH="/bin/gzip" UNCOMPRESS_PATH="/bin/gzip"
LPRCMD=UNDEF MAILER=UNDEF
listed_incr_dir="/usr/local/var/amanda/gnutar-lists"
defs: DEFAULT_SERVER="vhost2.summersault.com"
DEFAULT_CONFIG="DailySet1"
DEFAULT_TAPE_SERVER="vhost2.summersault.com"
DEFAULT_TAPE_DEVICE="" NEED_STRSTR AMFLOCK_POSIX
AMFLOCK_FLOCK AMFLOCK_LOCKF AMFLOCK_LNLOCK SETPGRP_VOID
AMANDA_DEBUG_DAYS=4 BSD_SECURITY USE_AMANDAHOSTS
CLIENT_LOGIN="amandabackup" CHECK_USERID HAVE_GZIP
COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
The GNUTAR path is in the paths section.
> Do the amanda user can read /home?
If I put the directories into the disklist, as individual DLEs, like this:
/home/aaronson
/home/aferton
/home/amigos
/home/archery
/home/blank
/home/borders
/home/brynwyn
/home/caronwyn
/home/cirque
/home/common
Then they are backed up without any issues, but they cause problems with
the glob {include "./[a-c]*"}
However, as the amandabackup user, when I cd /home and then ls -lah I
get a permission denied. This could be the reason the glob directive is
failing, since it cannot scan the contents of that directory to put
together an accurate include list for tar.
Unfortunately, each /home/username is owned by username:username as the
UID:GID. It now looks like I need to figure out a way to get the
amandabackup user access via a groupID.
Thanks!
~~Mike