Re: [BackupPC-users] Patch for V3.3.2-1: partial and yearly backups

2019-04-08 Thread Matthias Meyer
I've recognized today my firewall issue with ftp://www.backup4u.at. It is solved now and you can access it again. Maybe someone can put the patches into a standard place for backuppc patches? br Matthias Am Samstag 16 Februar 2019, 14:13:40 schrieb Matthias Meyer: > I've developed two

Re: [BackupPC-users] FEATURE REQUEST - "lock" designated backups from being deleted...

2019-04-08 Thread Matthias Meyer
Am Sonntag 07 April 2019, 17:11:47 schrieb backu...@kosowsky.org: > Sometimes you want to save a special backup that for example > corresponds to a specific change (pre/post) on your system. The > trouble is that with exponential deleting there is no way to > guarantee that your specific

Re: [BackupPC-users] [SOLVED-MOSTLY] BUG in BackupPC_migrateV3toV4 -- and in BackupPC_attribPrint for v4.x

2019-04-08 Thread backuppc
So, the problem seems to be that backuppc treats mtime as an unsigned integer -- meaning that any file created before Jan 1, 1970 is not representable. v3 represents treats the number as an unsigned integer and basically shows it's 2's complement (in 32 bits) - i.e. it's packed as an unsigned 32

Re: [BackupPC-users] [SOLVED-MOSTLY] BUG in BackupPC_migrateV3toV4 -- and in BackupPC_attribPrint for v4.x

2019-04-08 Thread backuppc
I should have said that the v3 case is 2's complement for 32 bit integers while the v4 case is 2's complement for 64 bit integers. Also, the internal representation is clearly right in that both v3 and v4 are retrieving the right number, just displaying it incorrectly. - v3 is showing it as an

Re: [BackupPC-users] [SOLVED-MOSTLY] BUG in BackupPC_migrateV3toV4 -- and in BackupPC_attribPrint for v4.x

2019-04-08 Thread backuppc
OK, figured it out... VERY INTERESTING. The original file has an mtime of -2082826800 which corresponds to 5AM Friday, Jan 1, 1904. The the error message in question is actually *right* and not an error: setVarInt botch: got negative argument -2082826800; setting to 0 i.e. it truly is a

Re: [BackupPC-users] Only Getting empty directory structure

2019-04-08 Thread backuppc
Adam Goryachev wrote at about 06:40:13 +1000 on Tuesday, April 9, 2019: > > On 9/4/19 05:02, - Storm wrote: > > > > Hi, > > > > Using backuppc 4.2.1 and it is only backing up the folder structure, fresh > > installl tried fedora 27-29 and all the same. no error, if i check the > > backup

Re: [BackupPC-users] Only Getting empty directory structure

2019-04-08 Thread Adam Goryachev
On 9/4/19 05:02, - Storm wrote: Hi, Using backuppc 4.2.1 and it is only backing up the folder structure, fresh installl tried fedora 27-29 and all the same. no error, if i check the backup info, see's the files say's they were backuped up but when i check the folders there are no files in any

[BackupPC-users] Only Getting empty directory structure

2019-04-08 Thread - Storm
Hi, Using backuppc 4.2.1 and it is only backing up the folder structure, fresh installl tried fedora 27-29 and all the same. no error, if i check the backup info, see's the files say's they were backuped up but when i check the folders there are no files in any folder. Been looking on line for

Re: [BackupPC-users] HIGH PRIORITY BUG FIX in v4.x that creates corruption when creating/reading/migrating v3 backups

2019-04-08 Thread backuppc
Daniel Berteaud wrote at about 09:05:50 +0200 on Monday, April 8, 2019: > Le 2019-04-08 02:23, Craig Barratt via BackupPC-users a écrit : > > > > Jeff, > > > > Thanks for tracking this down and proposing the correct fix. > I've pushed the fix to git, and released a new

Re: [BackupPC-users] Reset web interface password

2019-04-08 Thread Steve
Thanks Craig Steve On Sat, 6 Apr 2019 21:47:35 -0700 Craig Barratt via BackupPC-users wrote: > This is enforced by Apache, not BackupPC. So please look in your > apache config and see what type of authentication is specified for > BackupPC's CGI script. If it's basic authentication, then the

Re: [BackupPC-users] HIGH PRIORITY BUG FIX in v4.x that creates corruption when creating/reading/migrating v3 backups

2019-04-08 Thread Daniel Berteaud
Le 2019-04-08 02:23, Craig Barratt via BackupPC-users a écrit : > Jeff, > > Thanks for tracking this down and proposing the correct fix. I've pushed the fix to git, and released a new BackupPC-XS-0.59.tar.gz on both git and cpan. I'll update ASAP, but, what are the concrete risks for running