BackupPC-users

Re: [BackupPC-users] Backup to distant FTP Server

2011-06-23 12:56:26
Subject: Re: [BackupPC-users] Backup to distant FTP Server
From: Jesse Callaway <jcallaway AT squarespace DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 23 Jun 2011 12:54:37 -0400
On Thu, Jun 23, 2011 at 7:41 AM, Arnaud Forster
<arnaud.forster AT mwprog DOT ch> wrote:
> Hello all,
>
> I need to use backuppc with a distant FTP server as destination. So, I used
> curftpfs to mount my FTP connection to a local folder and choosed it as the
> root of my destination. This is working fine till the ftp serverc decide to
> stop the connection. As this time, backuppc cannot start anymore because it
> cannot very the hardlink between pc an cpool which is normal because my ftp
> is no mounted anymore. I dont know if there's a way to solve that because
> I'd like that the mount is made just before the backup starts and unmounted
> just after .... as I'm a newbie in Linux and Backuppc, I'm requested your
> help.
> Per advance, thanks very much
> Arnaud
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Simplify data backup and recovery for your virtual environment with vRanger.
> Installation's a snap, and flexible recovery options mean your data is safe,
> secure and there when you need it. Data protection magic?
> Nope - It's vRanger. Get your free trial download today.
> http://p.sf.net/sfu/quest-sfdev2dev
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users AT lists.sourceforge DOT net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>


Make a pre-backup script which checks that the ftp mount is up and
running. To my understanding this would be defined using
$Conf{DumpPreUserCmd} = '/bin/bash /usr/local/your_script.sh';  or
perl or whatever.

If you know any perl ruby or python then I suggest you leverage those
skills. Otherwise do a quick google for 'bash filetest'.

-jesse

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/