Backup using tar

PHOTO EMBED

Thu May 19 2022 18:56:38 GMT+0000 (Coordinated Universal Time)

Saved by @dphillips ##shell ##backup

// -c create archive
// -v verbose
// -z compress using gzip
// -p preserve permissions
// -f file

tar -cvzpf <backupfile.tar.gz> <source>
content_copyCOPY

https://www.ionos.de/digitalguide/server/tools/backup-mit-tar-so-erstellen-sie-archive-unter-linux/