Thanks for your replies .I will try them. By the way ı can't see any option to backup sql db from client gui ? How can be initiated from client console ?
> Thanks for your replies .I will try them. you are welcome .
> By the way ı can't see any option to backup sql db from client gui ? How can be initiated from client console ? As far as I know there is no GUI possibilities to perform client initiated backup on it, but using command line itself (avtar) from client side or (mccli) directely from utill node you can start a backup on it.
Have you any of you used SQL 2012 and backup the secondary replica(copy only database ) using "AVSQL" if so can you send me the command and have you encounter any errors , please share your thoughts.
I know "avsql" command work on primary replica for SQL2012 , same functionality work on secondary replica on SQL2012 with Client /Server 6.1 for read-only database ?
Amol
2 Intern
•
207 Posts
0
August 8th, 2012 11:00
If you are using Avamar Client/Server 6.1 you can perform the SQL backup using CLI
Full backup
avsql --operation=backup --server=
--id= --ap=
--path= ( )/
Incremental backup
avsql --operation=backup --server=
--id= --ap=
--path= --brtype=incremental ( )/
Differential backup
avsql --operation=backup --server=
--id= --ap=
--path= --brtype=differential ( )/
rpervan
266 Posts
0
March 29th, 2010 02:00
Hi Can,
you can involve "avtar" from client side or "mccli" form Avamar server side ...
Avtar synapsis:
# avtar --create --id= --path= --label=<"LABEL_NAME">
MCCLI synapsis:
#mccli client backup-target --domain= --name= --plugin= --target=
regards,
Rej
Can2
1 Rookie
•
100 Posts
0
March 29th, 2010 03:00
Thanks for your replies .I will try them. By the way ı can't see any option to backup sql db from client gui ? How can be initiated from client console ?
rpervan
266 Posts
0
March 29th, 2010 03:00
Hello Can,
> Thanks for your replies .I will try them.
you are welcome .
> By the way ı can't see any option to backup sql db from client gui ? How can be initiated from client console ?
As far as I know there is no GUI possibilities to perform client initiated backup on it, but using command line itself (avtar) from client side or (mccli) directely from utill node you can start a backup on it.
regards,
.R
siya1
4 Posts
1
August 8th, 2012 08:00
Hi
Have you any of you used SQL 2012 and backup the secondary replica(copy only database ) using "AVSQL" if so can you send me the command and have you encounter any errors , please share your thoughts.
Thanks
SK
Can2
1 Rookie
•
100 Posts
0
August 9th, 2012 04:00
Hi All,
Thanks for your helps..
siya1
4 Posts
0
August 9th, 2012 06:00
Hi,
I know "avsql" command work on primary replica for SQL2012 , same functionality work on secondary replica on SQL2012 with Client /Server 6.1 for read-only database ?
Has anyone tested it. ?
Thanks