-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsithari.conf
62 lines (60 loc) · 1.46 KB
/
sithari.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# ########################################################
# @(#) 2009 - Yvan Broccard - sithari.conf
#
# This file is the configuration file
# for the program sithari
# ########################################################
#
# **********************************************************
# * please edit /etc/cron.d/sithari to activate Sith'Ari ! *
# **********************************************************
# Global section lists parameters that are global and the default
# values used by the program
[global]
log File = /var/log/sithari.log
cpio = /bin/cpio
rsync = /usr/bin/rsync
ssh = /usr/bin/ssh
find = /usr/bin/find
lockfile = /var/lock/sithari
log level = 3
#rsyncOptions = --acls
exclude = tmp *.mdb
days = 60
months = 12
years = 1
# User defined variables can be added here
#$pathto = /srv/backup
#$FROM = /home
#
# Sample configurations
#
#
#[Documents]
# source = $FROM/john/Documents # Local directory
# destination = $pathto/Documents
# rsyncOptions = -z
# days = 45
# months = 8
# years = 2
# exclude = Music nettrash lost+found .trash tmp arkeia/db *.aac
# disable = 0
# postexecok = /usr/bin/report_success
# postexecerror = /usr/bin/report_error
#
#[music]
# source = john@machine:music # Remote directory via SSH
# destination = $pathto/music
# days = 60
# months = 12
# years = 2
# exclude = *.ogg
# disable = No
#
#[rsync-share]
# source = server::share # Rsync server
# destination = /opt/share
# days = 45
# months = 12
# years = 2
# disable = 1