Re: [Burp-users] Windows host: only partial backup
Brought to you by:
grke
|
From: Graham K. <gr...@gr...> - 2016-11-24 21:05:07
|
On Thu, November 24, 2016 6:17 pm, Sven Ehret wrote: > hello all, > > my windows server somehow does only backup a very small portion of the > files, and I cannot find my seemingly stupid error. > > Scenario: > - BuRP 1.4.40/protocol 1 > - Client: Windows Server 2012 R2 > > Logfile: > > 2016-11-24 08:48:46: burp[17926] Client version: 1.4.40 > 2016-11-24 08:48:46: burp[17926] Client is Windows > 2016-11-24 08:48:46: burp[17926] Begin phase1 (file system scan) > 2016-11-24 08:50:36: burp[17926] End phase1 (file system scan) > 2016-11-24 08:50:36: burp[17926] Begin phase2 (receive file data) > 2016-11-24 08:50:37: burp[17926] End phase2 (receive file data) > 2016-11-24 08:50:37: burp[17926] Begin phase3 (merge manifests) > 2016-11-24 08:50:37: burp[17926] End phase3 (merge manifests) > 2016-11-24 08:50:37: burp[17926] Backup ending - disconnect from client. > 2016-11-24 08:50:37: burp[17926] Begin phase4 (shuffle files) > 2016-11-24 08:50:37: burp[17926] Duplicating current backup. > 2016-11-24 08:50:38: burp[17926] first keep value: 7, backup: 6 (6-2=4) > 2016-11-24 08:50:38: burp[17926] do not need to hardlink archive (4%7=4) > 2016-11-24 08:50:38: burp[17926] not doing hardlinked archive > 2016-11-24 08:50:38: burp[17926] will generate reverse deltas > 2016-11-24 08:50:38: burp[17926] Doing the atomic data jiggle... > -------------------------------------------------------------------------------- > Start time: 2016-11-24 08:48:46 > End time: 2016-11-24 08:50:44 > Time taken: 01:58 > New Changed Unchanged Deleted Total | > Scanned > > ------------------------------------------------------------ > Files: 0 0 114398 0 114398 | > 114398 > Grand total: 0 0 114398 0 114398 | > 114398 > > ------------------------------------------------------------ > > Warnings: 0 > > Bytes estimated: 108671863346 (101.21 GB) > Bytes in backup: 1670624261 (1.56 GB) > Bytes received: 0 > Bytes sent: 0 > -------------------------------------------------------------------------------- > 2016-11-24 08:50:44: burp[17926] Backup completed. > 2016-11-24 08:50:44: burp[17926] End phase4 (shuffle files) > > incexc log: > include = C:/SERVICE/BGInfo > include = d:/benutzerdaten > nobackup = .nobackup > cross_all_filesystems = 1 > split_vss = 0 > strip_vss = 0 > atime = 0 > read_all_fifos = 0 > min_file_size = 0 > max_file_size = 0 > compression = 0 > > Why the huge discrepancy in estimated and backed up data? Shouldn't it > throw an error or warning? Most important: What can I do to analyze the > problem and backup all the data? > > Huge thanks! Hello, Have you tried doing a 'burp -a l' to see what it says is in the backup? Does it match what you expected? Have you tried version 2.0.52? |