From owner-freebsd-questions@FreeBSD.ORG Tue Oct 15 05:22:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 553938DC for ; Tue, 15 Oct 2013 05:22:57 +0000 (UTC) (envelope-from yudi.tux@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4F6E21C3 for ; Tue, 15 Oct 2013 05:22:56 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id x18so6521754lbi.10 for ; Mon, 14 Oct 2013 22:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZKlhCfhIgr2td68Vi5y8H6vvjb1H/kOUPU+LKH3qS4U=; b=kN4kL8AfMWbvWd+72nX4ibhuflu4FzmjOMY/VwdmTa4sF9bx4q/3uvSnP/Fck6z3Fg 8zzuV2iv8v7gBlRi7wymGpIrlT6tV1KWp1hC3o/UrYhzsZWUkbU3CLdWtT0SqPHJvq7k ZypaYuzqkG833DjbuEyaYDKQtETzDDJN+Ppex6XpTgltFad2HP94dkpFKgve4TKHl/C7 uxRuiGWUg403oDKZuHl5WULGe2AQk/ZIolB4W6KlThx0PfGRbskGSRxfOur7Fa0E0LMn Rkl8Zf/B3XOvYMp5BZz1SpMSzHBJ/0P+VOvmpRrW7WgPNYUriRYcjDY9u3goZWwNvCdp 2cRQ== MIME-Version: 1.0 X-Received: by 10.112.235.3 with SMTP id ui3mr51544lbc.44.1381814574776; Mon, 14 Oct 2013 22:22:54 -0700 (PDT) Received: by 10.114.82.4 with HTTP; Mon, 14 Oct 2013 22:22:54 -0700 (PDT) Date: Tue, 15 Oct 2013 15:22:54 +1000 Message-ID: Subject: suggestions for a backup solution From: yudi v To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 05:22:57 -0000 I am setting up a FreeBSD back-up server with zfs two way mirror. I want to back up only data files from a Linux machine and a Windows PC. Bacula seems like an overly complex option. What's the most efficient and simple solution to backup just the data files from both windows and linux machines to the server. Another option is to run samba on the BSD server and just use windows backup and rsync for Linux. Any interesting suggestions? -- Kind regards, Yudi