Hi,
I’m using the following options in the ActionScript:
Similar Settings:
// set max size to 524288000 to prevent too much data. If the zip file is to bigger than 500MBs the upload won't occur
setting "_BESClient_ArchiveManager_MaxArchiveSize"="524288000" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_OperatingMode"="2" on "{parameter "action issue date" of action}" for client
Option 1:
setting "_BESClient_ArchiveManager_FileSet-Ubuntu2004"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 2004/apt/*.*" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1804"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 1804/apt/*.*" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1604"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 1604/apt/*.*" on "{parameter "action issue date" of action}" for client
Option 2:
setting "_BESClient_ArchiveManager_FileSet-Ubuntu2004"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 2004/apt" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1804"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 1804/apt" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1604"="/var/opt/BESClient/__BESData/Patches\ for\ Ubuntu\ 1604/apt" on "{parameter "action issue date" of action}" for client
Option 3:
setting "_BESClient_ArchiveManager_FileSet-Ubuntu2004"="/var/opt/BESClient/__BESData/Patches for Ubuntu 2004/apt/*.*" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1804"="/var/opt/BESClient/__BESData/Patches for Ubuntu 1804/apt/*.*" on "{parameter "action issue date" of action}" for client
setting "_BESClient_ArchiveManager_FileSet-Ubuntu1604"="/var/opt/BESClient/__BESData/Patches for Ubuntu 1604/apt/*.*" on "{parameter "action issue date" of action}" for client
// send results
archive now
Non of them Actually Archive the Folder Apt
I’m deploying the same action on different Ubuntu Flavors - Non of them is working
I can archive the following folder:
setting "_BESClient_ArchiveManager_FileSet-EDRDeployData"="/var/opt/BESClient/EDRDeployData" on "{parameter "action issue date" of action}" for client
Attaching Information:
Client Settings:

Existance of Files:

Successful Upload:

Files that were uploaded:

https://help.hcltechsw.com/bigfix/10.0/platform/Platform/Config/c_overview.html
Wish you can help 