Switches (Deprecated)
Estimated reading time: 3 minutes | Target users: Supervisors, System Administrators
You can use switches to define the behavior of VCC Live Archiver.
Warning: Switches have been deprecated and replaced by commands. While switches outlined in this article continue to function, we recommend using the new commands, as they offer more functionality. See Commands and Command Options.
switch | description |
---|---|
‑v | Version information. |
‑‑dry-run | Downloaded voice files are not marked as archived. |
‑‑download | Default behavior is ignored: voice files are downloaded whether they are marked as archived or not, and downloaded files will not be marked as archived. |
‑‑parts | Requirement to download tagged voice file parts. |
‑‑from |
Download voice files from this date (if not used, the previous day’s recordings are downloaded). |
‑‑to |
Download voice files until this date (if not used, the previous day’s recordings are downloaded). |
‑‑projectid |
Download voice files from only the given project (optional). |
Examples of Using Switches (Deprecated) in Windows Prompt
To show the version:
vccla-windows-386.exe -v
To download all voice files created between 2017-01-01 and 2017-01-31:
vccla-windows-386.exe --download --from 2017-01-01 --to 2017-01-31
To download all voice files created between 2017-01-01 and 2017-01-31 in the project with ID number 123:
vccla-windows-386.exe --download --from 2017/01/01 --to 2017/01/31 --projectid 123
To download voice file extracts, from between the “start_tag” and “end_tag” tags to the “VoiceFileParts” folder:
vccla-windows-386.exe --download --parts VoiceFileParts:start_tag-end_tag
To download voice file extracts, from between the “ConfirmingDetails” and “EndofConfirmation” tags, recorded in July 2017, from the project with ID number 123 to the “VoiceFileExtracts” folder:
vccla-windows-386.exe --download --from 2017/07/01 --to 2017/07/31 --projectid 123 --parts VoiceFileExtracts:ConfirmingDetails-EndofConfirmation
Examples for Using Switches (Deprecated) in Linux Shell
To show the version:
# ./vccla-linux-386 -v
To download all voice files created between 2017-01-01 and 2017-01-31:
# ./vccla-linux-386 --download --from 2017-01-01 --to 2017-01-31
To download all voice files created between 2017-01-01 and 2017-01-31 in the project with ID number 123:
# ./vccla-linux-386 --download --from 2017/01/01 --to 2017/01/31 --projectid 123
To download voice file parts, from between the “start_tag” and “end_tag” tags to the “VoiceFileParts” folder:
# ./vccla-linux-386 --download --parts VoiceFileParts:start_tag-end_tag
To download voice file extracts, from between the “ConfirmingDetails” and “EndofConfirmation” tags, recorded in July 2017, from the project with ID number 123 to the “VoiceFileExtracts” folder:
# ./vccla-linux-386 --download --from 2017/07/01 --to 2017/07/31 --projectid 123 --parts VoiceFileExtracts:ConfirmingDetails-EndofConfirmation
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.