multiple tape backup?

2002-06-27 Thread pahud
Hello list, I am planing to backup the /home directory which is around 30GB in size with multiple DDS3 tape--each has 12GB. Is there any tool for easier multiple tape backup like this? I can switch the tape myself. -- Patrick Hsieh<[EMAIL PROTECTED]> GPG public key http://pahud.net/pubkeys/pahud

chmod quiestion

2001-12-21 Thread pahud
Hello list, Providing I have a directory /grpdir and chmod it to 775. If a user of that group creates a subdirectory under it, say /grpdir/subdir, the subdir will have 755 as it's default mode. How to force the files and subdirectories under /grpdir to have the same chmod value and user.group val

Intel Wireless 2011 PCMCIA

2001-12-14 Thread pahud
Hello list, Is there anyone installed intel 2011 wireless pcmcia card in the Debian? Any experiences or reference are appreciated. -- Patrick Hsieh--<[EMAIL PROTECTED]>

how to keep sent mails in courier-imap server?

2001-12-13 Thread pahud
Hello list, I have a courier-iamp server and postfix with Maildir format mbox. My client would like to use outlook or other MUA to keep the sent mail on the server, say "SENT" folder. But it seems that courier-imap will not keep the sent mails on the server. Is there any method to make it? Thank

php parameter problems

2001-12-12 Thread pahud
Hello, I have a testing url like: http://host.domain.com/test.php?111+222+&test_par=aaa&; then in test.php, I can get 111 as argv0 222 as argv1 &test_par=aaa& as argv3 but I can't get the value of $test_par, which should be aaa I found when I get the php4 source and compile myself, it is ok. Bu