backup-manager-upload
command-line backup tool
Install
- All systems
-
curl cmd.cat/backup-manager-upload.sh
- Debian
-
apt-get install backup-manager
- Ubuntu
-
apt-get install backup-manager
- Kali Linux
-
apt-get install backup-manager
- Fedora
-
dnf install backup-manager
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install backup-manager
- Raspbian
-
apt-get install backup-manager
- Dockerfile
- dockerfile.run/backup-manager-upload
backup-manager
command-line backup tool
This is a backup program, designed to help you make daily archives of your file system. Written in bash and perl, it can make tar, tar.gz, tar.bz2, and zip archives and can be run in a parallel mode with different configuration files. Other archives are possible: MySQL or SVN dumps, incremental backups... Archives are kept for a given number of days and the upload system can use FTP, SSH or RSYNC to transfer the generated archives to a list of remote hosts. Automatically burning archives to removable media such as CD or DVD is also possible. The configuration file is very simple and basic and gettext is used for internationalization.