Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 194
Line 35... Line 35...
35
# LINUX USERS:   Be sure to uncomment "cmd_cp". This gives you extra features.
35
# LINUX USERS:   Be sure to uncomment "cmd_cp". This gives you extra features.
36
# EVERYONE ELSE: Leave "cmd_cp" commented out for compatibility.
36
# EVERYONE ELSE: Leave "cmd_cp" commented out for compatibility.
37
#
37
#
38
# See the README file or the man page for more details.
38
# See the README file or the man page for more details.
39
#
39
#
40
#cmd_cp		/usr/bin/cp
40
cmd_cp		/usr/bin/cp
41
 
41
 
42
# uncomment this to use the rm program instead of the built-in perl routine.
42
# uncomment this to use the rm program instead of the built-in perl routine.
43
#
43
#
44
cmd_rm		/usr/bin/rm
44
cmd_rm		/usr/bin/rm
45
 
45
 
46
# rsync must be enabled for anything to work. This is the only command that
46
# rsync must be enabled for anything to work. This is the only command that
47
# must be enabled.
47
# must be enabled.
48
#
48
#
49
cmd_rsync	/usr/bin/rsync
49
#cmd_rsync	/usr/bin/rsync
-
 
50
cmd_rsync	/usr/local/bin/rsync-no-vanished.sh
50
 
51
 
51
# Uncomment this to enable remote ssh backups over rsync.
52
# Uncomment this to enable remote ssh backups over rsync.
52
#
53
#
53
#cmd_ssh	/usr/bin/ssh
54
#cmd_ssh	/usr/bin/ssh
54
 
55
 
Line 115... Line 116...
115
loglevel	3
116
loglevel	3
116
 
117
 
117
# If you enable this, data will be written to the file you specify. The
118
# If you enable this, data will be written to the file you specify. The
118
# amount of data written is controlled by the "loglevel" parameter.
119
# amount of data written is controlled by the "loglevel" parameter.
119
#
120
#
120
#logfile	/var/log/rsnapshot
121
logfile	/var/log/rsnapshot
121
 
122
 
122
# If enabled, rsnapshot will write a lockfile to prevent two instances
123
# If enabled, rsnapshot will write a lockfile to prevent two instances
123
# from running simultaneously (and messing up the snapshot_root).
124
# from running simultaneously (and messing up the snapshot_root).
124
# If you enable this, make sure the lockfile directory is not world
125
# If you enable this, make sure the lockfile directory is not world
125
# writable. Otherwise anyone can prevent the program from running.
126
# writable. Otherwise anyone can prevent the program from running.
Line 162... Line 163...
162
#include	???
163
#include	???
163
#include	???
164
#include	???
164
#exclude	???
165
#exclude	???
165
#exclude	???
166
#exclude	???
166
exclude	spool/*
167
exclude	spool/*
167
exclude	lib/squidguard/*
-
 
168
exclude	virusmails/*
168
exclude	virusmails/*
169
exclude	clamav/amavis-*
-
 
170
exclude	lib/mysql/*
169
exclude	lib/mysql/*
171
exclude	db/mysql/*
-
 
172
exclude	lib/clamav/tmp/*
-
 
173
exclude	lib/php/session/*
170
exclude	lib/php/session/*
174
exclude	lib/glpi/files/*
171
exclude	lib/glpi/files/*
175
exclude	cache/*
172
exclude	cache/*
176
exclude	crash/*
173
exclude	crash/*
177
exclude	tmp/*
174
exclude	tmp/*
178
exclude	log/*
175
exclude	log/*
179
exclude	.svn
176
exclude	.svn
180
exclude	src/kernels/*
177
exclude	src/kernels/*
181
exclude	temp/*
178
exclude	temp/*
182
exclude	rsnapgraph/*
179
exclude	rsnapgraph/*
-
 
180
exclude	www/cheapmusic/www/code/discogs/in/*.gz
183
 
181
 
184
# The include_file and exclude_file parameters, if enabled, simply get
182
# The include_file and exclude_file parameters, if enabled, simply get
185
# passed directly to rsync. Please look up the --include-from and
183
# passed directly to rsync. Please look up the --include-from and
186
# --exclude-from options in the rsync man page for more details.
184
# --exclude-from options in the rsync man page for more details.
187
#
185
#
Line 240... Line 238...
240
### BACKUP POINTS / SCRIPTS ###
238
### BACKUP POINTS / SCRIPTS ###
241
###############################
239
###############################
242
 
240
 
243
# LOCALHOST
241
# LOCALHOST
244
backup	/boot		localhost/boot	one_fs=1
242
backup	/boot		localhost/boot	one_fs=1
245
backup	/lib		localhost/lib	one_fs=1
243
#backup	/lib		localhost/lib	one_fs=1
246
backup	/lib64		localhost/lib64	one_fs=1
244
#backup	/lib64		localhost/lib64	one_fs=1
247
#backup	/misc		localhost/misc	one_fs=1
245
#backup	/misc		localhost/misc	one_fs=1
248
backup	/opt		localhost/opt	one_fs=1
246
backup	/opt		localhost/opt	one_fs=1
249
backup	/sbin		localhost/sbin	one_fs=1
247
#backup	/sbin		localhost/sbin	one_fs=1
250
backup	/var		localhost/var	one_fs=1
248
backup	/var		localhost/var	one_fs=1
251
backup	/dev		localhost/dev	one_fs=1
249
backup	/dev		localhost/dev	one_fs=1
252
backup	/home		localhost/home	one_fs=1
250
backup	/home		localhost/home	one_fs=1
253
#backup	/selinux	localhost/selinux	one_fs=1
251
#backup	/selinux	localhost/selinux	one_fs=1
254
backup	/srv		localhost/srv	one_fs=1
252
backup	/srv		localhost/srv	one_fs=1
255
backup	/bin		localhost/bin	one_fs=1
253
#backup	/bin		localhost/bin	one_fs=1
256
backup	/etc		localhost/etc	one_fs=1
254
backup	/etc		localhost/etc	one_fs=1
257
backup	/media		localhost/media	one_fs=1
255
#backup	/media		localhost/media	one_fs=1
258
#backup	/net		localhost/net	one_fs=1
256
#backup	/net		localhost/net	one_fs=1
259
backup	/root		localhost/root	one_fs=1
257
backup	/root		localhost/root	one_fs=1
260
#backup	/sys		localhost/sys	one_fs=1
258
#backup	/sys		localhost/sys	one_fs=1
261
backup	/usr		localhost/usr	one_fs=1
259
backup	/usr		localhost/usr	one_fs=1
262
backup	/data2/shared	localhost/data/shared	one_fs=1
260
backup	/data2/shared	localhost/data/shared	one_fs=1