Re: [rdiff-backup-users] Prevent rdiff-backup from deleting?
> I think (but haven't tried) you could alter the rdiff-backup option text > like this (this is under Ubuntu 10.04, the location might differ with > another OS): > > sed -i 's/remove-older-than/remove-older-thax/g' > /usr/share/pyshared/rdiff_backup/*.py > > So unless an infiltrator knew the new command name (remove-older-thax in the > example above), they couldn't use it. The problem is that I run rdiff-backup in a crontab and one of the commands there includes --remove-older-than. That's a very creative solution though. Because of this, I think there is a gaping security hole in any automated rdiff-backup scheme that pushes backups to the server. Pulling to the backup server eliminates this problem, but if the backup server is compromised, the infiltrator has root read access to each system being backed up and can thereby compromise each of those systems as well. Is rdiff-backup ill-suited to automated backups? - Grant >> I'm using rdiff-backup in an automated "push" arrangement with access >> to the backup server provided via SSH keys and restricted to the >> rdiff-backup command like command="rdiff-backup --server". I think an >> infiltrator could delete a compromised machine's backups from the >> backup server like this: >> >> rdiff-backup --remove-older-than 1s backup@12.34.56.78::/path/to/backup >> >> Is there any way to prevent something like that from happening? >> >> - Grant ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
[rdiff-backup-users] Hash doesn't match recorded hash
Hi there! I need to restore an old VMware image, but I am getting LOTS of these errors: Error reading /backup/weird/home/wonko/os/vmware/xp/winXPPro-0.log, substituting empty file. Warning: Hash da39a3ee5e6b4b0d3255bfef95601890afd80709 of winXPPro-0.log doesn't match recorded hash db9943d0284382131b553cef380aae99871b0f2e! Any idea what has happened? rdiff-backup --check-destination-dir --force says nothing has to be checked, and option --verify does not find errors. The hard drive seems to be okay, no errors in the syslog, and a long SMART selftest also does not find any errors. I can restore some other directories I tried, but I need the backup of this VMware machine. Wonko ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] building librsync on osx
Hey Ben, Where can I find this FAQ? I'm trying to do exactly this (build librsync on osx) and have run into some problems Thanks! Ben Ford-4 wrote: > > Just adding to the quick howto on the building librsync on Mac OS X howto > in the FAQ. I also had to run "autoreconf -fiv" to get libtool to behave > nicely. Otherwise, all went well. > > -Ben > ___ > rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org > http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users > Wiki URL: > http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki > > -- View this message in context: http://old.nabble.com/building-librsync-on-osx-tp30971164p32842728.html Sent from the rdiff-backup-users mailing list archive at Nabble.com. ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] Is Rdiff-backup still developed?
Thanks, Filip, I appreciate that! --David "Filip Gruszczyński" schrieb: >> I think lots of people are using rdiff-backup but no one is >maintaining it, >> sadly. Still it works for most of us very well. > >Thanks for the information. Cool it works, it sucks no one is keeping >it alive though. > >> Do you have any plans to release an update to rdiff-backup-fs 1.0.0? > >Yes. I have a lot on my head recently (changed job and country too), >but I have some changes in SCM waiting to be deployed. I will try to >get to that and release a new version with some fixes that people were >asking for. > >Best, > >> Regards >> >> Dominic >> >> On 14/11/2011 13:44, Filip Gruszczyński wrote: >>> >>> Is there anyone maintaining or developing rdiff-backup still or is >>> this project dead now? >>> >> >> > > > >-- >Filip Gruszczyński > >___ >rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org >https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users >Wiki URL: >http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki -- D. Kriesel / dkriesel.com ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] Is Rdiff-backup still developed?
On 14/11/2011 14:21, Filip Gruszczyński wrote: Do you have any plans to release an update to rdiff-backup-fs 1.0.0? Yes. I have a lot on my head recently (changed job and country too), but I have some changes in SCM waiting to be deployed. I will try to get to that and release a new version with some fixes that people were asking for. I will look forward to it! Dominic ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] Is Rdiff-backup still developed?
> I think lots of people are using rdiff-backup but no one is maintaining it, > sadly. Still it works for most of us very well. Thanks for the information. Cool it works, it sucks no one is keeping it alive though. > Do you have any plans to release an update to rdiff-backup-fs 1.0.0? Yes. I have a lot on my head recently (changed job and country too), but I have some changes in SCM waiting to be deployed. I will try to get to that and release a new version with some fixes that people were asking for. Best, > Regards > > Dominic > > On 14/11/2011 13:44, Filip Gruszczyński wrote: >> >> Is there anyone maintaining or developing rdiff-backup still or is >> this project dead now? >> > > -- Filip Gruszczyński ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] Is Rdiff-backup still developed?
Hi Filip I think lots of people are using rdiff-backup but no one is maintaining it, sadly. Still it works for most of us very well. Do you have any plans to release an update to rdiff-backup-fs 1.0.0? Regards Dominic On 14/11/2011 13:44, Filip Gruszczyński wrote: Is there anyone maintaining or developing rdiff-backup still or is this project dead now? ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
[rdiff-backup-users] Is Rdiff-backup still developed?
Is there anyone maintaining or developing rdiff-backup still or is this project dead now? -- Filip Gruszczyński ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
Re: [rdiff-backup-users] Prevent rdiff-backup from deleting?
I think (but haven't tried) you could alter the rdiff-backup option text like this (this is under Ubuntu 10.04, the location might differ with another OS): sed -i 's/remove-older-than/remove-older-thax/g' /usr/share/pyshared/rdiff_backup/*.py So unless an infiltrator knew the new command name (remove-older-thax in the example above), they couldn't use it. Dominic On 11/11/2011 20:51, Grant wrote: I'm using rdiff-backup in an automated "push" arrangement with access to the backup server provided via SSH keys and restricted to the rdiff-backup command like command="rdiff-backup --server". I think an infiltrator could delete a compromised machine's backups from the backup server like this: rdiff-backup --remove-older-than 1s backup@12.34.56.78::/path/to/backup Is there any way to prevent something like that from happening? - Grant ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki