File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ usage: dynamodump.py [-h] [-m MODE] [-r REGION] [--host HOST] [--port PORT]
1818 [--prefixSeparator PREFIXSEPARATOR] [--noSeparator]
1919 [--readCapacity READCAPACITY]
2020 [--writeCapacity WRITECAPACITY] [--schemaOnly]
21- [--dataOnly] [--skipThroughputUpdate] [--log LOG]
21+ [--dataOnly] [--skipThroughputUpdate]
22+ [--dumpPath DUMPPATH] [--log LOG]
2223
2324Simple DynamoDB backup/restore/empty.
2425
@@ -67,14 +68,13 @@ optional arguments:
6768 --skipThroughputUpdate
6869 Skip updating throughput values across tables
6970 [optional]
70- --dataDump Directory to place and search for DynamoDB table
71+ --dumpPath DUMPPATH Directory to place and search for DynamoDB table
7172 backups (defaults to use 'dump') [optional]
7273 --log LOG Logging level - DEBUG|INFO|WARNING|ERROR|CRITICAL
7374 [optional]
74-
75+ ```
7576
7677Backup files are stored in a 'dump' subdirectory, and are restored from there as well by default.
77- ```
7878
7979AWS example
8080-----------
You can’t perform that action at this time.
0 commit comments