You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -862,6 +884,8 @@ class EclCmdQueriesCopyQueryset : public EclCmdCommon
862
884
" --daliip=<ip> Remote Dali DFS to use for copying file information\n"
863
885
" --source-process Process cluster to copy files from\n"
864
886
" --clone-active-state Make copied queries active if active on source\n"
887
+
" -sp, --suspend-prev Suspend previously active query\n"
888
+
" -dp, --delete-prev Delete previously active query\n"
865
889
" -O, --overwrite Completely replace existing DFS file information (dangerous)\n"
866
890
" --update-super-files Update local DFS super-files if remote DALI has changed\n"
867
891
" --update-clone-from Update local clone from location if remote DALI has changed\n"
@@ -887,6 +911,8 @@ class EclCmdQueriesCopyQueryset : public EclCmdCommon
887
911
bool optDontCopyFiles;
888
912
bool optAllowForeign;
889
913
bool optAllQueries;
914
+
bool optSuspendPrevious = false;
915
+
bool optDeletePrevious = false;
890
916
bool optSourceSSL = false; //user explicitly turning on SSL for accessing the remote source location (ssl defaults to use SSL if we are hitting ESP via SSL)
891
917
bool optSourceNoSSL = false; //user explicitly turning OFF SSL for accessing the remote source location (ssl defaults to not use SSL if we are not hitting ESP via SSL)
0 commit comments