Hi there, first of all i'm sorry for my enlgish.

My problem for now is with "estimate" command, because i've not tried to 
backup, but maybe it will fail too.

I'm trying to optimize the backup time excluding compressed files from "Gzip" 
compression. I've this configuration:

FileSet {
        Name = "biblio.fs"
        Include {
                Options {
                        signature = SHA1
                        onefs = no
                        Wildfile = "*.zip"
                        Wildfile = "*.rar"
                        Wildfile = "*.7z"
                        Wildfile = "*.gz"
                        Wildfile = "*.gzip"
                }

                Options {
                        RegexFile = ".*"
                        Exclude = yes
                }
                File = "/somewhere"
        }
        
        Include {
                Options {
                        Compression = GZIP4
                        signature = SHA1
                        onefs = no
                        Wildfile = "*.zip"
                        Wildfile = "*.rar"
                        Wildfile = "*.7z"
                        Wildfile = "*.gz"
                        Wildfile = "*.gzip"
                        Exclude = yes
                }
                File = "/somewhere"
        }
}

------------------------------------------------------------------------

It worked fine with Ext4 systems, but when I try to use it in NTFS system, then 
total files and size are wrong only when both are together. For example:

FileSet {
        Name = "biblio.fs"
        Include {
                Options {
                        signature = SHA1
                        onefs = no
                        Wildfile = "*.zip"
                        Wildfile = "*.rar"
                        Wildfile = "*.7z"
                        Wildfile = "*.gz"
                        Wildfile = "*.gzip"
                }

                Options {
                        RegexFile = ".*"
                        Exclude = yes
                }
                File = "/somewhere"
        }
}

2000 OK estimate files=70,939 bytes=170,352,778,992

-------------------------------------------------------
If i Use:
FileSet {
        Name = "biblio.fs"
        Include {
                Options {
                        Compression = GZIP4
                        signature = SHA1
                        onefs = no
                        Wildfile = "*.zip"
                        Wildfile = "*.rar"
                        Wildfile = "*.7z"
                        Wildfile = "*.gz"
                        Wildfile = "*.gzip"
                        Exclude = yes
                }
                File = "/somewhere"
        }
}

2000 OK estimate files=596,509 bytes=952,103,757,566

-------------------------------------------------------

All perfect for now, both have a total of 1,122,456,536,558 (correct), but if i 
join both in same FileSet i get:

2000 OK estimate files=348,656 bytes=454,016,843,741


As i said above, in EXT4 filesystem seems to work fine all command (separated 
and together), but i don't know why it fails in NTFS drive.

If i use a simple Fileset it works fine:

FileSet {
        Name = "biblio.fs"
        Include {
               Options {
                       Compression = GZIP4
                       signature = SHA1
                       onefs = no
               }
               File = "/server/usb-alfredo"
       }
}

2000 OK estimate files=598,399 bytes=1,122,456,536,558

Someone knows what's the problem?

Thanks!!

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to