Here are command line options for SQLBackupAndFTP:
* To run a job (immediately or scheduled) use SqlBackupAndFtp.exe -r <filename.jobx> [{-diff | -log | -fullcopy | -logcopy}]
Examples:
Full backup: "C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx"
Differential backup: "C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx" -diff
Transaction log backup: "C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx" -log
Copy-only log backups: "C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx" -logcopy
Copy-only full backups: "C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx" -fullcopy
* To open a job for editing use SqlBackupAndFtp.exe <filename.jobx>
* To schedule a job use SqlBackupAndFtp.exe -s <filename.jobx> [<username> <password>]
The
Setup program also can accept command line parameters. You can find the details here:
http://unattended.source...Switches_ExitCodes.html See this post on how to schedule
multiple backups per day:
http://www.sqlbackupandftp.com/forum/yaf_postst28_Multiple-backups.aspx