Hello!

I have a PC having a Dual Boot of Ubuntu 18-04 and Windows 10.

I rarely use Windows and the PC is running Ubuntu usually. They both enable me 
to watch TV stream from VDR using VLC-player. I use Ubuntu as it also acts as a 
SpamAssassin and ClamAV -server for my LAN.

Today I rebooted to my WIndows 10 and started a backup with Bacula (I first 
upgraded the Bacula client to latest).

The backup just takes ages for being a differential from usually unused system. 
So I just took some pastes using my MacBook Air which is my usual Desktop. The 
PC runs as a TV screen in an another monitor.

I start this snip on my LXC-container on a Proliant Server running Bacula using 
SSH. The command ”b” I use in the beginning is a shell script that starts 
bacula-console with the passed in parameters. I then log into the windows using 
SSH from my Mac as the Windows runs Cygwin.

================================( begin )==================================

[root@backup ~]# b  stat client=mosquito-fd
Connecting to Director 192.168.1.140:9101
1000 OK: 103 bacula-dir Version: 9.4.1 (20 December 2018)
Enter a period to cancel a command.
stat client=mosquito-fd
Connecting to Client mosquito-fd at mosquito.fredriksson.dy.fi:9102

mosquito-fd Version: 9.4.1 (21 December 2018)  VSS Linux Cross-compile Win64
Daemon started 02-Feb-19 18:22. Jobs: run=0 running=0.
Microsoft Professional (build 9200), 64-bit
 Heap: heap=183,242,752 smbytes=200,562,109 max_bytes=200,607,984 bufs=531 
max_bufs=597
 Sizes: boffset_t=8 size_t=8 debug=0 trace=1 mode=0,0 bwlimit=0kB/s

Running Jobs:
JobId 12358 Job MOSQUITO_Backup.2019-02-02_18.45.31_18 is running.
    VSS Differential Backup Job started: 02-Feb-19 18:46
    Files=182,660 Bytes=20,517,619,392 AveBytes/sec=3,674,358 
LastBytes/sec=3,554,265 Errors=0
    Bwlimit=0 ReadBytes=31,713,835,729
    Files: Examined=227,849 Backed up=182,660
    Processing file: C:/Games/World in Conflict/wicloc63.sdf
    SDReadSeqNo=6 fd=1312 SDtls=0
Director connected at: 02-Feb-19 20:19
====

Terminated Jobs:
 JobId  Level    Files      Bytes   Status   Finished        Name 
===================================================================
 11391  Incr      9,008    4.265 G  OK       05-Dec-18 18:54 MOSQUITO_Backup
 11472  Full    841,165    306.2 G  OK       11-Dec-18 05:29 MOSQUITO_Backup
 11678  Diff    101,313    27.18 G  OK       23-Dec-18 19:27 MOSQUITO_Backup
 11818  Diff    100,409    21.88 G  OK       02-Jan-19 23:21 MOSQUITO_Backup
 11852  Incr     32,629    15.61 G  OK       03-Jan-19 18:58 MOSQUITO_Backup
 11935  Diff    136,720    43.03 G  OK       08-Jan-19 19:42 MOSQUITO_Backup
 11952  Incr     22,354    5.535 G  OK       09-Jan-19 18:57 MOSQUITO_Backup
 12217  Full    866,682    329.1 G  OK       23-Jan-19 05:46 MOSQUITO_Backup
 12233  Incr     16,410    5.554 G  OK       23-Jan-19 22:23 MOSQUITO_Backup
 12259  Incr     80,980    8.348 G  OK       25-Jan-19 19:04 MOSQUITO_Backup
====
[root@backup ~]# lopetus
Connection to backup closed.
gladiator:~ jarif$ ssh mosquito
Warning: Permanently added 'mosquito,192.168.1.108' (ECDSA) to the list of 
known hosts.
X11 forwarding request failed on channel 0
Last login: Sat Feb  2 18:23:11 2019 from ::1
      ____________________,             ______________________________________
   .QQQQQQQQQQQQQQQQQQQQQQQQL_         |                                      |
 .gQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ__   |                                      |
 gQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ==   |                    _.---.)           |
 QQQQQQQQQQQQQQQQQQQQQQQQQQQF=         |          (^--^)_.-"      `;          |
 QQQQQQQQQ================!            |          ) ee (           |          |
 QQQQQQQQ                              |         (_.__._)         /           |
 QQQQQQQQ                              |           `--',        ,'            |
 QQQQQQQQ     ~"jjj__,                 |            jgs )_|--')_|             |
 QQQQQQQQ       "jjjjjjjjjj___         |                ""'   ""'             |
 QQQQQQQQ        ~jjjjjjjjjjjjjjjjj__  |                                      |
 QQQQQQQQ        _jjjjjjjjjjjjjj/~~~~  |      The Hippo says: Welcome to      |
 QQQQQQQQ      .{jjjjjjj/~~~~~         |                             _        |
 QQQQQQQQ     .{/~~~~`                 |  ____  _   _   ____  _ _ _ (_) ____  |
 QQQQQQQQ                              | / ___)| | | | / _  || | | || ||  _ \ |
 QQQQQQQQ                              |( (___ | |_| |( (_| || | | || || | | ||
 QQQQQQQQQL_______________,            | \____) \__  | \___ | \___/ |_||_| |_||
 QQQQQQQQQQQQQQQQQQQQQQQQQQQL___       |        (___/  (____|                 |
 4QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ___  |                                      |
 (=QQQQQQQQQQQQQQQQQQQQQQQQQQQQQ====   |       -.-. -.-- --. .-- .. -.        |
   (QQQQQQQQQQQQQQQQQQQQQQQQF=         |______________________________________|


jarif@mosquito ~
$ ls -lah /cygdrive/c/Games/World\ in\ Conflict/wicloc63.sdf 
-rwxrwx---+ 1 Administrators jarif 272M  5.12.  2017 '/cygdrive/c/Games/World 
in Conflict/wicloc63.sdf’*

================================( end )==================================

Summarum:

- The file winloc63.sdf was was accessed in DEC-2017 when I installed the game. 
I have never played it.
- The Windows was last backed up at Full 23-Jan-19 and is running now a Diff at 
02-Feb-19.

Why is this file and tons of other backed up now?

Br. Jarif


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to