- Joined
- Sep 12, 2013
- Messages
- 5
- Reaction score
- 0
Hi,
A thunderstorm killed my PBX, and I'm now trying to restore it on new hardware. The BIG problem is that 3CX tells me all my backups are corrupted! I have 3 different backups saved and they are all corrupted according to 3CX... how is this even possible?? I can't extract the zip's manually either, this is a disaster!
This is the batch file I have used to make the backups:
The backups are at saved locally first and are then copied to a NAS.
Is there something wrong with the way I have been doing backups?
Is there any way I can fix this or am I screwed?
A thunderstorm killed my PBX, and I'm now trying to restore it on new hardware. The BIG problem is that 3CX tells me all my backups are corrupted! I have 3 different backups saved and they are all corrupted according to 3CX... how is this even possible?? I can't extract the zip's manually either, this is a disaster!
This is the batch file I have used to make the backups:
Code:
@echo off
echo Launching 3CX backup system…
set hr=%time:~0,2%
if "%hr:~0,1%" equ " " set hr=0%hr:~1,1%
3CXBackup.exe backup "C:\# Backups\3CX\3CXBackup_%date:~0,4%%date:~5,2%%date:~8,2%_%hr%%time:~3,2%%time:~6,2%.zip" /callrecordings /voicemails /voiceprompts /callhist /exit
The backups are at saved locally first and are then copied to a NAS.
Is there something wrong with the way I have been doing backups?
Is there any way I can fix this or am I screwed?