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

2017-06-19 Thread Daniel Berteaud
Le 18/06/2017 à 01:10, Craig Barratt via BackupPC-users a écrit : 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 numbe

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, 201

[BackupPC-users] Fuse filesystem to explore backups

2017-06-15 Thread Daniel Berteaud
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