anickolsky, спасибо за ответ. Ставлю путь на Aphelion. Но скажите пожалуйста остальное я прописал верно? или менять нужно что-то ещё? Если менять пропишите где у мя ошибки. Замучался я с ней, а начальство уже начинает е*ать мозги. Заранее спасибо.
#Options are aphelion,windchillds
ldap=windchillds
#Windchill DS LDAP settings
windchillds.directory=C:/ptc/Windchill_9.1/WindchillDS
windchillds.logs.delete=true
#Aphelion settings
aphelion.logs.delete=true
#The backup directory can be on another server and you can use syntax like backup.dir=//server/wtbackup
backup.dir=C:/ptc/wtbackup_root/r9.1
#If true will remove the previous backup before commencing
#Set this to false if doing an incremental backup
backup.dir.delete=true
#If true will zip the entire backup directory - could be lengthy!
backup.zip=false
#Possible options are full,incremental or false
#full copies all of the filevaults to the backup directory
#incremental uses robocopy to do an incremental backup. If you use incremental, make sure backup.dir.delete=false
filevaults.backup=full
#filevaults.removeunreferencedfiles=[true,false]
filevaults.removeunreferencedfiles=true
#Currently this only works with a single vault
filevaults.vaultname=defaultcachevault
#filevaults.folders must be relative to filevaults.basedir
#filevaults.basedir=c:/ptc
#filevaults.folders=Windchill_8.0/vaults/defaultcachevault,mastercontentfolder1,ReplicationFolder
filevaults.basedir=${windchill.home.directory}
#If using filevaults.backup=incremental then by default the folder specified here will be backed up recursively
#If using filevaults.backup=full then you must use ant syntax to work recursively, e.g. vault/** will recursively backup all files under the folder ${filevaults.basedir}/vaults
filevaults.folders=vaults/**
#Executes listVaultFiles.sql to list all of the vaulted files cross referencing their path on the OS with their document name and number. Output is zipped under ${backup.dir}/<SUBDIR>/listVaultFiles
#These scripts do not work for pdmlink 8, so if you are using this version then set list.vault.files=false
list.vault.files=true
mailhost=smtp.mail.ru
from.address=****@mail.ru
#Comma delimited list
to.addresses=****@mail.ru
wvs.backup=false
#semi colon delimited list of worker directories
wvs.worker.directory=D:/ptc/object_adapters_11.0/proe_setup
wvs.backup.files=monitor_*.log,helper_*.log,worker_*.log,trail.txt.*,std.out
wvs.logs.delete=true
#Log files older than this number of days will be deleted
wvs.remove.older.than=1
windchill.stop=windchill stop
#windchill.stop=net stop wt8
windchill.start=windchill start
#windchill.start=net start wt8
windchill.logs.delete=true
#The list of files here will all be backed up. All paths are relative to windchill.home.directory
#Note that the ** allows you to backup a whole directory structure, like wtCustom/**
windchill.backup.conffiles=logs/*.*,*.xconf,codebase/*.properties,codebase/*.xconf,db/db.*,codebase/WEB-INF/*.*,tasks/wt/federation/*.xml,wtSafeArea/**,wtCustom/**,codebase/*.ini,codebase/com/ptc/windchill/cadx/cfg/**,codebase/instreg/**,codebase/netmarkets/jsp/wc1c/**,src/ext/pts/**,tasks/ext/**,codebase/config/actions/**,codebase/config/logicrepository/xml/**,ext/**,codebase/ext/**
#Windchill installer
#The Windchill PSI installer depends on the existence of the installer global registry files
#See Windchill® Installation and Configuration Guide Advanced for further details
#These files are backed up but not automatically restored you need to restore them manually if required
installer.registry.drive1=C:/
installer.registry.files1=Users/<USER_NAME>/AppData/Roaming/PTC/Windchill/*.xml
installer.registry.drive2=C:/
installer.registry.files2=ptc/Windchill_9.1/installer/instreg/**/*.xml
#Needed when calling RemoveUnreferencedFilesFromVault
windchill.admin.user=wcadmin
windchill.admin.password=wcadmin
#Options are oracle,mssql
rdbms=oracle
#Microsoft SQL Server commands
#This section only used if rdbms=mssql
mssql.sqlcmd.dir=D:/PTC/Microsoft SQL Server/90/Tools/Binn
mssql.sqlcmd.exe=SQLCMD.EXE
mssql.system.user=sa
mssql.system.password=wcadmin
#First component in wt.pom.serviceName in db.properties
# e.g. if the db.properties entry is wt.pom.serviceName=//VWENZELPDS\\VWENZEL\:1433;DatabaseName\=wind
#then mssql.server=VWENZELPDS\\VWENZEL
mssql.server=VWENZELPDS\\VWENZEL
#Third component in wt.pom.serviceName in db.properties
# e.g. if the db.properties entry is wt.pom.serviceName=//VWENZELPDS\\VWENZEL\:1433;DatabaseName\=wind
#then mssql.dbname=wind
mssql.dbname=wind
#End:This section only used if rdbms=mssql
#This section only used if rdbms=oracle
oracle.system.user=system
oracle.system.password=manager
oracle.service.name=WCHL
oracle.home=C:/oracle/ora11g
#The only argument for the oracle.export and oracle.import parrameters you are likely to change is the PARALLEL=, see Oracle documentation for advice
oracle.export.wt=${oracle.home}/bin/expdp ${oracle.system.user}/${oracle.system.password}@${oracle.service.name} SCHEMAS=${wt.pom.dbUser} DIRECTORY=wtbackup LOGFILE=expdp.log PARALLEL=1 DUMPFILE=wtschema_%U.dmp
oracle.import.wt=${oracle.home}/bin/impdp ${oracle.system.user}/${oracle.system.password}@${oracle.service.name} SCHEMAS=${wt.pom.dbUser} DIRECTORY=wtbackup LOGFILE=impdp.log PARALLEL=1 DUMPFILE=wtschema_%U.dmp
#wtschema.datapump.directory is the path *accessible from the oracle server* to the oracle backup directory.Because Oracle is likely to be on a different server than Windchill we can't assume that this is based on %{backup.dir}
wtschema.datapump.localpath=${backup.dir}/wtbackup/oracle
cognos.datapump.localpath=${backup.dir}/wtbackup/cognos
#End: This section only used if rdbms=oracle
apache.home.directory=C:/ptc/Windchill_9.1/Apache
#apache.start=net start Apache2
#apache.start=${apache.home.directory}/bin/Apache.exe
apache.start=${apache.home.directory}/bin/httpd.exe
#apache.stop=net stop Apache2
#apache.stop=taskkill /im Apache.exe /f
apache.stop=taskkill /im httpd.exe /f
apache.logs.delete=true
tomcat.home.directory=C:/ptc/Windchill_9.1/Tomcat
#tomcat.start=net start Tomcat
tomcat.start=${tomcat.home.directory}/bin/wttomcat_start.bat
#tomcat.stop=net stop Tomcat
tomcat.stop=${tomcat.home.directory}/bin/wttomcat_stop.bat
tomcat.logs.delete=true
########################################
#Windchill 9 options
########################################
#Cognos backup is currently *only* supported on Oracle
cognos.backup=false