rmt-tar

The GNU tar program saves many files together in one archive and

Install

All systems
curl cmd.cat/rmt-tar.sh
Debian Debian
apt-get install tar
Ubuntu
apt-get install tar
Alpine
apk add tar
Arch Arch Linux
pacman -S tar
image/svg+xml Kali Linux
apt-get install tar
CentOS
yum install tar
Fedora
dnf install tar
Windows (WSL2)
sudo apt-get update sudo apt-get install tar
Raspbian
apt-get install tar
Docker
docker run cmd.cat/rmt-tar rmt-tar powered by Commando

tar

The GNU tar program saves many files together in one archive and

can restore individual files (or all of the files) from that archive. Tar can also be used to add supplemental files to an archive and to update or list files in the archive. Tar includes multivolume support, automatic archive compression/decompression, the ability to perform remote archives, and the ability to perform incremental and full backups. If you want to use tar for remote backups, you also need to install the rmt package on the remote box.