2026-03-30:

tar vs rsync

In In revolving article tar: a slop-free alternative to rsync was claimed that it the same:

$ tar -cz public | ssh example.org tar -C /var/www -xz
$ rsync -a public example.org:/var/www/

🤯 unbelievable!

#linux #deep #hacking