exclude.ex
changeset 48 9f66fe44239c
parent 45 377edad75934
child 49 2272c9e2eaf7
equal deleted inserted replaced
45:377edad75934 48:9f66fe44239c
     1 # files and directories to be excluded
       
     2 # you should remove the next entry to sync anything
       
     3 # at all :-)
       
     4 # --> REMOVE AT LEAST THIS LINE <--
       
     5 /**
       
     6 
       
     7 *.drbdlinks
       
     8 
       
     9 /boot/ha-config/current.boot
       
    10 /boot/ha-config/current.etc
       
    11 /boot/ha-config/links
       
    12 /boot/map
       
    13 
       
    14 # exclude kernel stuff
       
    15 /boot/grub/
       
    16 /boot/vmlinuz*
       
    17 /boot/initrd*
       
    18 /boot/System*
       
    19 /boot/config*
       
    20 /lib/modules/
       
    21 
       
    22 /dev
       
    23 
       
    24 /etc/adjtime
       
    25 /etc/blkid.tab
       
    26 /etc/lvm/.cache
       
    27 /etc/lvm/cache
       
    28 /etc/lvm/archive
       
    29 /etc/lvm/backup
       
    30 /etc/mtab
       
    31 /etc/network/run
       
    32 /etc/network/run/*
       
    33 /etc/udev/rules.d/*persistent-net.rules
       
    34 /etc/udev/rules.d/*persistent-cd.rules
       
    35 /etc/udev/rules.d/*local.rules
       
    36 /etc/mdadm/mdadm.conf
       
    37 
       
    38 /proc
       
    39 
       
    40 /root/.ssh/known_hosts
       
    41 /root/LOG.*
       
    42 /root/LOG
       
    43 
       
    44 /shared
       
    45 
       
    46 /sys
       
    47 
       
    48 /tmp
       
    49 
       
    50 /var/lib/amavis
       
    51 /var/lib/dhcpd3
       
    52 /var/lib/heartbeat/hb_*
       
    53 /var/lib/heartbeat/rsctmp
       
    54 /var/lock/
       
    55 /var/log/*
       
    56 /var/run/heartbeat
       
    57 /var/lib/chrony/**
       
    58 /var/lib/initramfs-tools/
       
    59 /var/lib/nfs/*tab
       
    60 /var/lib/nfs/state
       
    61 /var/lib/havp/havp.loop
       
    62 
       
    63 /var/run/**socket
       
    64 /var/run/**pid
       
    65 /var/run/utmp
       
    66 
       
    67 /var/run/mysqld/*sock
       
    68 /var/run/spamd/*sock
       
    69 /var/run/slapd/*args
       
    70