File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ index 68387c9..7a8ace1 100644
163
163
5. If the service has pillar data for backups (see `pillar/prod/backup/$service.sls`),
164
164
run `rsync` once to move the bulk of data and as necessary to watch for changes:
165
165
```console
166
- sudo -E -s rsync -av --rsync-path="sudo rsync" username@hostname: /pathname/ /pathname/
166
+ sudo -E -s rsync -av --rsync-path="sudo rsync" username@hostname:/pathname/ /pathname/
167
167
```
168
168
- The `/pathname/` can be determined by looking at the pillar data for backups, `pillar/prod/backup` using the
169
169
`source_directory` path for the given host (example: the `downloads` host uses `/srv/`)
@@ -188,7 +188,7 @@ index 68387c9..7a8ace1 100644
188
188
1. If the service has pillar data for backups (see `pillar/prod/backup/$service.sls`),
189
189
run `rsync` once more to finalize data migration:
190
190
```console
191
- sudo -E -s rsync -av --rsync-path="sudo rsync" username@hostname: /pathname/ /pathname/
191
+ sudo -E -s rsync -av --rsync-path="sudo rsync" username@hostname:/pathname/ /pathname/
192
192
```
193
193
2. Start cron jobs:
194
194
```console
You can’t perform that action at this time.
0 commit comments