From owner-freebsd-questions@freebsd.org Sat Jul 11 15:56:06 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24FB1998D72 for ; Sat, 11 Jul 2015 15:56:06 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm34-vm8.bullet.mail.ir2.yahoo.com (nm34-vm8.bullet.mail.ir2.yahoo.com [212.82.97.122]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5041A2DB8 for ; Sat, 11 Jul 2015 15:56:04 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1436629959; bh=3utnPj4HW8HWjqHVuDqr7UTEyWKqN7LaQBVEeu/MM/A=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=bzNtJhsLT6izZTPHR4W/YJl3EEHu7vFuXWXPAwNnu1mAs2FY4bSjVyKTNSYveo/zE13znzA5FbTKJDsjSzTj/BLCC2s+/Z3oNMyQXJJnPsUezIyJLtXd5VA9WUgoGuqKnuakRrc+aDq+BNXlk9vvjJCmqe6XRM3Bdrm9bGky7RDbZErnJ8AnOaI/ZwdAGbxdrDdI/pZDc4hZhVkUjFPJEEX2aWM/9Hs9WsntxhlimH9a0hs/Kh6OtVDmjANaPUPFzUpp9cjVt/cU8e3RjapPq3Bka61YQN0ZTJQNzW2JLclKAmAKLYMeeKdpDeVYAkBujFTDqJqyr6FZo8tHi74cTg== Received: from [212.82.98.53] by nm34.bullet.mail.ir2.yahoo.com with NNFMP; 11 Jul 2015 15:52:39 -0000 Received: from [46.228.39.70] by tm6.bullet.mail.ir2.yahoo.com with NNFMP; 11 Jul 2015 15:52:39 -0000 Received: from [127.0.0.1] by smtp107.mail.ir2.yahoo.com with NNFMP; 11 Jul 2015 15:52:39 -0000 X-Yahoo-Newman-Id: 348583.95628.bm@smtp107.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WlXLLr8VM1mFUt4XaaazJ5h7AxM8JvYnUTuyUq14ZuFKqUv 4EwYyLOHY7E1jv9rLF.nQ3P2r8wYCvnc25a12NzuczaEuYH_fs.XLCVHeCy2 985WQhlSSCwf_D.VGQymKI3YXBmbyWxJFKNpDeBNyMa1wE1Fo1rEdfqhVmcz OjnT9cW3tz33IPw5xi8gfQ56HWulbSoZbVmM0WLhbt_mG8rDe9VCdtBKs9x9 _enMmOLodmshhqW0QMwp1WtQWFdv2EDgeCAXAGbdRVW8EUsPOCtPZoesY97E ytr2sE0gBqubE5JM8tiqKTga8OlshuZQTcM.M.r6YY_9r7HKSITwi9YStPYM qgfanVbqwyaivP7zaGa3E4jbSZBpK7rOxQNBIYdFk1i7.n4j7G9BmqkdcUM0 zGQXqtyrNw.tJwcaHVGsJdlk0JBRIws6ZYSljJtJixIm.Sqi5FPcdWn54SWk .NnlKqHqR3UnyvPivLCe.Gb3tDukAXoPeQoP06XuVgmBZtpEQO6CsoiX7ZKh o6m9tz0FiWM5hlesaMr3PX9JQOMqvYjU- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Date: Sat, 11 Jul 2015 17:52:38 +0200 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: [Bulk] set desktop environment offline Message-ID: <20150711175238.63c287ec@archlinux> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1-163-ga98ae44 (GTK+ 2.24.28; x86_64-arch-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 15:56:06 -0000 On Sat, 11 Jul 2015 21:05:05 +0530, arnab bhowmick wrote: >Hi gays I have 2 laptops both with free BSD 10.1 . One with GNOME and >other with KDE desktop environment. Now is there any process which I >can do to crate a backup of these desktop environment in CD or pen >drive? Which I can use to install to re-install these environment in >offline mode or more clearly without Internet?? Does anyone have any >idea or technique? Please tell me as Internet stability & speed is >very pathetic in India and specially in our state.. :D Guys or gays? You can make backups and restore backups. https://www.freebsd.org/cgi/man.cgi?query=dump(8) https://www.freebsd.org/cgi/man.cgi?query=restore(8) I'm not sure if this is really what you're asking for.