SCP/rsync Cheatsheet

File transfer.

Overview

scp and rsync are the standard SSH-based file-transfer tools. The cheatsheet captures the patterns operators actually use; rsync is the right default for non-trivial transfers because it is restartable, incremental, and correct under retry.

The approach

The practical approach: rsync over scp for anything non-trivial, archive mode by default, dry-run before destructive operations, explicit excludes, custom SSH options when ports are non-standard. The team’s discipline produces predictable transfers.

Why this compounds

scp/rsync fluency compounds across operations. Each transfer captures operational knowledge; the team’s automation grows; new transfers reuse the patterns.

scp/rsync fluency is an operational discipline that pays off across years. Nova AI Ops integrates with operations telemetry, surfaces patterns, and supports the team’s automation discipline.