From owner-freebsd-questions@FreeBSD.ORG Thu Dec 17 17:08:28 2009 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 C29BA106566B for ; Thu, 17 Dec 2009 17:08:28 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 539388FC16 for ; Thu, 17 Dec 2009 17:08:28 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nBHH8NhB006549; Thu, 17 Dec 2009 18:08:23 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nBHH8NV7006548; Thu, 17 Dec 2009 18:08:23 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Thu, 17 Dec 2009 18:08:23 +0100 From: Ruben de Groot To: bsd Message-ID: <20091217170823.GC5902@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , bsd , Liste FreeBSD References: <74692B50-D390-4CE4-9ED3-CA5B46CE8697@todoo.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74692B50-D390-4CE4-9ED3-CA5B46CE8697@todoo.biz> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Thu, 17 Dec 2009 18:08:27 +0100 (CET) Cc: Liste FreeBSD Subject: Re: incremental FTP backup program 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: Thu, 17 Dec 2009 17:08:28 -0000 On Thu, Dec 17, 2009 at 05:29:54PM +0100, bsd typed: > Hello, > > I have been provided with a 1To backup space by my hosting company? unfortunately It is only accessible by FTP which does not allow me to do the regular backup / restore I use to do using RSYNC. > > > What are the options I have in order to do the backup / restore of the files knowing that : > > 1. I would like to have a time based backup solution (incremental with sub-folder for daily backup so I can restore files from xxx days ago). > > 2. I need to use ftp as a transport > > 3. Some of my servers have limited space so doing a local sync then FTP will not be possible. > > 4. If possible I would like a bullet proof solution ideally "well known" | tested and available from the port tree. > > > In fact what I would be looking for is something like "rsnapshot" but with FTP transport / compatibility. Never tried, bet maybe sysutils/fusefs-curlftpfs will work for you. Ruben