Windows Task job for Backup server
Original Question or Issue:
The Windows task job to automatically execute a backup job is not triggering the FileCloud Backup server.
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Windows
Steps to Reproduce:
Add a task job in the Windows task scheduler.
Error or Log Message:
The FileCloud backup job doesn't start.
Defect or Enhancement Number:
Cause:
Misconfiguration.
Resolution or Workaround:
Please create a file named backupscript.bat file containing the lines below:
C:\
C:\xampp\php\php.exe D:\xampp\htdocs\app\backupserver\backupcron.php --command=backupnow --targetname=filecloud --incremental=0
Add a new Windows automatic task using the Task Scheduler program to run the backupscript.bat
Notes:
Adapt the Drive letter and the targetname to your environment.