C4rlos
Gold Elite
Create a folder in your main server root (where the FX Server Starter Is) called backup. Edit the powershell script and change the source path to the folder you are backing up, for example: $sourcePath = "C:\MyServer\resources"
Change the destination path to where the backup should be stored: $destinationPath = "C:\Backups\ServerBackup_$backupDate"
The _$backupDate appends the backup time to the file.
Open Windows Task Scheduler> Right Click > Create Basic Task > Name It > Trigger how often you want the backup to run > Action > Start a Program, type powershell.exe In the Add arguments box type -File "path to script", for example: -File "C:\Backups\ServerBackupScript.ps1", then for the "start In" box, put the path where the script runs from.