Expand description
Build a SyncPlan: classify every source entry as copy/update/skip and,
when --delete is set, collect destination entries to remove.
Structs§
- Deletion
- A destination entry slated for deletion (deepest paths first).
- Plan
Options - Knobs controlling how the plan is built.
- Planned
Action - A source entry paired with the action chosen for it.
- Sync
Plan - The full plan: per-entry actions plus pending deletions.
Enums§
- Action
- What ripsync intends to do with a single entry.
Functions§
- build_
plan - Build a
SyncPlanfor mirroringsrcintodst. - build_
plan_ controlled - Build a plan with cooperative control and lifecycle reporting.