We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8719d commit e67e780Copy full SHA for e67e780
docs/guides/migration-recipe.md
@@ -167,7 +167,9 @@ index 68387c9..7a8ace1 100644
167
```
168
- The `/pathname/` can be determined by looking at the pillar data for backups, `pillar/prod/backup` using the
169
`source_directory` path for the given host (example: the `downloads` host uses `/srv/`)
170
-
+ - ```{note}
171
+ Don't forget to enable SSH forwarding to allow the `rsync` command to use the local SSH key to connect to the old host.
172
+ ```
173
### Stop services on old host
174
175
1. SSH into `old-host`:
0 commit comments