[
https://issues.apache.org/jira/browse/GEODE-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172575#comment-15172575
]
Timothy Dalsing commented on GEODE-1022:
----------------------------------------
create a run file with the following:
start locator --name=locator
start server --name=server --locators=localhost[10334]
create disk-store --name=test --dir=./
sleep
create region --name=test --type=REPLICATE_PERSISTENT --disk-store=test
sleep
put --region=test --key=1 --value=1
sh mkdir server/backup
backup disk-store --dir=backup
t
after running it there are no files in the backup directory.
> gfsh backup ignores --dir option
> --------------------------------
>
> Key: GEODE-1022
> URL: https://issues.apache.org/jira/browse/GEODE-1022
> Project: Geode
> Issue Type: Bug
> Components: management
> Affects Versions: 1.0.0-incubating.M2
> Reporter: Timothy Dalsing
>
> gfsh backup command ignores the --dir option and writes to the base directory
> of the server, which can overwrite the online disk store files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)