I had a compression problem. 
and I solved it by separating compressed and not compressed files

#file-set.conf
FileSet {
  Name = richard-srv-fd.files
  #бэкапим все, исключая определнные типы файлов
  Include {
    Options {
     compression=GZIP9
     signature= MD5
     onefs=no
 #    Plugin=test-deltaseq-fd
     #спискок типов файлов
     @/etc/bareos/included/wildfiles.conf
     exclude = yes
             }

   File = /media/raid/homes
    File = /etc
        }

   #бэкапим, исключая все файлы, кроме типов указанных в списке
 #бэкапим, исключая все файлы, кроме типов указанных в списке
   Include {
    Options {
     signature= MD5
     onefs=no
#     Plugin=test-deltaseq-fd
     @/etc/bareos/included/wildfiles.conf
     exclude = no
             }
    Options {
     signature= MD5
     onefs=no
     #Plugin=test-deltaseq-fd
     wildfile = *
     exclude = yes
             }
    File=  /etc
    File = /media/raid/homes

        }


#/etc/bareos/included/wildfiles.conf
#for excluding compressed files
IgnoreCase = yes
wildfile= *.mp3
wildfile= *.mp4
wildfile= *.mpg
wildfile= *.jpeg
wildfile= *.jpg
wildfile= *.tif
wildfile= *.avi
wildfile= *.vob
wildfile= *.mkv
wildfile= *.zip
wildfile= *.deb
wildfile= *.7z
wildfile= *.xz
wildfile= *.lzma
wildfile= *.rar
wildfile= *.jar
wildfile= *.MOD
wildfile= *.gz
wildfile= *.png
wildfile= *.mov
wildfile= *.djvu
wildfile= *.cbz
wildfile= *.cbr
wildfile= *.cab
wildfile= *.z0[1-9]
wildfile= *.z1[1-9]
wildfile= *.gif
wildfile= *.frdat
wildfile= *Images.aux
wildfile= *.iso
wildfile= *.tar.gz
wildfile= *.tar.bz2
wildfile= *.wmv
wildfile= *.3gp
wildfile= *.wma
wildfile= *.dt
wildfile= *.lsa
wildfile= *.dsl.dz
wildfile= *.lod
wildfile= *.lsd
wildfile= *.flv
wildfile= *.odp
wildfile= *.ppt
wildfile= *.pptx
wildfile= *imgcache.[0-9]
wildfile= *imgcacheMicro.[0-9]
wildfile= *.db.crypt7
wildfile= *.webm
wildfile= *.h264
wildfile= *.msp
wildfile= *.tib

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to