tarcat
The GNU tar program saves many files together in one archive and
Install
- All systems
-
curl cmd.cat/tarcat.sh
- Debian
-
apt-get install tar
- Ubuntu
-
apt-get install tar
- Alpine
-
apk add tar
- Arch Linux
-
pacman -S tar
- 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
- Dockerfile
- dockerfile.run/tarcat
- Docker
-
docker run cmd.cat/tarcat tarcat
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.