Skip to content

This is the tool use to read index key from AS backup file and write it to a new file

Notifications You must be signed in to change notification settings

anandintouch/aerospike-backupindexkey-reader-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike-backupindexkey-reader-writer

This repository contains "aerospike-backupindexkey-reader-writer" tool which can be used to read index keys from AS backup files and write it to a new file.


To run this tool:

  1. The source code can be imported into your IDE and/or built using Maven

    mvn clean install

  2. Sample command line argument is mentioned below

./run_indexkeyloader -BKF [backup files path] -NF [new file path with file name]

Example:

./run_indexkeyloader -BKF /Users/anandprakash/sourcecode/aerospike-backupindexkey-reader-writer/src/com/aerospike/samplebkpfiles -NF /Users/anandprakash/sourcecode/aerospike-backupindexkey-reader-writer/src/com/aerospike/samplebkpfiles/IndexKeysFile.txt

where BKF is followed by backup files path(directory) and NF is followed by the path of the new Index keys file to be created

About

This is the tool use to read index key from AS backup file and write it to a new file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published