May 24, 2024
- Add --no-color argument
Feb 15, 2024
- Add --file-data argument in backup action
- Add --force argument in every action
- Add confirm function to every potentially destrucive actions
- Fix returns of get_last_backup function
- Fix --version argument
Jul 1, 2023
- Add report_issue function
- Add get_bckid function
- Add --files argument in restore action
- Add --delete-backup argument in config action
- Add lowercase support on command line
- Fix check_rsync function to include sshconfig file
- Fix required to action subparser
- Fix check for restore empty folders
- Fix create folder in export action if destination doesn't exists
Jun 7, 2023
- Refactoring setup.py
- Add main function
- Add pansi package for coloring output
- Fix list command
- Fix format modules with ruff
Sep 2, 2019
- Add --start-from to backup action
- Add --detail to list action
- Add --all param to export
- Fix restore for windows enviroment
Jul 25, 2019
- Add --delete-host/-D parameter to config
- Add --clean/-c parameter to config
- Add --exclude/-E to backup and restore
Jun 20, 2019
- Add second argument of --retention param
- Add param --bwlimit, than specify bandwidth limit
- Add docstring in script
- Add --ssh-port parameter
May 17, 2019
- Add --rsync custom path option
- Add config function --init; reset catalog backup file
Jan 8, 2019
- Add one-line option in list function
- Add Differential backup mode
- Add Code Of Conduct
- Add man page into command line
Oct 23, 2018
- Add list archived backups only
- Add list cleaned backups only
- Add dry-run mode
- Fix documentation and change theme
Oct 5, 2018
- Add last option for restore mode
- Add mirror option for restore mode
Aug 31, 2018
- Add timeout option
- Fix documentation #1 .Thanks Jack
Aug 9, 2018
- Configuration for silently backup
- All backup are organized into a catalog
- List single or all backup by the catalog
- Backup single PC, with Full,Incremental and Mirror mode;
- Backup more PCs, with Full,Incremental and Mirror mode (with parallelism algorithm);
- Backup custom folder or predefined data (User,Config,Application,System,Log)
- Restore backup on the same PC
- Restore backup in other PC
- Restore backup in other operating system
- Apply retention policy to delete old backup
- Archive old backup in other file system or same (zip backup folder)