Menu

Documentation

César Rocha

1) Overview

The BackupTool was developed using Qt-C++ and the libraries QuaZip and zLib. It is a tool to help the backup control. The user can backup files and folders in .zip or .iso file. The backup contains date and time of its creation and the user can also write a description that will be saved inside the backup file. The software also offers a recovery tool from an existing backup (for .zip files) and the possibility of burning CD/DVD in case of .iso files.

Interface.

There are 3 menu options (all the menu options are represented with symbols on the menu bar):
•   File;
    o   Open;
    o   Save;
    o   Save as;
    o   Exit.
•   Options;
    o   Backup as ISO;
    o   Backup as ZIP;
    o   Burn ISO to CD;
    o   Recover backup (*.zip).
•   Help;
    o   Topics;
    o   About.

Menu bar.

2) Projects

If the user wants to frequently generates a backup from specific files and folders he does not need to every time open the software and select the same files and folders, for this, the user can create projects and save because then when he needs to back up the files he only needs to open the saved project and press “Start Backup”.

2.1 Save Project

The user can select all folders and files, select an output folder, write a backup file name, select the extension (by toggling the buttons zip or iso on menu bar) and write a description for the backup. When the configuration is done he can press on save on menu bar or open menu “File” and then “Save as”.

Example:
Selected File: C:\Perl\Bin\a2p.exe
Selected Folder: C:\Tools
Output Folder: C:\Temp
Output File Name: MyBackup
Extension: ISO
Description: Test

Example.

After press save the user needs to choose where the software will save the project file. The project file extension for this software is *.rcp. The software will show a message when it is done.

2.2 Open Project

The user can press on open on menu bar or open menu “File” and then “Open”. The software will open a screen which the user needs to select the project file. The software will take the configuration of the file and sets back to the screen and on the window title the user will see which file is opened.

3 Backup

After the user selects all folders and files that desires to backup, he needs to choose between ISO or ZIP file (by toggling the buttons on menu bar) and then he can press the button “Start Backup”.

Backup progress.

When the backup is finished the software will show a message with all files and folders in the details.

Backup result.

IF ANY FOLDER OR FILE NEEDS ADMINISTRATOR RIGHTS, YOU MUST RUN THE SOFTWARE AS ADMINISTRATOR, OTHERWISE THE BACKUP WILL NOT FINISH WITH SUCCESS!

4 Burn ISO to CD/DVD

After the user creates a backup using ISO extension he can burn a CD/DVD with his backup. The software can be used to burn ISO, not only ISO files created using it, but any ISO file. The user needs to press on burn iso on the menu bar or open menu “Options” and then “Burn ISO to CD”. After press this option, the software will open a screen which the user needs to select the ISO file. After the selection is done the software will show the file size, driver option, media option and the button “Burn”.

Burn ISO.

5 Recover backup (*.zip)

The user can make a recovery from an old backup file. The recovery function works only for backups made in zip files and the backup has to be made using this software. The user cannot use the recovery function with any zip file that he made, only with files generated with this software. The recovery function can be called using the symbol on the menu bar or opening menu “Options” and then “Recover backup (*.zip)”. After the option is pressed the software will show a screen which the user needs to select the zip file he needs to recover. After choose the file and press “Open” the software will recover all content from the zip file and save them at exactly the same location they were when the user made the backup and show a message when it is finished.

IF ANY FOLDER OR FILE NEEDS ADMINISTRATOR RIGHTS, YOU MUST RUN THE SOFTWARE AS ADMINISTRATOR, OTHERWISE ALL THAT NEEDS ADMINISTRATOR RIGHTS WILL FAIL TO BE RECOVERED. IN CASE OF FAIL THE USER CAN CHECK ON DETAILS WHICH FILE HAS FAILED.

6 More Information

For more information you can visit our website http://www.rochacardoso.de.

Project Members:


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.