Happy Friday,
I have a Windows archive created by 7-zip. It is made up of 36 files (25x10GB and 1x2GB) for total of 362GB in total size size residing on the NAS. The NAS folder has 2 TB free space. I am logged into a Windows server through RDP where 7-zip is loaded. This server has access to the NAS. I am trying to create a scheduled task on the Windows server that will run the extract in the folder it resides on in the NAS. The server needs to execute the extract outside of my RDP session with the server. I created a .bat file that uses a service account that has full control to the NAS folder. The .bat is very simple.
cmd.exe
cd C:\Program Files\7-Zip
7z.exe e \NASserver\folder\folder\folder\folder\Archive.zip.001
Exit
I am RDP'd into a server that has access to the folder. I need to start the extract from a scheduled task so it continues to work outside of my RDP session. I am having no success. The scheduled task starts and it says running but I can't see it doing anything. The archive never extracts.
I have exhausted all ideas. Please help
pantera777
try simpler commands:
check that all volumes have same size