From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 13:42:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92DCB1065671 for ; Sun, 6 Jul 2008 13:42:37 +0000 (UTC) (envelope-from dihitales@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 48D068FC15 for ; Sun, 6 Jul 2008 13:42:36 +0000 (UTC) (envelope-from dihitales@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so421241ana.13 for ; Sun, 06 Jul 2008 06:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=T5SLKYLhX46jcWx8OZGFcvJeTNZkEiku6pITipEnaz4=; b=Yi76/JXMbRnf1ADJguVGMOVQ+BYbJLrAFfj6X9NRX/Br7PetfA33ulgh9SdHPsRUho zjfrB06eJCL6qZcA9s+bD8QjHoTqR/I9XOt9MJMB2A5qqO++JUpSHwgSDY0rHTpy0Ihg CFsUSyjxpFXiQlaP+HPHJ2JPdQ+P6JIDJdV9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=fXTv77RdzS2/a0wljmY5lUWlK9Ltki1mGJX44b89+YiJ+/KV0AHpmGTwa0QNIomvtn TpgJrpsCF5ZUK4FWE6US4IIkCmpUM0RI3BKMyiAH6ofu01xO73yWGWfCIlpU4tXld9EK B6E9kfdQNXabZxqy+pbv2bOFlYN6JRd3dV33c= Received: by 10.100.250.12 with SMTP id x12mr2120149anh.93.1215350226790; Sun, 06 Jul 2008 06:17:06 -0700 (PDT) Received: by 10.100.252.5 with HTTP; Sun, 6 Jul 2008 06:17:06 -0700 (PDT) Message-ID: Date: Sun, 6 Jul 2008 16:17:06 +0300 From: "Gintautas Simkus" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Development (Linux) and production (freeBSD) servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 13:42:37 -0000 Hello, I have a freeBSD AMP web server running on an old desktop, while on my laptop I am running Ubuntu and Windows OSes. My main concern is this: is it possible backup my production server data with rsync for instance and keep it on Ubuntu server? Are there any other consideration to take into account? Thanks for answers.