rsync
CLIFast, versatile file copy and sync tool for local and remote transfers.
Mirror directory (delete removed files)~96% est.
rsync -av --delete src/ dst/file-archive2 recipes
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Mirror a website~85% est.
wget -r -l 2 --no-parent https://example.com/docs/networking3 recipes