"Task: Backup and Recovery" or "Task:BAR" for short is a backup solution for Windows targeting the typical home user. Backups are typically made to a removable drive like an external harddrive.
Hello, I want to thank you for posting your code. I have been struggling to get the Win32 EFS functions to work in C++ CLI, so I started with your C# EncryptedRAW code and translated it into a working version in C++ CLI. From the lessons that I learned, I was able to create our real production code. I would be happy to provide my translation to you to help others, but for now I have posted it here: http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_24821150.html Thank you for your help! Great project! Mike
- Exception catched if a backup path does no longer exist. - Exception catched if archive flag cannot be reset. - Error message if access to a directory is denied. - Catalog is saved after each backup. - A transaction logfile (*.btl) is written with each backup. With this logfile the whole backup can now be undone: Menu "Backup", "Undo backup...". - If a backup is cancelled it is automatically rolled back, which means that the archive bits of all affected files are restored to their original state. - Sources moved to VisualStudio 2008. - Moved to latest SharpZipLib 0.85.4.369. - Tested under Windows Vista.
- Exception catched if a backup path does no longer exist. - Exception catched if archive flag cannot be reset. - Error message if access to a directory is denied. - Catalog is saved after each backup. - A transaction logfile (*.btl) is written with each backup. With this logfile the whole backup can now be undone: Menu "Backup", "Undo backup...". - If a backup is cancelled it is automatically rolled back, which means that the archive bits of all affected files are restored to their original state. - Sources moved to VisualStudio 2008. - Moved to latest SharpZipLib 0.85.4.369. - Tested under Windows Vista.
After a long period of inactivity it is finally here! Read the change log for details!
- Backup and restore of EFS encrypted files without decrypting them. - Backup and restore of the NTFS access control list (ACL). - Backup and restore of NTFS alternate data streams. - Backup of files with no read access will no longer throw an exception but show a warning. - Single files can be selected for backup in addition to folders. - Automatically verify the integrity of created backup archives. - Manually verify all archives on the backup media. - Optionally write a logfile of all backed up and restored files (see "General Settings" dialog). - Icons in tree view indicate if the file or folder is still existing on the local disk. - Any version of a backed up file can be opened with it's associated application directly from the archive (see context menu).
- Backup and restore of EFS encrypted files without decrypting them. - Backup and restore of the NTFS access control list (ACL). - Backup and restore of NTFS alternate data streams. - Backup of files with no read access will no longer throw an exception but show a warning. - Single files can be selected for backup in addition to folders. - Automatically verify the integrity of created backup archives. - Manually verify all archives on the backup media. - Optionally write a logfile of all backed up and restored files (see "General Settings" dialog). - Icons in tree view indicate if the file or folder is still existing on the local disk. - Any version of a backed up file can be opened with it's associated application directly from the archive (see context menu).
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?