HP Data Protector software interaction with deduplication enabled replication

14
The following shows a fully configured configuration file for an import from a D2D device as it
appears on MS Windows operating systems.
# ----------------- D2D only -----------------
# Specify the URL of the replication status XML page on replication target D2D.
#d2d.url=https://<D2D hostname - IP>/ReplicationNASStatus.xml
d2d.url=https://10.11.12.13/ReplicationStatus.xml
# In case the d2d.url needs to be accessed through a proxy, the following parameters
#have to be used.
d2d.https.proxy=web-proxy.company.com:8088
d2d.https.proxy.username=proxyuser
d2d.https.proxy.password=proxyuser_password
# ----------------- ALL -----------------
# specify the cache directory used to store the replication status xml page. Use an
#absolute path.
cache.directory=C:/Program Files/OmniBack/automated_replicated_media_import/cache
# specify the queue file you want to use to queue import jobs.
# example: C:/Program
#Files/OmniBack/automated_replicated_media_import/queue/import.queue
queue.file=C:/Program
Files/OmniBack/automated_replicated_media_import/queue/D2D_rep_import.queue
# specify the granularity for logging: 0-4
# 0 - no logging
# 1 - log errors
# 2 - log errors and warnings
# 3 - log errors, warnings and status/success messages
# 4 - log errors, status/success messages - best for reporting
log.level=4
# specify the file for logging.
log.file= C:/Program Files/OmniBack/automated_replicated_media_import/D2D_import_log.txt
# specify the period of time the log file shall be truncated (in days).
# 0=no truncate
# 7=truncate log messages older than 7 days.
log.truncate.period=0
# specify the file for status of replication and import.
report.file=C:/Program Files/OmniBack/automated_replicated_media_import/report.txt
# optional parameter in case that the DP home directory detection does not work.
#dp.home.directory=C:/Program Files/OmniBack
# specify your library settings. Each line represents one setting and needs to consist
#of the following 3 items separated by /
#- <virtual library>
#- <time window when it is allowed to run jobs for this library>
#e.g. 10:00-14:00, 23:00-02:00, use 00:00-00:00 for executing all the time
#- <drive names that can be used to import the tapes>(several drive names have to be
separated with |)
# example:
#HP:ESL E-Series/22:00-04:00/QUANTUM:DLT8000_1|QUANTUM:DLT8000_2|QUANTUM:DLT8000_3
WP_Library 2_Target/00:00-00:00/D2D_Target_1_tpc245
Note: If you do not access the D2D URL through a proxy server the proxy section of the
configuration file must not be uncommented.