Regularly updated, early access to the latest features.
A community build is a pre-release build that has passed through internal testing, and is ready for our community to try. We encourage our community to try the software in a variety of environments, to identify potential issues in the field.
Community build download (102MB)
When backing up huge mailboxes (e.g. 30GB +) to fragmented hard drives, it can take a long time (hours) to open a PST file. This build includes caching mechanisms to reduce the opening time by a factor of 2 to 10.
Community build download (102MB)
This version of BackupAssist 365 features a command line option for performing mailbox restores.
We will build a GUI for this and integrate it into the BA365 console. However, the functionality can also be accessed via command line – and a sample batch file shows how to do this:
set USER=adminuser1@newdomain.com
set PW=INSERTHEREset TASKNUM=1000
set SOURCE=dinesh.chugtai@olddomain.com.pst
set TARGET=dinesh.chugtai.archive@newdomain.comset PSTPATH=C:\MailboxBackups
set EGREXE="C:\Program Files (x86)\Cortex I.T. Labs Pty Ltd\BackupAssist 365\maillibnet\Egr.UI.ConsoleApp.exe"
set LOGDIR="C:\Logs"
%EGREXE% --task_number=%TASKNUM% --src_path="%PSTPATH%\%SOURCE%" --src_type=PST --dest_type=EWS --dest_url=https://outlook.office365.com/EWS/Exchange.asmx --dest_user="%USER%" --dest_password="%PW%" --log_dir=%LOGDIR% --skip_reading_errors --skip_saving_errors --target_mailbox="%TARGET%"
Past community builds have been incorporated into the mainstream release and are available on the BackupAssist 365 Downloads page.
Functionality | Version release | Release date |
---|---|---|
Mailbox backups: prevent infinite retries if Exchange returns an invalid XML response. | v1.9.0.0 | 12 Feb 2021 |
Mailbox backups: preserve folder structure for deleted items in the "Historical Items" folder | v1.8.2 | 24 Dec 2020 |
Back up files from Dropbox and SFTP (provided as beta functionality) | v1.8.2 | 24 Dec 2020 |
OneDrive for Business - automatic rights granting | v1.8.1 | 26 Oct 2020 |
Faster reconnection after network problems | v1.8.0 | 10 Sep 2020 |
Network share support - back up to a network share | v1.7.1 | 27 Sep 2020 |
Exchange Server TLS 1.2 support - use TLS 1.2 to connect to Exchange Servers - necessary where TLS 1.0 and 1.1 have been disabled. This also enables connection to Exchange 2019. | v1.7.1 | 10 Aug 2020 |
SharePoint / OneDrive for Business login reauthentication fix | v1.7.1 | 10 Aug 2020 |