Re: [Burp-users] VSS support and encryption software
Brought to you by:
grke
|
From: <alb...@la...> - 2017-03-07 14:13:24
|
Hi, you're right, that option would be a good solution unfortunately, last time I've tried it, I didn't manage to make it work, because Graham said it seems that the function tries to initialize VSS first, which fails, before excluding a drive letter so in fact you have to be sure that VSS works to be able to disable it (which is not my case) we talked about it on a older message here : https://sourceforge.net/p/burp/mailman/message/35388142 Graham said ( 2016-09-29 ) : "Hello, I think that extra work needs to be done on burp to make this work properly. I see the code tries to run g_pVSSClient->InitializeForBackup() before checking the drive letters to snapshot, so in your case, setting the drive letters doesn't help. The code is in src/client/cvss.c. You could try bypassing that code completely and rebuilding the Windows client to see if you can get further. Or you could ask me to do the change, test it, and put it in a future version, but I probably won't get around to it for a while. See this page for a more detailed explanation: http://burp.grke.org/requests.html " I don't know what he want to do about it Thanks for your advice anyway, and if you all have feedbacks about full disk encryption and best practices for burp backup and heterogeneous computers, I'll be glad to hear your hints and advices too Best regards ----- Mail original ----- De: ma...@me... À: bur...@li... Envoyé: Mardi 7 Mars 2017 13:40:39 Objet: Re: [Burp-users] VSS support and encryption software W dniu 07.03.2017 o 13:09, alb...@la... pisze: > Hi all > > I wanted to let you know I had a problem using Burp Backup (and any > backup software relying on VSS) in encrypted non-system partitions with > TrueCrypt or VeraCrypt, because it cannot use VSS when the encrypted > partition is a non-system one (for example when you have 2 or more hard > drives and you want full encryption of all drives, and backup all of them) > > and I read the TrueCrypt/VeraCrypt the documentation, and they say : > > "The Windows Volume Shadow Copy Service is currently supported only for > partitions within the key scope of system encryption (e.g. a system > partition encrypted by VeraCrypt, or a non- system partition located on > a system drive encrypted by VeraCrypt, mounted when the encrypted > operating system is running). Note: For other types of volumes, the > Volume Shadow Copy Service is not supported because the documentation > for the necessary API is not available." > > source : > <https://veracrypt.codeplex.com/wikipage?title=Issues%20and%20Limitations>https://veracrypt.codeplex.com/wikipage?title=Issues%20and%20Limitations > > this is the same for TrueCrypt > > and maybe for other encryption software, did you have a feedback on it ? > > > I don't know either what happens for non-encrypted other Windows > filesystems that we would backup, > for example, is it possible to backup FAT32, exFAT or SMB volumes, USB > drives ? does VSS apply ? > > > so the question is : > > It would be really useful for all theses cases if we could desactivate > VSS support for some drives to allow Burp Backup to work even on > desktop/laptops protected by encryption > > As for the moment, in these cases, we only have the choice to backup OR > encrypt > > Thanks a lot for this great piece of software Hi! Does this quote from man solve your problem? " vss_drives=[list of drive letters] When backing up Windows computers, this option allows you to specify which drives have VSS snapshots taken of them. If you omit this option, burp will automatically decide based on the 'include' options. If you want no drives to have snapshots taken of them, you can specify '0'. " Marcin ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ Burp-users mailing list Bur...@li... https://lists.sourceforge.net/lists/listinfo/burp-users |