From b3d201748b7e390453667abc63de5cae4bb91513 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Tue, 15 Mar 2011 15:36:51 +0000
Subject: [PATCH] [LMS-2106] example configuration

SVN: 20337
---
 datastore_server/etc/service.properties | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/datastore_server/etc/service.properties b/datastore_server/etc/service.properties
index 0d0ee398c81..42fc2a8f5b4 100644
--- a/datastore_server/etc/service.properties
+++ b/datastore_server/etc/service.properties
@@ -350,7 +350,13 @@ hcs-image-overview.label = plugin for HCS_IMAGE
 # Configuration of an archiver task. All properties are prefixed with 'archiver.'.
 
 # Archiver class specification (together with the list of packages this class belongs to).
-archiver.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoArchiver
+#archiver.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoArchiver
+archiver.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.RsyncArchiver
+# dectination of the archive (can be local or remote)
+# local:
+#archiver.destination = openbis:tmp/dest
+# remote:
+archiver.destination = /Users/openbis/dest
 
 # ---------------------------------------------------------------------------
 # maintenance plugins configuration
-- 
GitLab