|
Personal Backup
|
|
Program features
Add-ons
Utilities
Program specifics
Program features in detail
- Wizard for the creation of new backup tasks
- Unlimited number of configurable backup tasks
- Backup of complete directory structures
- Function to backup selected single files
- Start backup on demand or run automatically
- Optional encryption using AES on backup (using the zip format will be
compatible to WinZip)
- Backup of a single directory by one click using the context menu of the
Windows Explorer
- Backup via FTP (optionally with proxy and FTPS (FTP over SSL))
- Many backup options:
- Into single files: as direct copy or compressed using the gz
(gzip)
or the zip format
- into a directory with drive identifier cloning
the original directory structure (default)
- do. without drive identifier directory
- do. separated by root directory
- do. into one directory without root directory
- Into zip archives (optional split into files of a user defined size):
- One zip file (supports files > 4GB)
- One zip file per subdirectory
- One zip file per root directory
- One zip file per directory without drive identifier
- User definable list of file types not be compressed (e.g. for files
that are themselves compressed pdf, jpg, docx, odt)
-
Integrated function to use
Volume Shadow Copies (VSS)
on backup
- Placeholders for date and other in target directory and zip filename
- Many choices for files and directories:
- Include or exclude selected subdirectories
- Filter settings for filenames (optionally regular expressions), file attributes,
file age and file size
- Selection of file types: manually or using a filter mask, display for file
types with sorting by name, count or size
- File preview to check filter settings
- Adjustable time gap for timestamp comparison in consideration of changes between
winter and summer time
- Running of external programs or scripts before and after backup
- Optional synchronization of backup directories with source directories (alternatively
before or after backup) using one of three modes
- Optional creation of security copies: retain an adjustable number of
previous versions of the backed-up files with selectable maximum age
- Optional copy of files details (only NTFS) and permissions (only NTFS and network)
- Optional backup and restore of junctions (only NTFS)
- Optional restore of file permissions (only NTFS and network) and file details (only NTFS)
- Optional password protection to prevent from overwriting of task file
- Optional mail delivery after backup including short report and log file as attachment (also TLS)
- Optional log file of all actions (e.g. backup and restore) with printout
- Optional log of FTP and SMTP communication to debug connection issues
- Function to delete old log files
- Creation of desktop shortcuts to simply start selected backups, optional
with subsequent shutdown, log off or hibernation
- Internal backup schedules (see screenshot at the right):
- Up to 16 individually-configurable automatic tasks are supported at different times,
on logon or logoff or once per week on logon
- Different types of alternating backups: One full backup using the mode
Copy or Full (new) in combination with several differential
or incremental backups
- Wizard for using Windows Task Scheduler for backups
- Comprehensive command line options to
automate actions e.g. using Windows Task Scheduler or batch files
- Automatic check for updates on starting the program (to reduce the traffic on
the download server, checking is made weekly) or manually update
- Internal restore function of saved files:
- From backup into single files
- From backup in zip files (single or separated by folders)
- Dialog for selecting files for restore
- Restore using FTP connection
- Automatic decryption
- Additional functions for verifying and cleaning up the backup
- Many user definable program preferences
- Languages: German, English, French, Dutch, Italian, Spanish, Polish, Portuguese,
Hungarian, Ukrainian and Russian
Included Translations:
Click on language to show desktop.
Note: If you feel that a translation could benefit from improvements or
corrections, I would be pleased to hear from you. Anyone wishing to help will find
information on how to proceed
here.
In addition to the main program
Personal Backup
the installation file contains the following tools:
- TbBackup: Backup of Thunderbird data
-
PbStarter: Run backups under
a different account as protection against ransomware
- PbPlaner: Create alternating backup
schedules for execution with Windows Task Scheduler
- PbRestore: Restore backed-up
files or directories optional from alternating schedules
- DeviceBackup: Backup files from
a portable device
- PbWatchdog: Monitor selected
directories for changes and automatic start of the required data backups
PbUninstall: Uninstalls the program with optional deletion of
associated user files
Utilities
This package contains amongst others programs useful for automating backup processes, manipulating
packed files and to rescue data from damaged zip archives.
Console programs
The programs described below must be started via the Windows command prompt.
Some are particularly suitable for installation in batch files.
Desktop programs
The programs described below can be used to manipulate Thunderbird mail folders and packed
files and system information can be displayed.
- TbRecover (Vers. 1.1 v. October 2022)
Use this program to recover deleted Thunderbird mails. Thunderbird saves the mails of
each folder in the mbox format. This is plain text and can be reviewed using
a common text editor. If you are deleting or moving a mail, it will not be deleted
immediately from the folder (or the mbox file) but only marked as deleted
at which the entry X-Mozilla-Status is used for this purpose.
The mail will finally be deleted not before the associated folder will be compacted.
As long as this has not been done, a deleted mail can simply be recovered by changing
the above mentioned status word. You can use a text editor to do so but it is
easier to use the provided utility program TbRecover. After start the
program will automatically search for your Thunderbird mail profile and select
the associated mail directory as default. The user has to search the list for
the account and the mail box where he wants to recover deleted mails.
After clicking the button, the program will scan this mail box and display
how many deleted mails were found. After confirmation by the user, the recovery
will be started. Optionally, the undeleted mails can marked as unread
to make it easier to identify these mails on next start of Thunderbird.
- ViewShare (Vers. 1.0 - Februar 2024)
This program can be used to display a list of the network resources connected under the logged-in user.
- SplitZip (Version 3.3 - October 2022)
This program splits a large zip archive into several small files. The
maximum size can be set. Each split file is a fully-functional zip archive.
Without any command line parameters, the program starts in interactive mode.
To use it for batch processing, the command line must contain at least the
name of the zip archive.
Command line parameters:
SplitZip <ZipName> [Directory] [Size] [/quiet]
ZipName : Name of zip file to be split
Directory : Location for split zip files (default: Temp)
Size : Maximum size of each split file in MB (default: 700)
/quiet : Do not show progress status
The program generates an ExitCode which can be checked in a batch file using
the command if errorlevel ..:
ExitCode = 0 : OK
= 1 : Zip file not found
= 2 : Destination directory could not be created
= 3 : At least one file in the archive is larger than the maximum size
- UnZip (Version 3.3 - October 2022)
Use this program to restore data from damaged zip archives. It scans a
zip archive without using the directory. All recognized files can be extracted.
The program can also be used on encrypted archives and even on archives with
encrypted filenames. A test of integrity of the compressed files
can be made on scanning.
- DecZip (Vers. 1.0 - December 2022)
This program can be used to unpack Zip archives with encrypted file names, such
as those generated by Personal Backup.
- UnpackZip (Version 1.1 - April 2021)
If you have been using the mode compress single files as zip and want
to change to a mode without compression (that means 1:1 copies), you can
reorganize the destination directory using this small utility program.
It will replace all these zip files by the unpacked original file.
- UnpackGz (Version 1.1 - April 2021)
If you have been using the mode compress single files as gz and want
to change to a mode without compression (that means 1:1 copies), you can
reorganize the destination directory using this small utility program.
It will replace all gz files by the unpacked original file.
-
Plugin for WinMerge
This plugin allows gz, gze and enc files generated by
Personal Backup during backup to be unzipped and/or decrypted and displayed with WinMerge.
This facility is very useful if you wish to check the differences between a
backed-up text file and the current version prior to a Restore.
The Restore function of Personal Backup offers the option of using WinMerge for
this purpose. If files have been zipped and/or encrypted during backup such a
comparison is not directly possible. The plugin will unzip and/or decrypt
these files automatically prior to loading them into WinMerge. Files with
extensions other than gz or enc will be loaded by
WinMerge directly.
Installing the plugin
Create a subdirectory MergePlugins in the installation directory of
WinMerge and copy the file PbUnpack.dll from this package into that subdirectory.
Select the option Unpack automatically in the Plugins section
of the WinMerge main menu. On loading, WinMerge will recognize, and
automatically unzip and/or decrypt and display all gz and enc files.
Tools for USB drives
On Uwe Sieber's webpage
you will find several very useful tools to mange USB devices like drives or sticks:
Downloads