Tag Archives: backup

How to open a file with .mbox extension?

Some of my clients use Google Apps and Gmail. When we have to terminate an account I always use Google Takeout to backup all data for each user, before I delete their account from Google. Google takeout will create a backup of all E-mails and put them in a file with extension .mbox
I tested many different programs to open the mbox files and this is the one I found works the best.

eM Client

https://www.emclient.com/?lang=en

How to shrink SQL log files

ALTER DATABASE <db name> SET RECOVERY SIMPLE
DBCC SHRINKFILE(dblognamenotpath_log)
ALTER DATABASE <db name> SET RECOVERY FULL

db log name is from db properties – it is not path and not file name

or run full SQL backup

run SQL T log backup

Windows Server 2008 Backup to a network share

http://www.bitwizards.com/Blogs/Bryan-Soltis/September-2008/Windows-Server-2008-Backup-to-a-network-share