rdump
The dump package contains both dump and restore. Dump examines
Install
- All systems
-
curl cmd.cat/rdump.sh
- Debian
-
apt-get install dump
- Ubuntu
-
apt-get install dump
- Kali Linux
-
apt-get install dump
- Fedora
-
dnf install dump-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dump
- Raspbian
-
apt-get install dump
- Dockerfile
- dockerfile.run/rdump
dump
The dump package contains both dump and restore. Dump examines
files in a filesystem, determines which ones need to be backed up, and copies those files to a specified disk, tape, or other storage medium. The restore command performs the inverse function of dump; it can restore a full backup of a filesystem. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may also be restored from full or partial backups. Install dump if you need a system for both backing up filesystems and restoring filesystems after backups.