Displaying 2 results from an estimated 2 matches for "achv".
Did you mean:
ache
2007 Mar 27
4
Standardization
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070327/bc70aec5/attachment.pl
2002 May 20
0
rsync backup hangs at boot
...evice number 2
hub.c: USB hub found
hub.c: 4 ports detected
script that runs rsync to a partition or disk mounted on /safety
================================================
#!/bin/sh
if [ -d "/safety/proc" ]
then echo " "
else
mkdir /safety/proc
fi
/opk/bin/rsync -acHv --delete \
--exclude "/download" \
--exclude "/proc/" \
--exclude "/var/spool/cups/" \
--exclude "/seconddisk" \
--exclude "/safety" \
--exclude "/safety2" \
--exclude "/etc/fstab" \
--exclude "/etc/mtab" \
/ /safety...