Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
BAckup trans and differential logs Options · View
Aatu
#1 Posted : Tuesday, June 15, 2010 7:24:40 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 609
I have trouble followiung the below steps for full, trans and differential backups for SQL Server.

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

I cannot schedule these commands in the scheduler, i could only give the path of the like
"C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" and i don't see anywhere, where i can give the whole path
like " C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx"

so somepne please show me the detailed steps because i think i might need to buy this product but before that i need to see all the functionality.

so please show me the details steps how do i schedule in the scheduler to run Full, Trans, and Differential backups.

thanks.
ruslan
#2 Posted : Tuesday, June 15, 2010 10:15:49 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 350
If you scheduler any job using SQLBackupAndFTP, then go to Windows Scheduler, find this task, right click, select Properties, in the Run field you will see exactly next line including quotes:
"C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\new.jobx"
From here you can modify or add any of the parameters to the run field.
ruslan
#3 Posted : Sunday, September 11, 2011 6:00:00 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 350
Starting v6 there's a GUI for differential and transaction log backup
Quick Reply Show Quick Reply
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.