Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Automated way to backup Data Service Batch Jobs / Data Flows?

$
0
0

Hello Tiffany, assuming your repositories are SQL server databases, having database credentials,

 

For jobs export:

"%LINK_DIR%\bin\al_engine.exe" -NMicrosoft_SQL_Server -passphraseATL -U<UserName> -P<Password> -S<Host> -Q<Database> -Xp@J@"<FilePath>\<FileName>.atl"

 

For Dataflows export:

"%LINK_DIR%\bin\al_engine.exe" -NMicrosoft_SQL_Server -passphraseATL -U<UserName> -P<Password> -S<Host> -Q<Database> -Xp@D@"<FilePath>\<FileName>.atl"

 

Create a batch file with above two commands, append current timestamp to file name and schedule the batch file from task scheduler.

For more details on the command usage, execute "%LINK_DIR%\bin\al_engine.exe" from command prompt or refer attachment.


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>