diff options
| author | Steph Enders <steph@senders.io> | 2025-12-14 19:14:49 -0500 |
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2025-12-14 19:14:49 -0500 |
| commit | 230bb634388c41426e2cd32ba411188b38ddcb5b (patch) | |
| tree | 865fbf69153b251d65dc5cedce753ad6489f2946 /docs | |
| parent | cd09cac9defdc263605a54bd80dc2af0af0955b6 (diff) | |
Add dry-run flag for testing
Should help debug potential things
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ssync-fetch.1 | 3 | ||||
| -rw-r--r-- | docs/ssync.1 | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/ssync-fetch.1 b/docs/ssync-fetch.1 index 3b0a2e4..71fec10 100644 --- a/docs/ssync-fetch.1 +++ b/docs/ssync-fetch.1 @@ -15,6 +15,9 @@ Backend used for fetching remote files. Can be or .MR rsync 1 .TP +.BR \-n " dry-run" +Dry-run the fetch operation. rsync supports dry-running. sftp will simply log the operation. Verbose logging recommened. +.TP .BI \-k " identity_file" The .BR optional diff --git a/docs/ssync.1 b/docs/ssync.1 index 15c0b45..b750ab5 100644 --- a/docs/ssync.1 +++ b/docs/ssync.1 @@ -11,6 +11,11 @@ ssync \- simple suite of syncing scripts .BI \-b " backend" Fetching backend: sftp (default) / rsync .TP +.BR \-n " no-fetch / dry-run" +dry-run fetch operation. Effectively passes this flag to ssync-fetch. See +.MR ssync-fetch 1 +for more details on the dry-run fetch operation. +.TP .BR \-v " verbose logging" .TP .BR \-h " print this message" |