-
Gippsland FM
-
-
- ID:
- Join Date:
7/18/2018
- Location:
, Australia
- Posts:
1
Hello can I change the location that Dinesat save the SQL backup file too?
Dinesat Pro Radio 10.1.9.1, Windows 7 x64
-
Gilligan
-
-
- ID:
- Join Date:
4/7/2021
- Location:
Capital Federal, Argentina
- Posts:
1
It wouldn't be possible in a straightforward way. However, you can create a script which I'll leave at the bottom that you can modify according to your preferences, and create a Windows task to execute it at the desired interval.
Where set dstdir = Your actual backup directory
Where set bkpdir = The desired location of your backups
@echo off
echo Moving backups...
REM Origin string
REM Don't use commits in the directory
set dstdir=C:\EXAMPLE
REM Destiny string
set bkpdir=C:EXAMPLE BACKUP
REM Copyng files
robocopy "%dstdir%" "%bkpdir%" /E /mov
@sleep
Now copy the above text and paste it in a txt file and rename the .txt extention to .cmd
Remember to modify it before executing
HDX 4.2 / Windows 10 Pro x64 / Ryzen 5 2600X 3.5Ghz 16GB RAM GTX 1660 SUPER