-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LazBackup is an open-source software application designed to simplify and automate backup operations on Windows, macOS, and Linux operating systems. Developed using Lazarus, the application leverages the RAR compression engine to perform efficient and secure incremental backups.
Key Features
-
Incremental Backup: Using RAR's -u parameter, LazBackup identifies and archives only those files that have been modified or added since the last backup. This process significantly reduces execution time and disk space usage.
-
Automation and Scheduling: The software includes a scheduling module that allows users to set up automatic backups at a daily, weekly, or monthly frequency at a predefined time.
-
Advanced File Management: Users can define lists of folders to include in the backup and specify file extensions to exclude (e.g., temporary files or files potentially infected by ransomware).
-
Execution Modes:
- Tray Mode: The application supports launching in tray mode (/tray), operating in the background without a visible window.
- Configuration Loading: Backup configurations can be saved and loaded automatically upon application startup using the /load parameter.
- Security and Compression:
- Encryption: Archives can be protected with a password to ensure data confidentiality.
- Compression Levels: The user can choose from various compression levels to balance execution speed with the final archive size.
License and Requirements LazBackup is distributed under the Mozilla Public License (MPL).
For its operation, the software requires a separate installation of the RAR or WinRAR compression program on the system in use.