This post is more than 5 years old
61 Posts
0
2393
December 16th, 2013 11:00
Comments in the avtar.cmd file
Hello all,
I've tried some google searching but with no luck. Does any one know if it's possible to place comments in the avtar.cmd file?
Thank you kindly,
Steven
No Events found!
pawankumawat
355 Posts
0
December 16th, 2013 12:00
Hello,
Please try following syntax on one client, hope it will work -
--exclude=F:\**
Regards,
Pawan
smaiello
61 Posts
0
December 16th, 2013 11:00
We are editing the file on a windows system to exclude drives.
pawankumawat
355 Posts
0
December 16th, 2013 11:00
Hello Steven,
I believe it is possible. what is client OS and what exactly you want to do from avtar.cmd ?
Regards,
Pawan
smaiello
61 Posts
0
December 16th, 2013 12:00
Thank you but I just want to add a comment that will not be read. for example
--exclude=F:\**
//--This was excluded per ticket 12345--//
DELL-Leo
Community Manager
•
8.7K Posts
1
December 16th, 2013 22:00
Hey,
Please use “#” for comments on avtar.cmd
Example:
--exclude=F:\**
#This was excluded per ticket 12345
DELL-Leo
Community Manager
•
8.7K Posts
0
January 14th, 2014 22:00
Hey,
In Windows, place the avtar.cmd to C:\Program Files\avs\var\
In Linux, place the avtar.cmd to /usr/local/avamar/var/
Hope this helps!
J_H_
2 Intern
•
498 Posts
0
January 15th, 2014 10:00
# is accepted as a comment for the avtar.cmd file.