Question
Pegasystems Inc.
JP
Last activity: 5 Nov 2019 3:58 EST
How does "prpcServiceUtils.sh export" command line utility move the exported archive file?
My client wanted to know how does "prpcServiceUtils.sh export" command line utility move the exported archive file to the destination directory.
After creating the archive file in the pega temp directory, which one of below is the actual behavior?
A) the utility first copy the archive file to the destination directory then deletes the archive file from pega temp directory.
B) the utility just renames the archive file to the destination direcotry.
The difference between A) and B) is the disk space consumption. B) consumes less disk space.