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:
Trevor Clinkenbeard 2020-12-01 13:28:17 -08:00 committed by GitHub
commit 15b2f77de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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();