Re: [BackupPC-users] Fuse filesystem to explore backups

2017-06-17 Thread Craig Barratt via BackupPC-users
Daniel,

I updated backuppcfs.pl for 4.x.  I've attached the gzip'ed new version.

Unfortunately fuse creates its own inode numbers, so hardlinks won't be
correctly rendered via fuse (ie: the inode numbers of two hardlinked files
won't be the same when viewed via fuse).

Craig


On Thu, Jun 15, 2017 at 2:00 AM, Daniel Berteaud <
dan...@firewall-services.com> wrote:

> Until BackupPC v3, I was using a script to mount BackupPC's data as a
> standard FS using FUSE (backuppcfs.pl from Pieter Wuille Based on the
> backuppc-fuse script by Stephen Day).
>
> This was very handy (I have a specific use case for low level VM backups
> which requires this). But I guess it won't work anymore with the new v4
> storage model. And anyway, it required BackupPC::Attrib which seems to have
> disappeared in v4
>
> Is there an alternative or something similar in v4 ? A fuse FS like this
> would be great, even better if it was bundled with BackupPC v4 sources
>
>
> Cheers
>
> Daniel
> --
>
> [image: Logo FWS]
> *Daniel Berteaud*
>
> FIREWALL-SERVICES SAS.
> Société de Services en Logiciels Libres
> Tel : 05 56 64 15 32 <0556641532>
> Visio : http://vroom.fws.fr/dani
> *www.firewall-services.com *
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>


backuppcfs.pl.gz
Description: GNU Zip compressed data
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] BackupPC Excludes - How To

2017-06-17 Thread Akibu Flash
Now that I have gotten my backuppc to work, I am backing up certain files on a 
Windows harddrive.  Most of the directories and files on the harddrive are to 
be backed up, but I want to exclude several directories from the backup and the 
files contained therein.  Instead of indicating to backuppc the directories to 
be backed up in RsyncShareName (which are numerous), I would like to merely 
tell backuppc to backup the entire drive (in this case, "/cygdrive/j/") and to 
exclude several of the directories on the the j drive (e.g. hey backuppc, 
exclude "/cygdrive/j/useless_stuff_1", "/cygdrive/j/useless_stuff_2" etc.).  
How can this be accomplished?  When I look at the backuppc excludes function 
using the cgi interface, and the examples given, I am a bit confused.  Do I 
merely type the below in the cgi interface to exclude the aforementioned:

BackupFilesExclude = ['/cygdrive/j/useless_stuff_1', 
'/cygdrive/j/useless_stuff_2']  (btw, is the "=" needed in the box or do I just 
start with the open "[")

Or do I type the above or some variant directly into /etc/backuppc/config.pl or 
the akibu-desktop.pl config file?  Thanks.

Akibu
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Unexplained Error Code 255 - BackupPC

2017-06-17 Thread Akibu Flash
@Craig Barratt that was indeed the 
problem.  I was able to get my ssh to use password-less login and sorted out 
the list of known_hosts issue and that seemed to do the trick.

From: Akibu Flash [mailto:akibufl...@outlook.com]
Sent: Sunday, June 11, 2017 10:51 PM
To: Craig Barratt 
Cc: General list for user discussion, questions and support 

Subject: Re: [BackupPC-users] Unexplained Error Code 255 - BackupPC

Understood.  Thanks.  Will let you know how I fare.  @Craig 
Barratt

From: cra...@gmail.com [mailto:cra...@gmail.com] On 
Behalf Of Craig Barratt
Sent: Sunday, June 11, 2017 10:23 PM
To: Akibu Flash mailto:akibufl...@outlook.com>>
Cc: General list for user discussion, questions and support 
mailto:backuppc-users@lists.sourceforge.net>>
Subject: Re: [BackupPC-users] Unexplained Error Code 255 - BackupPC

Failed to add the host to the list of known hosts 
(/home/backuppc/.ssh/known_hosts).

In addition to password-less login, this error is also a problem.  It probably 
means your permissions on ~backuppc/.ssh/known_hosts are wrong.  Without the 
client being in known_hosts, ssh will prompt every time to be sure you want to 
proceed.

So there are two prompts (ok to proceed & password) you need to get rid of.

Craig

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/