rsync
CLIFast, versatile file copy and sync tool for local and remote transfers.
Sync directory to remote server~97% est.
rsync -avz --progress ./local/ user@host:/remote/path/+1 more matching recipefile-archive2 recipes
tar
CLICreate, list, and extract .tar / .tar.gz archives. Preinstalled on macOS and Linux.
Create a .tgz from a directory's contentsVerified macOS · Linux
tar -czf out.tgz -C project .+1 more matching recipefile-archive4 recipes · 4 verified
zip / unzip
CLICreate and extract .zip archives. Preinstalled on macOS and most Linux images.
Zip a directory recursivelyVerified macOS · Linux
zip -qr out.zip project+1 more matching recipefile-archive3 recipes · 3 verified