on 2012 Apr 27 3:15 PM
I've been trying to set up and test to see how this live backup thing works and have been having trouble getting to backup utility to run to monitor the log.
I type the following in a command window:
dbbackup -l c:\\backup\\blog.log -c "uid=dba;pwd=mypswd;eng=mydb;dbn=mydb;links=tcpip"
And all that happens is I get back the usage message. I am able to get a regular full backup to run.
Request clarification before answering.
Instead of the command line, you can set up events in Sybase Central with a schedule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
dbbackup -c "uid=dba;pwd=mypswd;eng=mydb;dbn=mydb;links=tcpip" -l c:\\backup\\blog.log c:\\backup
Works for me in V10.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using SA 12 so it may not be exactly your case but can you try using the full path for dbbackup and the -y redirection?
For instance:
"C:\\Program Files\\SQL Anywhere 12\\bin32\\dbbackup" -c "UID=xxx;PWD=yyyy;DBN=mydbn;ENG=myeng;LINKS=tcpip;" -y "R:\\APPS\\DATABASE"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
15 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.