Unsolved
This post is more than 5 years old
1 Rookie
•
94 Posts
0
3161
September 23rd, 2013 12:00
Using Avtar Command To Backup Specific Folder on Client
I am testing the ability to use the "avtar" command to backup a specific folder from a specific Windows client and am having some problems getting the syntax correct. Here's what I have so far (I've run from the command prompt on the client as well as from the utility node itself):
avtar -c --label="client_name_test" --path=/clients/ --retention-type=daily c:/Programs
When I run the command I get the message that the source path "C:/Programs" does not exist. I've also tried C:\Programs, "C:\Programs", "C:/Programs" and /Programs but nothing has worked so far.
Anyone have a good example of how to backup a specific folder on a Windows client using avtar?
Thanks.



christopher_ime
4 Operator
•
2K Posts
0
September 23rd, 2013 22:00
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "Avamar Support Forum".
Pandey_30
13 Posts
0
September 25th, 2013 01:00
Hello Snowmizer,
You can use the below cmd to take a bakup of particular folder backup in EMC Avamar.
avtar --create --id=**** --ap=***** --path=/domain/clientname < Directory path which you want to be backup> --label="label_name"
Here --id=user id
--ap=password for that user id
snowmizer1
1 Rookie
•
94 Posts
0
September 25th, 2013 06:00
So basically
avtar --create --id=**** --ap=**** --path=/domain/clientname c:/testfolder
I'll give that a try.
Thanks.
Pandey_30
13 Posts
0
September 26th, 2013 01:00
Yes --id=MCUser --ap=MCUser1
You can also initiate a backup with use of MCCLI cmd for particular folder in Avamar.
J_H_
2 Intern
•
498 Posts
0
September 26th, 2013 09:00
there is no c:/Programs there is "c:/Program Files"
snowmizer1
1 Rookie
•
94 Posts
0
October 11th, 2013 11:00
C:\Programs is a folder specific to this machine that was created manually.