If you want the full backup of certain savesets only why dont you just add a client instance with the required savesets defined and add them to an adhoc workflow to take a full backup.
Depends what you exactly mean under save set here (drive, folder, whatever).... I would perhaps try slightly different approach here and use save command from client and exploit -t option (see manual for save command).
crazyrov
4 Operator
•
1.3K Posts
0
May 10th, 2018 02:00
hschulte,
If you want the full backup of certain savesets only why dont you just add a client instance with the required savesets defined and add them to an adhoc workflow to take a full backup.
bingo.1
2.4K Posts
0
May 7th, 2018 09:00
Usually you just have to restart a workflow. However, the restart interval will most likely have timed out.
The easiest way to do that is to run a full client backup form the command line:
nsrworkflow -p -w -c -A "'backup' -l full"
hschulte
2 Posts
0
May 8th, 2018 01:00
Ok, but this will start the complete client rather than a single saveset.
ble1
4 Operator
•
14.4K Posts
0
May 8th, 2018 04:00
Depends what you exactly mean under save set here (drive, folder, whatever).... I would perhaps try slightly different approach here and use save command from client and exploit -t option (see manual for save command).
bingo.1
2.4K Posts
0
May 8th, 2018 04:00
Correct. You cannot define a specific save set from the command line.
However, if you restart a failed workflow, it will only backup the save set which have not finished successfully.
But to make this happen the restart interval must not have passed.