Skip to content

Commit e94257a

Browse files
authored
Merge pull request #6141 from mdevy-influxdata/patch-2
Enterprise full backup - example command updated
2 parents 458ee7a + 5c5b923 commit e94257a

File tree

1 file changed

+1
-1
lines changed
  • content/enterprise_influxdb/v1/tools/influxd-ctl

1 file changed

+1
-1
lines changed

content/enterprise_influxdb/v1/tools/influxd-ctl/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ influxd-ctl backup /path/to/backup-dir
8181
### Perform a full backup
8282

8383
```sh
84-
influxd-ctl backup -full /path/to/backup-dir
84+
influxd-ctl backup -strategy full /path/to/backup-dir
8585
```
8686

8787
### Estimate the size of a backup

0 commit comments

Comments
 (0)