OK. I had a few spare minutes. I did upgrade to the pre57 release I
downloaded today from https://download.bareos.org/current/windows/
The fileset is very simple so that the job is quick and short. It
consists of just one file from the windows registry (so that it will be
open for sure).
FileSet {
Name = "Windows_test"
Enable VSS = yes
Include {
File = "C:/windows/system32/config/DEFAULT"
Options {
onefs = no
Signature = MD5
IgnoreCase = yes
Portable = no
}
}
}
(I tried with both Portable=no as well as Portable=yes as I found some
info that it may change backup job behaviour but there was no
difference. onefs option is just a remnant from older test jobs, I
assume it should have no impact here as we're only targeting a single file).
Attaching the trace from the FD. It's the same as before - the snapshot
is being created but the filename is not being converted for read in the
end even though the snapshot is there.
MK
On 17.01.2024 10:12, Bruno Friedmann (bruno-at-bareos) wrote:
Please, may I ask you to either provided the trace and job log as
requested.
As I can argue that we are using 2019 to 2022 with 0% of your troubles
That kind of guerilla can be endless.
If we have traces, joblog fileset etc we may have a chance to reproduce.
If it is reproducible, then there's a chance to have a fix.
If we can elaborate that fix, you may have a chance to solve your trouble.
Le mercredi 17 janvier 2024 à 09:58:19 UTC+1,
jo.go...@hosted-power.com a écrit :
I just tried
https://download.bareos.org/current/windows/winbareos-23.0.1~pre57.8e89bfe0a-release-64-bit.exe
on Windows 2022. But I still have 100's of failed in use files :/
On Wednesday 17 January 2024 at 09:49:10 UTC+1 Spadajspadaj wrote:
Hi Bruno.
Yes, I understand how it's supposed to work. :-)
OK, I will re-run the tests when I have a spare minute and
dump the trace somewhere (the excerpt I posted earlier was
with debug level 999 so all messages should have been captured).
And it's not that I _thought_ it wasn't backed up. I know it
wasn't backed up. It was throwing errors of being unable to
access the file and if I wanted to restore the files I got a
zero-length content. I know it should have been converted to
the shadowcopy-based filename but wasn't.
I'll check the latest package version first though.
MK
On 17.01.2024 09:43, Bruno Friedmann (bruno-at-bareos) wrote:
To add an illustration to the fact that BareOS works as
documented and expected.
We run a backup job while the registry hive is open in
regedit and we tried to remove it so you get the expected
error, the file is in use.
In the background you can see the success of the job backing
up that file without any error.
See the details about the status of VSS BackupComplete.
thumb-Screenshots_43.png
Le mercredi 17 janvier 2024 à 09:34:37 UTC+1, Bruno Friedmann
(bruno-at-bareos) a écrit :
Hi Spadapjspadaj,
When we examine what happen on test machine here we see
it working correctly.
Especially that the VSS is present.
you may think we don't backup the snapshot due to the
presence of *C:/Users/user/NTUSER.dat* in the log, but
you need to understand that is the resulting file name
after its conversion incompact.cc
<https://compact.cc/>compat/compat.cc:555-307 Leave
make_wchar_win32_path=\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Users\user\NTUSER.datcompat/compat.cc:1609-307
sizino=8 ino=0 filename=C:/Users/user/NTUSER.dat
desktop-vcf7e32-fd (300): findlib/find_one.cc:911-307
File ----: C:/Users/user/NTUSER.dat desktop-vcf7e32-fd
(130): filed/backup.cc:535-307 FT_REG saving:
C:/Users/user/NTUSER.dat desktop-vcf7e32-fd (130):
filed/backup.cc:646-307 filed: sending
C:/Users/user/NTUSER.dat to stored
So to be sure we use the same code, could you please
install and run the following bareos-fd
https://download.bareos.org/current/windows/winbareos-23.0.1~pre57.8e89bfe0a-release-64-bit.exe
In your director you set the debug level to 500 for that
client (changing the client name in the following example)
setdebug level=500 trace=1 timestamp=1 client=windows-fd
this will indicate where the tracelog will be written
(often directly on C:\)
run one backup job then disable the debugging,
To extract in text mode the joblog in bconsole
@out /tmp/backup-win-fd.joblog
list joblog jobid=XXXXX
q
Then you can zip and attach both trace and joblog here.
Add the fileset used too.
BTW please ensure your fileset contain
Enable VSS = yes
as stated in documentation and Windows fileset example.
Le mardi 16 janvier 2024 à 15:38:37 UTC+1, Spadajspadaj a
écrit :
I used the relatively new available client.
(23-pre-something, downloaded around 2 weeks ago).
Yes, I should have written that explicitly.
On 16.01.2024 15:23, Bruno Friedmann
(bruno-at-bareos) wrote:
Hello, all normally the issues that are described
here, should have been already fixed, and should
work without any trouble with bareos >= 23
The code fixing the problem has been submitted and
merge a certain time ago with PR1452
https://github.com/bareos/bareos/pull/1452
Please refresh your installation, and of course
report success and failures.
Le jeudi 11 janvier 2024 à 23:17:26 UTC+1,
Spadajspadaj a écrit :
As I understand, this is the interesting excerpt
from the debug trace.
win10test-fd (50): findlib/find.cc:169-0
Verify=<V> Accurate=<Cmcs> BaseJob=<Jspug5>
flags=<724185736>
win10test-fd (50): findlib/find.cc:169-0
Verify=<V> Accurate=<Cmcs> BaseJob=<Jspug5>
flags=<724185736>
win10test-fd (450): findlib/find.cc:175-0 F
C:/Users/test/NTUSER.DAT
win10test-fd (500): compat/compat.cc:278-0 Enter
convert_unix_to_win32_path
win10test-fd (500): compat/compat.cc:322-0 path
= \\?\C:\Users\test\NTUSER.DAT
win10test-fd (500): compat/compat.cc:328-0 Leave
cvt_u_to_win32_path
path=\\?\C:\Users\test\NTUSER.DAT
win10test-fd (500): compat/compat.cc:234-0
Win32ConvInitCache: Setup of thread specific
cache at address 1532b2b76d0
win10test-fd (500): compat/compat.cc:531-0 Enter
make_wchar_win32_path
win10test-fd (500): compat/compat.cc:555-0 Leave
make_wchar_win32_path=\\?\C:\Users\test\NTUSER.DAT
win10test-fd (500): compat/compat.cc:1609-0
sizino=8 ino=0 filename=C:/Users/test/NTUSER.DAT
win10test-fd (300): findlib/find_one.cc:911-0
File ----: C:/Users/test/NTUSER.DAT
win10test-fd (130): filed/backup.cc:535-0 FT_REG
saving: C:/Users/test/NTUSER.DAT
win10test-fd (130): filed/backup.cc:646-0 filed:
sending C:/Users/test/NTUSER.DAT to stored
win10test-fd (150): lib/crypto_openssl.cc:641-0
crypto_digest_new jcr=1532b228410
win10test-fd (300): filed/backup.cc:1575-0
encode_and_send_attrs fname=C:/Users/test/NTUSER.DAT
win10test-fd (500): compat/compat.cc:278-0 Enter
convert_unix_to_win32_path
win10test-fd (500): compat/compat.cc:322-0 path
= \\?\C:\Users\test\NTUSER.DAT
win10test-fd (500): compat/compat.cc:328-0 Leave
cvt_u_to_win32_path
path=\\?\C:\Users\test\NTUSER.DAT
win10test-fd (300): filed/backup.cc:1594-0 File
C:/Users/test/NTUSER.DAT
attribs=A A IH/ B A A CAi FAAA A A BlnTaz BlnTaz
BlnTaz A A L
attribsEx=CAi HaQkZzohoU HaQvQ8Q7yY HaQvQ8Q7yY A
FAAA
win10test-fd (300): filed/backup.cc:1620-0
>stored: attrhdr 1 5 0win10test-fd (200):
filed/backup.cc:1772-0 No strip for
C:/Users/test/NTUSER.DAT
win10test-fd (300): filed/backup.cc:1715-0
>stored: attr len=130: 1 3 C:/Users/test/NTUSER.DAT
win10test-fd (150): filed/backup.cc:737-0 type=3
do_read=1
win10test-fd (100): findlib/bfile.cc:710-0
bopen: fname C:/Users/test/NTUSER.DAT, flags
00100000, mode 0000, rdev 8226
win10test-fd (50): findlib/bfile.cc:565-0 === NO
plugin
win10test-fd (100): findlib/bfile.cc:664-0 Read
CreateFileW=\\?\C:\Users\test\NTUSER.DAT
win10test-fd (850): lib/message.cc:1216-0 Enter
Jmsg type=8
win10test-fd (850): lib/message.cc:613-0 Enter
DispatchMessage type=8 msg=win10test-fd JobId
16959: Cannot open "C:/Users/test/NTUSER.DAT":
ERR=The process cannot access the file because
it is being used by another process.
.
win10test-fd (850): lib/message.cc:820-0
DIRECTOR for following msg: win10test-fd JobId
16959: Cannot open
"C:/Users/test/NTUSER.DAT": ERR=The process
cannot access the file because it is being used
by another process.
.
win10test-fd (400): findlib/find_one.cc:493-0
FT_REG FI=1 linked=0 file=C:/Users/test/NTUSER.DAT
From what I understand from the description of
the make_wchar_win32_path() method in
win32/compat/compat.cc - we should leave the
function with the filename properly converted to
VSS-based one. But apparently we're stuck with
local name.
MK
On 11.01.2024 22:03, Spadajspadaj wrote:
The more I dig into it, the more it seems it is
bareos after all.
Unfortunately, building Windows bareos-fd is no
small feat so I cannot directly debug it but.
I ran a procmon against bareos-fd.exe and it
seems that while the FD process does create a
VSS snapshot... it doesn't read from it. It
reads the files straight from the main device.
I did a small test fileset consisting of just
my user's registry file. And both procmon's
dump as well as bareos-fd own debug trace shows
that it's trying to read simply a
c:\users\test\ntuser.dat instead of properly
going for
\\?\GLOBALROOT\Device\HardDiskVolumeShadowCopyXX\Users\test\ntuser.dat.
That would explain why the job even though it's
supposed to use VSS, fails on copying open files.
When I created a very small example VS project
just creating a VSS snapshot and copying said
file out of the VSS snapshot (using the proper
shadow copy volume path), it works OK.
MK
--
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...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/9bb76105-597b-4cb9-b5b5-95f54e5b96e6n%40googlegroups.com
<https://groups.google.com/d/msgid/bareos-users/9bb76105-597b-4cb9-b5b5-95f54e5b96e6n%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
You received this message because you are subscribed to a topic in the
Google Groups "bareos-users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/bareos-users/F46rRPh7Hf8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/30b4adee-5fe4-44dc-8f63-e63eb803fd5dn%40googlegroups.com
<https://groups.google.com/d/msgid/bareos-users/30b4adee-5fe4-44dc-8f63-e63eb803fd5dn%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/3f95302b-7d72-4cb8-b182-ac644490b7e8%40gmail.com.
dziura-fd (50): filed/dir_cmd.cc:840-0 level=999 trace=1 hangup=0 timestamp=0
tracefilename=C:\Windows\TEMP/dziura-fd.trace
dziura-fd (100): lib/bsock.cc:85-0 Construct BareosSocket
dziura-fd (100): lib/bsock.cc:161-0 All source addresses
dziura-fd (100): lib/bsock_tcp.cc:217-0 Current host[ipv4;172.16.0.7;9101] All
host[ipv4;172.16.0.7;9101]
dziura-fd (100): lib/bsock_tcp.cc:149-0 dziura-fd (200): lib/runscript.cc:112-0
who=backup1-dir host=172.16.0.7 port=9101
runscript: running all RunScript object (ClientAfterJob) JobStatus=C
dziura-fd (100): lib/tls_openssl_private.cc:59-0 Construct TlsOpenSslPrivate
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (580): lib/message.cc:329-0 Close_msg jcr=183363e4be0
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183363a45c0,
interval 120 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (100): lib/tls_openssl_private.cc:632-0 Set tcp filedescriptor: <904>
dziura-fd (100): lib/tls_openssl_private.cc:650-0 Set protocol: <>
dziura-fd (100): lib/tls_openssl_private.cc:572-0 Set ca_certfile: <>
dziura-fd (100): lib/tls_openssl_private.cc:578-0 Set ca_certdir: <>
dziura-fd (100): lib/tls_openssl_private.cc:584-0 Set crlfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:590-0 Set certfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:596-0 Set keyfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:614-0 Set dhfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:638-0 Set cipherlist: <>
dziura-fd (100): lib/tls_openssl_private.cc:644-0 Set ciphersuites: <>
dziura-fd (100): lib/tls_openssl_private.cc:620-0 Set Verify Peer: <false>
dziura-fd (100): lib/tls_openssl_private.cc:626-0 Set ktls: <false>
dziura-fd (50): lib/tls_openssl.cc:63-0 Preparing TLS_PSK CLIENT context for
identity R_CLIENT dziura-fd
dziura-fd (100): lib/tls_openssl_private.cc:559-0 psk_client_cb. identity:
R_CLIENT dziura-fd.
dziura-fd (50): lib/bnet.cc:195-0 TLS client negotiation established.
dziura-fd (10): filed/dir_cmd.cc:2078-0 Opened connection with Director
backup1-dir
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183363a4200,
interval 600 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 dziura-fd (900): lib/btimers.cc:176-0
Start bsock timer 183363d2b70 tid=0x0000000000000005 for 600 secs at 1705561554
Start bsock timer 183363d2a70 tid=0x0000000000000007 for 120 secs at 1705561554
dziura-fd (100): lib/cram_md5.cc:167-0 cram-get received: auth cram-md5
<1955068618.1705561555@R_DIRECTOR::backup1-dir> ssl=2
dziura-fd (50): lib/cram_md5.cc:61-0 my_name: <R_CLIENT::dziura-fd> -
challenge_name: <R_DIRECTOR::backup1-dir>
dziura-fd (900): lib/btimers.cc:192-0 dziura-fd (99): lib/cram_md5.cc:232-0
Stop bsock timer 183363d2a70 tid=0x0000000000000007 at 1705561554.
sending resp to challenge: WVR34A82K/8y7w/w05/EbD
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183363a45c0
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (50): lib/cram_md5.cc:106-0 send: auth cram-md5
<28473.1705561554@R_CLIENT::dziura-fd> ssl=2
dziura-fd (50): lib/cram_md5.cc:135-0 Authenticate OK vH/IxG/Dq2YN76hIC7+vUA
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2b70
tid=0x0000000000000005 at 1705561554.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183363a4200
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183363a45c0,
interval 2 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d24b0
tid=0x0000000000000007 for 2 secs at 1705561554
dziura-fd (120): filed/dir_cmd.cc:561-0 OK message: backup1-dir, Version:
24.0.0~pre154.115b3ebca
dziura-fd (900): lib/btimers.cc:192-0 dziura-fd (120): filed/dir_cmd.cc:587-0
Stop bsock timer 183363d24b0 tid=0x0000000000000007 at 1705561554.
Connected to "backup1-dir".
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183363a45c0
dziura-fd (120): filed/dir_cmd.cc:592-0 Waiting for data from Director
"backup1-dir" (timeout: 60s)
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (100): lib/tls_openssl_private.cc:90-0 Destruct TlsOpenSslPrivate
dziura-fd (100): lib/bsock.cc:137-0 Destruct BareosSocket
dziura-fd (500): lib/runscript.cc:284-0 runscript: freeing all RUNSCRIPTS object
dziura-fd (100): lib/jcr.cc:270-0 FreeCommonJcr: 183363e4be0
dziura-fd (580): lib/message.cc:329-0 Close_msg jcr=0
dziura-fd (850): lib/message.cc:351-0 ===Begin close msg resource at 183363a77a0
dziura-fd (850): lib/message.cc:454-0 Done walking message chain.
dziura-fd (850): lib/message.cc:461-0 ===End close msg resource
dziura-fd (100): filed/dir_cmd.cc:482-0 Done with FreeJcr
dziura-fd (100): lib/jcr.cc:185-0 Construct JobControlRecord
dziura-fd (800): lib/jcr.cc:765-0 setJobStatus(*System*, C)
dziura-fd (800): lib/jcr.cc:772-0 OnEntry JobStatus=dziura-fd (800):
lib/jcr.cc:780-0 Set new stat. old: dziura-fd (800): lib/jcr.cc:786-0 leave
setJobStatus old=dziura-fd (450): findlib/find.cc:79-0 init_find_files
ff=183363d9410
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: JobId=17062
Job=win10test-fd.2024-01-18_08.06.02_12 SDid=116 SDtime=1704808920
Authorization=BCFG-INPF-BFKM-DAOC-FDLE-AKDL-CCCG-MMCM ssl=4
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing JobId= command.
dziura-fd (5): filed/dir_cmd.cc:1417-0 set sd auth key
dziura-fd (5): filed/dir_cmd.cc:1420-0 set sd ssl_policy to 4
dziura-fd (120): filed/dir_cmd.cc:911-0 JobId=17062
Auth=BCFG-INPF-BFKM-DAOC-FDLE-AKDL-CCCG-MMCM TlsPolicy=4
dziura-fd (150): filed/fd_plugins.cc:1747-0 plugin list is NULL
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (100): lib/bsock.cc:85-0 Construct BareosSocket
dziura-fd (100): lib/bsock.cc:161-0 All source addresses
dziura-fd (100): lib/bsock_tcp.cc:217-0 Current host[ipv4;172.16.0.7;9101] All
host[ipv4;172.16.0.7;9101]
dziura-fd (100): lib/bsock_tcp.cc:149-0 who=backup1-dir host=172.16.0.7
port=9101
dziura-fd (100): lib/tls_openssl_private.cc:59-0 Construct TlsOpenSslPrivate
dziura-fd (100): lib/tls_openssl_private.cc:632-0 Set tcp filedescriptor: <960>
dziura-fd (100): lib/tls_openssl_private.cc:650-0 Set protocol: <>
dziura-fd (100): lib/tls_openssl_private.cc:572-0 Set ca_certfile: <>
dziura-fd (100): lib/tls_openssl_private.cc:578-0 Set ca_certdir: <>
dziura-fd (100): lib/tls_openssl_private.cc:584-0 Set crlfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:590-0 Set certfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:596-0 Set keyfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:614-0 Set dhfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:638-0 Set cipherlist: <>
dziura-fd (100): lib/tls_openssl_private.cc:644-0 Set ciphersuites: <>
dziura-fd (100): lib/tls_openssl_private.cc:620-0 Set Verify Peer: <false>
dziura-fd (100): lib/tls_openssl_private.cc:626-0 Set ktls: <false>
dziura-fd (50): lib/tls_openssl.cc:63-0 Preparing TLS_PSK CLIENT context for
identity R_CLIENT dziura-fd
dziura-fd (100): lib/tls_openssl_private.cc:559-0 psk_client_cb. identity:
R_CLIENT dziura-fd.
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: level = full mtime_only=0
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing level = command.
dziura-fd (10): filed/dir_cmd.cc:1255-0 LevelCmd: level = full mtime_only=0
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (50): lib/bnet.cc:195-0 TLS client negotiation established.
dziura-fd (10): filed/dir_cmd.cc:2078-0 Opened connection with Director
backup1-dir
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183363a4200,
interval 600 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: fileset vss=1
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing fileset command.
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2bb0
tid=0x0000000000000005 for 600 secs at 1705561563
dziura-fd (100): lib/cram_md5.cc:167-0 cram-get received: auth cram-md5
<79899124.1705561564@R_DIRECTOR::backup1-dir> ssl=2
dziura-fd (50): lib/cram_md5.cc:61-0 my_name: <R_CLIENT::dziura-fd> -
challenge_name: <R_DIRECTOR::backup1-dir>
dziura-fd (99): lib/cram_md5.cc:232-0 sending resp to challenge:
GGRfG8Au9GVVrykCnysVWA
dziura-fd (50): lib/cram_md5.cc:106-0 send: auth cram-md5
<19471.1705561563@R_CLIENT::dziura-fd> ssl=2
dziura-fd (50): lib/cram_md5.cc:135-0 Authenticate OK a5+Yt3/2OC/biXx+RRRQ+B
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2bb0
tid=0x0000000000000005 at 1705561563.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183363a4200
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (120): filed/dir_cmd.cc:561-0 OK message: backup1-dir, Version:
24.0.0~pre154.115b3ebca
dziura-fd (120): filed/dir_cmd.cc:587-0 Connected to "backup1-dir".
dziura-fd (120): filed/dir_cmd.cc:592-0 Waiting for data from Director
"backup1-dir" (timeout: 60s)
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: I
dziura-fd (100): filed/fileset.cc:537-0 I
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: O fMi0HAX
dziura-fd (100): filed/fileset.cc:537-0 O fMi0HAX
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: N
dziura-fd (100): filed/fileset.cc:537-0 N
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: F
C:/windows/system32/config/DEFAULT
dziura-fd (100): filed/fileset.cc:537-0 F C:/windows/system32/config/DEFAULT
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: N
dziura-fd (100): filed/fileset.cc:537-0 N
dziura-fd (500): filed/dir_cmd.cc:1175-0 Fileset: N
dziura-fd (100): filed/fileset.cc:537-0 N
dziura-fd (100): findlib/win32.cc:159-0 Checking
C:/windows/system32/config/DEFAULT
dziura-fd (100): findlib/win32.cc:305-0 prepending new options block
dziura-fd (100): findlib/win32.cc:329-0 (1) "BITS_metadata" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\ProgramData\Microsoft\Network\Downloader\* /s"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/ProgramData/Microsoft/Network/Downloader/*"
dziura-fd (100): findlib/win32.cc:329-0 (2) "ETW" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\Windows\system32\LogFiles\WMI\RtBackup\*.*"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/Windows/system32/LogFiles/WMI/RtBackup/*.*"
dziura-fd (100): findlib/win32.cc:329-0 (3) "Internet Explorer" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\Windows\system32\config\systemprofile\index.dat /s"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/Windows/system32/config/systemprofile/index.dat"
dziura-fd (100): findlib/win32.cc:329-0 (4) "Kernel Dumps" :
dziura-fd (100): findlib/win32.cc:346-0 "C:\Windows\Minidump\* /s"
dziura-fd (100): findlib/win32.cc:388-0 -> "C:/Windows/Minidump/*"
dziura-fd (100): findlib/win32.cc:346-0 "C:\Windows\memory.dmp"
dziura-fd (100): findlib/win32.cc:388-0 -> "C:/Windows/memory.dmp"
dziura-fd (100): findlib/win32.cc:329-0 (5) "Memory Page File" :
dziura-fd (100): findlib/win32.cc:346-0 "\Pagefile.sys"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/Pagefile.sys"
dziura-fd (100): findlib/win32.cc:329-0 (6) "Mount Manager" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\MountPointManagerRemoteDatabase"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/MountPointManagerRemoteDatabase"
dziura-fd (100): findlib/win32.cc:329-0 (7) "MS Distributed Transaction
Coordinator" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\Windows\system32\MSDtc\MSDTC.LOG"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/Windows/system32/MSDtc/MSDTC.LOG"
dziura-fd (100): findlib/win32.cc:346-0
"C:\Windows\system32\MSDtc\trace\dtctrace.log"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/Windows/system32/MSDtc/trace/dtctrace.log"
dziura-fd (100): findlib/win32.cc:329-0 (8) "Netlogon" :
dziura-fd (100): findlib/win32.cc:346-0 "C:\Windows\netlogon.chg"
dziura-fd (100): findlib/win32.cc:388-0 -> "C:/Windows/netlogon.chg"
dziura-fd (100): findlib/win32.cc:329-0 (9) "Power Management" :
dziura-fd (100): findlib/win32.cc:346-0 "\hiberfil.sys"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/hiberfil.sys"
dziura-fd (100): findlib/win32.cc:329-0 (10) "Storage Tiers Management" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\Heat\*.* /s"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/Heat/*.*"
dziura-fd (100): findlib/win32.cc:329-0 (11) "Temporary Files" :
dziura-fd (100): findlib/win32.cc:346-0 "C:\Windows\TEMP\* /s"
dziura-fd (100): findlib/win32.cc:388-0 -> "C:/Windows/TEMP/*"
dziura-fd (100): findlib/win32.cc:329-0 (12) "VSS Default Provider" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\*{3808876B-C176-4e48-B7AE-04046E6CC752} /s"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/*{3808876B-C176-4e48-B7AE-04046E6CC752}"
dziura-fd (100): findlib/win32.cc:329-0 (13) "VSS Service Alternate DB" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\*.{7cc467ef-6865-4831-853f-2a4817fd1bca}ALT"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/*.{7cc467ef-6865-4831-853f-2a4817fd1bca}ALT"
dziura-fd (100): findlib/win32.cc:329-0 (14) "VSS Service DB" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\*.{7cc467ef-6865-4831-853f-2a4817fd1bca}DB"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/*.{7cc467ef-6865-4831-853f-2a4817fd1bca}DB"
dziura-fd (100): findlib/win32.cc:329-0 (15) "WER" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\ProgramData\Microsoft\Windows\WER\* /s"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/ProgramData/Microsoft/Windows/WER/*"
dziura-fd (100): findlib/win32.cc:329-0 (16) "WUA" :
dziura-fd (100): findlib/win32.cc:346-0
"C:\Windows\softwaredistribution\*.* /s"
dziura-fd (100): findlib/win32.cc:388-0 ->
"C:/Windows/softwaredistribution/*.*"
dziura-fd (100): findlib/win32.cc:329-0 (17) "FVE2_Control" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.*"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.*"
dziura-fd (100): findlib/win32.cc:329-0 (18) "FVE2_Log" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{c9ca54a3-6983-46b7-8684-a7e5e23499e3}"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{c9ca54a3-6983-46b7-8684-a7e5e23499e3}"
dziura-fd (100): findlib/win32.cc:329-0 (19) "FVE2_VBB" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{24e6f0ae-6a00-4f73-984b-75ce9942852d}"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{24e6f0ae-6a00-4f73-984b-75ce9942852d}"
dziura-fd (100): findlib/win32.cc:329-0 (20) "FVE2_Wipe" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}"
dziura-fd (100): findlib/win32.cc:329-0 (21) "FVE2_WipeInfo" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{aff97bac-a69b-45da-aba1-2cfbce434750}.*"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{aff97bac-a69b-45da-aba1-2cfbce434750}.*"
dziura-fd (100): findlib/win32.cc:329-0 (22) "FVE2_WipeX" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}.*"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}.*"
dziura-fd (100): findlib/win32.cc:329-0 (23) "FVE_Control" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.*"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.*"
dziura-fd (100): findlib/win32.cc:329-0 (24) "FVE_Log" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE.{c9ca54a3-6983-46b7-8684-a7e5e23499e3}"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE.{c9ca54a3-6983-46b7-8684-a7e5e23499e3}"
dziura-fd (100): findlib/win32.cc:329-0 (25) "FVE_Wipe" :
dziura-fd (100): findlib/win32.cc:346-0 "\System Volume
Information\FVE.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}"
dziura-fd (100): findlib/win32.cc:388-0 -> "[A-Z]:/System Volume
Information/FVE.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}"
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: getSecureEraseCmd
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing getSecureEraseCmd command.
dziura-fd (200): filed/dir_cmd.cc:721-0 Secure Erase Cmd Request: *None*
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: storage address=backup1.local
port=9103 ssl=4
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing storage command.
dziura-fd (100): lib/bsock.cc:85-0 Construct BareosSocket
dziura-fd (100): filed/dir_cmd.cc:1433-0 StorageCmd: storage
address=backup1.local port=9103 ssl=4
dziura-fd (110): filed/dir_cmd.cc:1448-0 Open storage: backup1.local:9103 ssl=4
dziura-fd (100): lib/bsock.cc:161-0 All source addresses
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183364067a0,
interval 1800 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:142-0 Start thread timer 183363d2ab0 tid
0x0000000000000008 for 1800 secs.
dziura-fd (100): lib/bsock_tcp.cc:217-0 Current host[ipv4;172.16.0.7;9103] All
host[ipv4;172.16.0.7;9103]
dziura-fd (100): lib/bsock_tcp.cc:149-0 who=Storage daemon host=backup1.local
port=9103
dziura-fd (900): lib/btimers.cc:208-0 Stop thread timer 183363d2ab0
tid=0x0000000000000008.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183364067a0
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (110): filed/dir_cmd.cc:1475-0 Connection OK to SD.
dziura-fd (100): lib/tls_openssl_private.cc:59-0 Construct TlsOpenSslPrivate
dziura-fd (100): lib/tls_openssl_private.cc:632-0 Set tcp filedescriptor: <1000>
dziura-fd (100): lib/tls_openssl_private.cc:650-0 Set protocol: <>
dziura-fd (100): lib/tls_openssl_private.cc:572-0 Set ca_certfile: <>
dziura-fd (100): lib/tls_openssl_private.cc:578-0 Set ca_certdir: <>
dziura-fd (100): lib/tls_openssl_private.cc:584-0 Set crlfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:590-0 Set certfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:596-0 Set keyfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:614-0 Set dhfile_: <>
dziura-fd (100): lib/tls_openssl_private.cc:638-0 Set cipherlist: <>
dziura-fd (100): lib/tls_openssl_private.cc:644-0 Set ciphersuites: <>
dziura-fd (100): lib/tls_openssl_private.cc:620-0 Set Verify Peer: <false>
dziura-fd (100): lib/tls_openssl_private.cc:626-0 Set ktls: <false>
dziura-fd (50): lib/tls_openssl.cc:63-0 Preparing TLS_PSK CLIENT context for
identity R_JOB win10test-fd.2024-01-18_08.06.02_12
dziura-fd (100): lib/tls_openssl_private.cc:559-0 psk_client_cb. identity:
R_JOB win10test-fd.2024-01-18_08.06.02_12.
dziura-fd (50): lib/bnet.cc:195-0 TLS client negotiation established.
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: Created 27 wildcard excludes from FilesNotToBackup
Registry key
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: Created 27 wildcard excludes from FilesNotToBackup Registry key
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: Connected Storage daemon at backup1.local:9103,
encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: Connected Storage daemon at backup1.local:9103, encryption:
TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: Encryption: TLS_CHACHA20_POLY1305_SHA256 TLSv1.3
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 18336406070,
interval 600 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=369367187456
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2570
tid=0x0000000000000008 for 600 secs at 1705561563
dziura-fd (100): lib/cram_md5.cc:167-0 cram-get received: auth cram-md5
<1929246221.1705561564@R_STORAGE::bareos-sd> ssl=2
dziura-fd (50): lib/cram_md5.cc:61-0 my_name: <R_CLIENT::dziura-fd> -
challenge_name: <R_STORAGE::bareos-sd>
dziura-fd (99): lib/cram_md5.cc:232-0 sending resp to challenge:
wH+obTRNpV+dmi+p4Bd7MC
dziura-fd (50): lib/cram_md5.cc:106-0 send: auth cram-md5
<29171.1705561563@R_CLIENT::dziura-fd> ssl=2
dziura-fd (50): lib/cram_md5.cc:135-0 Authenticate OK 8H+uW++dt//jj3VbR+/04C
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2570
tid=0x0000000000000008 at 1705561563.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 18336406070
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=369367187456
usec=100
dziura-fd (110): filed/dir_cmd.cc:1506-0 Authenticated with SD.
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: backup FileIndex=0
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing backup command.
dziura-fd (100): filed/dir_cmd.cc:1728-0 JobFiles=0
dziura-fd (800): lib/jcr.cc:765-0
setJobStatus(win10test-fd.2024-01-18_08.06.02_12, B)
dziura-fd (800): lib/jcr.cc:772-0 OnEntry JobStatus=C newJobstatus=B
dziura-fd (800): lib/jcr.cc:780-0 Set new stat. old: C,0 new: B,0
dziura-fd (800): lib/jcr.cc:786-0 leave setJobStatus old=C new=B
dziura-fd (100): filed/dir_cmd.cc:1766-0 begin backup ff=183363da5d0
dziura-fd (110): filed/dir_cmd.cc:1775-0 filed>dird: 2000 OK backup
dziura-fd (110): filed/dir_cmd.cc:1779-0 >stored: append open session
dziura-fd (110): filed/dir_cmd.cc:1783-0 <stored: 3000 OK open ticket = 116
dziura-fd (110): filed/dir_cmd.cc:1788-0 Got Ticket=116
dziura-fd (110): filed/dir_cmd.cc:1796-0 >stored: append data 116
dziura-fd (110): filed/dir_cmd.cc:2400-0 3000 OK data
dziura-fd (110): filed/dir_cmd.cc:1803-0 <stored: 3000 OK data
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: Generate VSS snapshots. Driver="Win64 VSS"
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: Generate VSS snapshots. Driver="Win64 VSS"
dziura-fd (200): filed/vss_generic.cc:596-0
\\?\Volume{7730df77-9bec-432c-a00a-597b4bf1a6f6}\ added to snapshotset (Path:
C:\)
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062:
(C:\)\\?\Volume{7730df77-9bec-432c-a00a-597b4bf1a6f6}\ ->
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy16
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: (C:\)\\?\Volume{7730df77-9bec-432c-a00a-597b4bf1a6f6}\ ->
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy16
dziura-fd (200): lib/runscript.cc:112-0 runscript: running all RunScript object
(ClientAfterVSS) JobStatus=B
dziura-fd (110): filed/dir_cmd.cc:1902-0 begin blast ff=183363da5d0
dziura-fd (800): lib/jcr.cc:765-0
setJobStatus(win10test-fd.2024-01-18_08.06.02_12, R)
dziura-fd (800): lib/jcr.cc:772-0 OnEntry JobStatus=B newJobstatus=R
dziura-fd (800): lib/jcr.cc:780-0 Set new stat. old: B,0 new: R,0
dziura-fd (800): lib/jcr.cc:786-0 leave setJobStatus old=B new=R
dziura-fd (300): filed/backup.cc:118-0 filed: opened data connection 1000 to
stored
dziura-fd (450): findlib/find.cc:90-0 Enter SetFindOptions()
dziura-fd (450): findlib/find.cc:93-0 Leave SetFindOptions()
dziura-fd (50): findlib/find.cc:169-0 Verify=<V> Accurate=<Cmcs>
BaseJob=<Jspug5> flags=<910010264>
dziura-fd (50): findlib/find.cc:169-0 Verify=<V> Accurate=<Cmcs>
BaseJob=<Jspug5> flags=<910010264>
dziura-fd (450): findlib/find.cc:175-0 F C:/windows/system32/config/DEFAULT
dziura-fd (500): compat/compat.cc:278-0 Enter convert_unix_to_win32_path
dziura-fd (500): compat/compat.cc:322-0 path =
\\?\C:\windows\system32\config\DEFAULT
dziura-fd (500): compat/compat.cc:328-0 Leave cvt_u_to_win32_path
path=\\?\C:\windows\system32\config\DEFAULT
dziura-fd (500): compat/compat.cc:234-0 Win32ConvInitCache: Setup of thread
specific cache at address 18336406c50
dziura-fd (500): compat/compat.cc:531-0 Enter make_wchar_win32_path
dziura-fd (100): lib/bsock.cc:90-0 dziura-fd (500): compat/compat.cc:555-0
Leave make_wchar_win32_path=\\?\C:\windows\system32\config\DEFAULT
Copy Contructor BareosSocket
dziura-fd (100): lib/bsock.cc:90-0 Copy Contructor BareosSocket
dziura-fd (500): compat/compat.cc:1609-0 sizino=8 ino=0
filename=C:/windows/system32/config/DEFAULT
dziura-fd (300): findlib/find_one.cc:911-0 File ----:
C:/windows/system32/config/DEFAULT
dziura-fd (130): filed/backup.cc:535-0 FT_REG saving:
C:/windows/system32/config/DEFAULT
dziura-fd (100): lib/bsock.cc:137-0 Destruct BareosSocket
dziura-fd (130): filed/backup.cc:646-0 dziura-fd (100): lib/bsock.cc:137-0
Destruct BareosSocket
filed: sending C:/windows/system32/config/DEFAULT to stored
dziura-fd (150): lib/crypto_openssl.cc:641-0 crypto_digest_new jcr=183363e6340
dziura-fd (300): filed/backup.cc:1575-0 encode_and_send_attrs
fname=C:/windows/system32/config/DEFAULT
dziura-fd (500): compat/compat.cc:278-0 Enter convert_unix_to_win32_path
dziura-fd (500): compat/compat.cc:322-0 path =
\\?\C:\windows\system32\config\DEFAULT
dziura-fd (500): compat/compat.cc:328-0 Leave cvt_u_to_win32_path
path=\\?\C:\windows\system32\config\DEFAULT
dziura-fd (300): filed/backup.cc:1594-0 File C:/windows/system32/config/DEFAULT
attribs=A A IH/ B A A g CAAA A A BlpE0M BlpE0M BlpE0M A A L
attribsEx=g HVrN06c2W6 HaRy2rtezR HaRy2rtezR A CAAA
dziura-fd (300): filed/backup.cc:1620-0 >stored: attrhdr 1 5 0dziura-fd (200):
filed/backup.cc:1772-0 No strip for C:/windows/system32/config/DEFAULT
dziura-fd (300): filed/backup.cc:1715-0 >stored: attr len=136: 1 3
C:/windows/system32/config/DEFAULT
dziura-fd (150): filed/backup.cc:737-0 type=3 do_read=1
dziura-fd (100): findlib/bfile.cc:710-0 bopen: fname
C:/windows/system32/config/DEFAULT, flags 00100000, mode 0000, rdev 32
dziura-fd (50): findlib/bfile.cc:565-0 === NO plugin
dziura-fd (100): findlib/bfile.cc:664-0 Read
CreateFileW=\\?\C:\windows\system32\config\DEFAULT
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=8
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=8
msg=dziura-fd JobId 17062: Cannot open
"C:/windows/system32/config/DEFAULT": ERR=The process cannot access the file
because it is being used by another process.
.
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: Cannot open "C:/windows/system32/config/DEFAULT": ERR=The
process cannot access the file because it is being used by another process.
.
dziura-fd (400): findlib/find_one.cc:493-0 FT_REG FI=1 linked=0
file=C:/windows/system32/config/DEFAULT
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "Task Scheduler
Writer", State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "Task Scheduler Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "VSS Metadata Store
Writer", State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "VSS Metadata Store Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "Performance Counters
Writer", State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "Performance Counters Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "System Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "System Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "ASR Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "ASR Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "Registry Writer",
State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "Registry Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "Shadow Copy
Optimization Writer", State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "Shadow Copy Optimization Writer",
State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "WMI Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "WMI Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "BITS Writer", State:
0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "BITS Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:1216-0 Enter Jmsg type=6
dziura-fd (850): lib/message.cc:613-0 Enter DispatchMessage type=6
msg=dziura-fd JobId 17062: VSS Writer (BackupComplete): "COM+ REGDB Writer",
State: 0x1 (VSS_WS_STABLE)
dziura-fd (850): lib/message.cc:820-0 DIRECTOR for following msg: dziura-fd
JobId 17062: VSS Writer (BackupComplete): "COM+ REGDB Writer", State: 0x1
(VSS_WS_STABLE)
dziura-fd (100): filed/backup.cc:542-0 FT_RESTORE_FIRST saving: *all*
dziura-fd (130): filed/backup.cc:646-0 filed: sending *all* to stored
dziura-fd (300): filed/backup.cc:1575-0 encode_and_send_attrs fname=*all*
dziura-fd (300): filed/backup.cc:1594-0 File *all*
attribs=A A IH/ B A A g CAAA A A BlpE0M BlpE0M BlpE0M A A C
attribsEx=<NULL>
dziura-fd (300): filed/backup.cc:1620-0 >stored: attrhdr 2 28 0dziura-fd (300):
filed/backup.cc:1715-0 >stored: attr len=498: 2 25 1705561568 448 448 0 *all*
dziura-fd (100): filed/backup.cc:215-0 end blast_data ok=1
dziura-fd (800): lib/jcr.cc:765-0
setJobStatus(win10test-fd.2024-01-18_08.06.02_12, T)
dziura-fd (800): lib/jcr.cc:772-0 OnEntry JobStatus=R newJobstatus=T
dziura-fd (800): lib/jcr.cc:780-0 Set new stat. old: R,0 new: T,0
dziura-fd (800): lib/jcr.cc:786-0 leave setJobStatus old=R new=T
dziura-fd (110): filed/dir_cmd.cc:2400-0 3000 OK append data
dziura-fd (110): filed/dir_cmd.cc:2400-0 3000 OK end
dziura-fd (200): filed/dir_cmd.cc:1933-0 SDJobStatus = 84 T
dziura-fd (500): lib/bget_msg.cc:65-0 Got BNET_EOD
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (100): filed/dir_cmd.cc:433-0 Quit command loop. Canceled=0
dziura-fd (200): lib/runscript.cc:112-0 runscript: running all RunScript object
(ClientAfterJob) JobStatus=T
dziura-fd (110): filed/dir_cmd.cc:464-0 End FD msg: 2800 End Job TermCode=84
JobFiles=2 ReadBytes=0 JobBytes=0 Errors=1 VSS=1 Encrypt=0
dziura-fd (150): filed/fd_plugins.cc:358-0 No bplugin_list: GeneratePluginEvent
ignored.
dziura-fd (580): lib/message.cc:329-0 Close_msg jcr=183363e6340
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 18336406ca0,
interval 120 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2d30
tid=0x0000000000000008 for 120 secs at 1705561568
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2d30
tid=0x0000000000000008 at 1705561568.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 18336406ca0
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 18336405d50,
interval 2 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2970
tid=0x0000000000000008 for 2 secs at 1705561568
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2970
tid=0x0000000000000008 at 1705561568.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 18336405d50
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (100): lib/tls_openssl_private.cc:90-0 Destruct TlsOpenSslPrivate
dziura-fd (100): lib/bsock.cc:137-0 Destruct BareosSocket
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 183364061b0,
interval 120 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2670
tid=0x0000000000000008 for 120 secs at 1705561568
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2670
tid=0x0000000000000008 at 1705561568.
dziura-fd (800): lib/watchdog.cc:214-0 Unregistered watchdog 183364061b0
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (800): lib/watchdog.cc:191-0 Registered watchdog 18336405fd0,
interval 2 one shot
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (900): lib/btimers.cc:176-0 Start bsock timer 183363d2bf0
tid=0x0000000000000008 for 2 secs at 1705561568
dziura-fd (900): lib/btimers.cc:218-0 thread timer 18336405fd0 kill bsock
tid=561abff670 at 1705561570.
dziura-fd (900): lib/btimers.cc:222-0 killed JobId=17062
Job=win10test-fd.2024-01-18_08.06.02_12
dziura-fd (900): lib/btimers.cc:192-0 Stop bsock timer 183363d2bf0
tid=0x0000000000000008 at 1705561571.
dziura-fd (800): lib/watchdog.cc:223-0 Unregistered inactive watchdog
18336405fd0
dziura-fd (200): lib/bsys.cc:186-0 pthread_cond_timedwait sec=1662152343552
usec=100
dziura-fd (100): lib/tls_openssl_private.cc:90-0 Destruct TlsOpenSslPrivate
dziura-fd (100): lib/bsock.cc:137-0 Destruct BareosSocket
dziura-fd (500): lib/runscript.cc:284-0 runscript: freeing all RUNSCRIPTS object
dziura-fd (500): compat/compat.cc:531-0 Enter make_wchar_win32_path
dziura-fd (500): compat/compat.cc:555-0 Leave
make_wchar_win32_path=\\?\C:\Windows\TEMP\bareos-fd.9102.state
dziura-fd (100): lib/bsys.cc:672-0 write_last_jobs seek to 192
dziura-fd (100): lib/jcr.cc:270-0 FreeCommonJcr: 183363e6340
dziura-fd (580): lib/message.cc:329-0 Close_msg jcr=0
dziura-fd (850): lib/message.cc:351-0 ===Begin close msg resource at 183363a77a0
dziura-fd (850): lib/message.cc:454-0 Done walking message chain.
dziura-fd (850): lib/message.cc:461-0 ===End close msg resource
dziura-fd (100): filed/dir_cmd.cc:482-0 Done with FreeJcr
dziura-fd (500): compat/compat.cc:188-0 Win32ConvCleanupCache: Cleanup of
thread specific cache at address 18336406c50
dziura-fd (100): lib/jcr.cc:185-0 Construct JobControlRecord
dziura-fd (800): lib/jcr.cc:765-0 setJobStatus(*System*, C)
dziura-fd (800): lib/jcr.cc:772-0 OnEntry JobStatus=dziura-fd (800):
lib/jcr.cc:780-0 Set new stat. old: dziura-fd (800): lib/jcr.cc:786-0 leave
setJobStatus old=dziura-fd (450): findlib/find.cc:79-0 init_find_files
ff=183363e76e0
dziura-fd (100): filed/dir_cmd.cc:419-0 <dird: setdebug=10 trace=0 hangup=-1
timestamp=-1
dziura-fd (100): filed/dir_cmd.cc:430-0 Executing setdebug= command.
dziura-fd (50): filed/dir_cmd.cc:814-0 SetdebugCmd: setdebug=10 trace=0
hangup=-1 timestamp=-1