Displaying 2 results from an estimated 2 matches for "bkpdir".
Did you mean:
bindir
2008 May 16
1
3.0.2: make_bak_dir mkdir ...: File exists (17)
...nd/rpcbind.file"
-> "../server-before-5/var/lib/rpcbind/rpcbind.file": Success (0)
rsync: stat
"/backup/server/../server-before-5/var/lib/rpcbind/rpcbind.file" failed:
No such file or directory (2)
from a script that had worked flawlessly for years under rsync 2.6.x:
BKPDIR=server-before-`date +%w`
cd /backup
rm -rf $BKPDIR
mkdir -m 700 $BKPDIR
cd /backup/server
rsync -avHx --numeric-ids --delete --delete-excluded \
--backup --backup-dir=../$BKPDIR \
--exclude-from=/root/bin/backupserver.excludelist \
root@server:/ .
Prior to the script bei...
2015 May 04
1
backup mails from alternate storage
Hi there!
It seems that
# doveadm backup -v backup -fu $MUSER mdbox:"$BKPDIR/$MUSER/mdbox"
doesn't backup all messages stored in alternate storage.
mail_location = mdbox:~/mdbox:ALT=/srv/mail/slow/vmail/%n/mdbox
I don't know how to debug this.
The sizes of the mailboxes in the filesystems of user C are strange:
~/mdbox:
# du -sm
2169
ALT:
# du -sm
25252
ba...