From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 01:03:32 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 097DF37B401 for ; Wed, 6 Aug 2003 01:03:32 -0700 (PDT) Received: from madlen.mts.ru (madlen.mts.ru [212.44.140.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF20543F75 for ; Wed, 6 Aug 2003 01:03:29 -0700 (PDT) (envelope-from tiamat@komi.mts.ru) Received: from maeko.inside.mts.ru (maeko [192.168.10.3]) by madlen.mts.ru with SMTP id h7683Rp06592 for ; Wed, 6 Aug 2003 12:03:27 +0400 (MSD) Received: from stella.komi.mts.ru ([10.50.1.1]) by maeko.inside.mts.ru (NAVGW 2.5.2.12) with SMTP id M2003080612032422172 for ; Wed, 06 Aug 2003 12:03:25 +0400 Received: from nbdav (nb-dav.komi.mts.ru [10.50.1.185]) (user=tiamat mech=NTLM bits=0) by stella.komi.mts.ru (MTS Komi/Smtp) with ESMTP id h7683MEU018763 for ; Wed, 6 Aug 2003 12:03:22 +0400 (MSD) (envelope-from tiamat@komi.mts.ru) Message-ID: <02ba01c35bf1$33463170$b901320a@komi.mts.ru> From: "Alex Deiter" To: Date: Wed, 6 Aug 2003 12:03:20 +0400 Organization: MTS MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4922.1500 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4925.2800 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by stella.komi.mts.ru id h7683MEU018763 Subject: dump/restore locale supports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 08:03:32 -0000 dump and restore support locale? i want to restore files with russian filenames and see???? instead names = of files: # locale LANG=3Dru_RU.KOI8-R LC_CTYPE=3D"ru_RU.KOI8-R" LC_COLLATE=3D"ru_RU.KOI8-R" LC_TIME=3D"ru_RU.KOI8-R" LC_NUMERIC=3D"ru_RU.KOI8-R" LC_MONETARY=3D"ru_RU.KOI8-R" LC_MESSAGES=3D"ru_RU.KOI8-R" LC_ALL=3Dru_RU.KOI8-R # mkdir /home/=F2=D5=D3=D3=CB=C9=CA_=F4=C5=D3=D4 # touch /home/=F2=D5=D3=D3=CB=C9=CA_=F4=C5=D3=D4.txt # ls -ld /home/=F2=D5=D3=D3=CB=C9=CA_=F4=C5=D3=D4* drwxr-xr-x 2 root wheel 512 6 =C1=D7=C7 11:33 /home/=F2=D5=D3=D3=CB=C9= =CA_=F4=C5=D3=D4 -rw-r--r-- 1 root wheel 0 6 =C1=D7=C7 11:52 /home/=F2=D5=D3=D3=CB=C9= =CA_=F4=C5=D3=D4.txt # dump -0af home.dmp /home ..... DUMP: DUMP IS DONE # restore -i -f home.dmp restore > ls .: ???????_????/ ???????_????.txt restore > What to do ? Thanks!