opt/dar/darrc

50 lines
547 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#
# /etc/darrc
#
default:
# list dar version if no command is given
-V
create:
# files we we don't want to save
-X "*.*.dar"
-X "*.iso"
# create empty dir for excluded directories
-D
# don't save theses directories
-P tmp
-P var/tmp
-P mnt
-P proc
-P dev
2006-02-25 11:21:31 +01:00
-P sys
2006-02-23 16:26:10 +01:00
# use gzip compression
-z
# list of files to not try to compress
-Z "*.mpg"
-Z "*.MPG"
-Z "*.jpg"
-Z "*.JPG"
-Z "*.gz"
-Z "*.tgz"
-Z "*.bz2"
-Z "*.tbz"
-Z "*.mp3"
-Z "*.mpeg"
-Z "*.zip"
-Z "*.Z"
2012-03-02 10:57:14 +01:00
-Z "*.xz"
2006-02-23 16:26:10 +01:00
# create slices of 700MB to fit on one CD-ROM
-s 700M
2012-03-02 10:57:14 +01:00
# End of file