Browse Source

Documentation: 04 snapshot: add example with fleet

Brandon Philips 10 years ago
parent
commit
036ea58a77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/04_to_2_snapshot_migration.md

+ 1 - 1
Documentation/04_to_2_snapshot_migration.md

@@ -15,7 +15,7 @@ etcdctl --endpoint new_cluster.example.com import --snap backup.snap
 ```
 
 If you have a large amount of data, you can specify more concurrent works to copy data in parallel by using `-c` flag.
-If you have hidden keys to copy, you can use `--hidden` flag to specify.
+If you have hidden keys to copy, you can use `--hidden` flag to specify. For example fleet uses `/_coreos.com/fleet` so to import those keys use `--hidden /_coreos.com`.
 
 And the data will quickly copy into the new cluster: