Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

SyncBackFree + bitloker - my solution ...

SyncBackFree is the freeware version of SyncBack. It is *not* an evaluation version of SyncBackPro/SE.
Post Reply
clydde
Newbie
Newbie
Posts: 1
Joined: Wed Nov 13, 2019 9:05 pm

SyncBackFree + bitloker - my solution ...

Post by clydde »

Hi, I need to make an unattended copy in an SD.

The SD is encrypted with bitlocker, and today this is my solution.

I wanted to share it in case someone is helpful.

1) Create your profile
2) Create your bitlocker unit
3) Create .bat file with this content:
___________________________________________________________________________________
@echo off
manage-bde -unlock d: -rp xxxxx-xxxxx-xxxx-xxxxx-xxxxx-xxxxx-xxxxxx-xxxxxxx
TIMEOUT /T 20 /NOBREAK
"C:\Program Files (x86)\2BrightSparks\SyncBackFree\SyncBackFree.exe" -m "YourProfileName"
TIMEOUT /T 20 /NOBREAK
manage-bde -lock d: -forcedismount
exit
____________________________________________________________________________________

The "d" is my unit, put the letter of your encrypted drive.
The xxxx.xxxx.xxxx ... is the encripton key which provides the recovery txt file.
The 20 is the time to pause, put the time you need.


When you have created the .bat you must create a shortcut to it and give Administrator permissions
(Right button properties, advanced options ...)


I hope it is useful to someone.

If you have a better idea, feel free to share it! ;)
Post Reply