Kirk Strauser a écrit :
On Saturday 17 February 2007 12:36, Pierre-Francois LAURAND wrote:
/usr/bin/time /usr/bin/nice -n 20 /sbin/dump -C 16 -0 -f- /vol1 | \
/usr/bin/nc -v s-backup 24864
Try the "-a" option to dump, which tells it to output until it receives a
write error.
Hi,
I'm trying to send dump files between 2 FreeBSD hosts ( 6.1 to 6.2 )
with this script :
#!/bin/sh
set -evx
#
# Launch nc in listen mode to recept datas on remote s-backup server.
#
/usr/bin/ssh -c blowfish [EMAIL PROT
Per olof Ljungmark wrote:
Hi,
When I try to install postfix from ports (postfix or postfix-current)
with LDAP lookups I get:
[tw] /usr/ports/mail/postfix-current# make WITH_OPENLDAP_VER=2.3.21
===> postfix-2.3.20060418,2 is marked as broken: unknown OpenLDAP
version: 2.3.21.
*** Error cod