Skip to content
Working Knowledge
GuideReferenceWorkbenchBoardNotesAbout
Search⌘K

Browse categories

The Reference

01The Big Picture02Model Architectures03How Models Learn04How Models Run05Getting Models to Act06Language & Perception07Measuring Models08Safety & Alignment09Hardware & Infrastructure10Version Control11The Command Line12Databases & SQL13Environments & Packaging14Shipping & Collaboration15The Workbench
11 · The Command Line

scp / rsync

Copy files between machines

AdvCoders

Move files over SSH: scp is a straightforward copy; rsync is smarter, sending only what changed and resuming interrupted transfers.

Concrete example

rsync a local build up to a server and only the files that actually differ go across.

Nearby in The Command Line

RedirectSend output to a fileREPLAn interactive code promptScriptA saved file of commandssed / awkTransform text in a stream
Previous term← SchemaNext termScript →

AtlasScope

I explain technical systems in plain English—and build practical tools for using them.

Read the guideBrowse the referenceWhat Atlas is doing now

Contact & collaboration

GitHub ↗
Working Knowledge · A practical field guideBuilt and maintained by Atlas
HomeGuideSearchWorkbenchMore