Re: [Bacula-users] Backup from client with deduplication

2020-10-08 Thread Josh Fisher
On 10/8/20 5:00 AM, Radosław Korzeniewski wrote: Hello, śr., 7 paź 2020 o 13:59 Рукавцов Дмитрий Геннадьевич mailto:m...@santel-navi.ru>> napisał(a): "Enable VSS = no" as i said not solving this problem, and i dunno why, i don't care about locks. Bacula can't just copy files? AFAIK,

Re: [Bacula-users] Backup from client with deduplication

2020-10-08 Thread Radosław Korzeniewski
Hello, śr., 7 paź 2020 o 13:59 Рукавцов Дмитрий Геннадьевич napisał(a): > "Enable VSS = no" as i said not solving this problem, and i dunno why, i > don't care about locks. Bacula can't just copy files? > AFAIK, Windows is limited in such a way that it prohibits opening in different processes an

Re: [Bacula-users] Backup from client with deduplication

2020-10-07 Thread Рукавцов Дмитрий Геннадьевич
No i didn't testing, unable to restore to machine without deduplication is already an issue. And i don't think it will work with another machine cause you need to backup " chunk store" as well. https://docs.microsoft.com/en-us/previous-versions/windows/desktop/dedup/backup-and-restore-of-data-d

Re: [Bacula-users] Backup from client with deduplication

2020-10-07 Thread Martin Simmons
I think you cannot do a Windows backup of just one subdirectory (D:/FS/) from a deduplicated volume because that doesn't include the deduplication store. It should work if you add portable=yes, as long as you don't need any Windows-specific bits. __Martin > On Wed, 7 Oct 2020 07:37:18 +0300,

Re: [Bacula-users] Backup from client with deduplication

2020-10-07 Thread Žiga Žvan
Hi, I'm able to backup Windows 2012 server with deduplication enabled. My bacula server is also centos, bacula version 9.6.5 (on client and server). I have tested only individual file restores but it always worked for me. Backup is very small (54 GB for app. 700 GB raw data). I'm not sure how

Re: [Bacula-users] Backup from client with deduplication

2020-10-06 Thread Radosław Korzeniewski
Hello, śr., 7 paź 2020 o 06:37 Рукавцов Дмитрий Геннадьевич napisał(a): > So, there is no solution? Bacula can't backup such clients? > I know nothing about windows filesystem deduplication capabilities, but I assume to properly read contents of these files a standard win32 BackupRead() dedicate

Re: [Bacula-users] Backup from client with deduplication

2020-10-06 Thread Рукавцов Дмитрий Геннадьевич
So, there is no solution? Bacula can't backup such clients? Maybe i explained something wrong. I have bacula server on centos (server), i don't have any deduplication on the bacula server and i don't need it there. I have windows 2019 server (client), it has it's own deduplication on it's own

Re: [Bacula-users] Backup from client with deduplication

2020-09-30 Thread Рукавцов Дмитрий Геннадьевич
Maybe i explained something wrong. I have bacula server on centos (server), i don't have any deduplication on the bacula server and i don't need it there. I have windows 2019 server (client), it has it's own deduplication on it's own volume which is enabled in windows settings. From this window

Re: [Bacula-users] Backup from client with deduplication

2020-09-30 Thread Radosław Korzeniewski
Hello, wt., 29 wrz 2020 o 09:50 Рукавцов Дмитрий Геннадьевич napisał(a): > Hello, i have bacula server 9.6.5 on Centos and i need to backup folders > from Windows 2019 server client with deduplication on (optimized files). > Problem if i'm making Full backup, the archive is incomplete Could yo