blob: 9cbde664bba5646eb2b13099c4aa38366227555e [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Vault Sync Config File
#
# Note: Changes to this file are detected automatically if the Vault Sync Service is
# running and this directory is configured as sync root.
#
# Supported Properties:
# ---------------------
#
# disabled = ( "true" | "false" )
# Defines if syncing of this directory is generally disabled. It can be useful
# to disabled syncing temporarily if structural changes need to be done that required
# several modifications.
#
# defaults to: false
disabled=false
# sync-once= ( "" | "JCR2FS" | "FS2JCR" )
# If non empty the next scan will trigger a full sync in the direction indicated.
#
# JCR2FS: 'export' all content in the JCR repository and write to the local disk.
# FS2JCR: 'import' all content from the disk into the JCR repository.
#
# defaults to: ""
sync-once=
# sync-log = <filename>
# Defines the filename of the sync log.
#
# defaults to: .vlt-sync.log
#
#sync-log=.vlt-sync.log