Merge pull request #4120 from sfc-gh-jfu/jfu-enable-incremental-arg
Enable --incremental usage for fdbbackup on command line
This commit is contained in:
commit
15b2f77de6
|
@ -3433,8 +3433,7 @@ int main(int argc, char* argv[]) {
|
|||
usePartitionedLog = true;
|
||||
break;
|
||||
case OPT_INCREMENTALONLY:
|
||||
// TODO: Enable this command-line argument once atomics are supported
|
||||
// incrementalBackupOnly = true;
|
||||
incrementalBackupOnly = true;
|
||||
break;
|
||||
case OPT_RESTORECONTAINER:
|
||||
restoreContainer = args->OptionArg();
|
||||
|
|
Loading…
Reference in New Issue