Search found 23 matches

by Skyblue
Wed Jul 25, 2018 8:13 am
Forum: wimlib discussion
Topic: The CompressionExclusionList option
Replies: 3
Views: 7523

Re: The CompressionExclusionList option

Hi synchronicity, It's about compression performance. Skipping some files during a wimlib backup session could improve the performance in my modest opinion. A real life example: At work, I have a Sharepoint server hosting a SQL database. The first thing I do before doing a backup with wimlib is to d...
by Skyblue
Tue Jul 24, 2018 6:13 pm
Forum: wimlib discussion
Topic: The CompressionExclusionList option
Replies: 3
Views: 7523

Re: The CompressionExclusionList option

Hi synchronicity,

Did you have the opportunity to check the issue? Thanks.
by Skyblue
Wed May 23, 2018 6:54 am
Forum: wimlib discussion
Topic: The CompressionExclusionList option
Replies: 3
Views: 7523

The CompressionExclusionList option

Hi synchronicity, The CompressionExclusionList option supported by imagex and dism does not seem to processed by wimlib. Here is a quick test : md E:\test echo 12345123451234512345123451234512345123451234512345 > E:\test\text1.txt echo 12345123451234512345123451234512345123451234512345 > E:\test\tex...
by Skyblue
Mon Apr 23, 2018 9:46 am
Forum: wimlib discussion
Topic: Wimlib Apply Boot
Replies: 3
Views: 8689

Re: Wimlib Apply Boot

Hello,

After restoring the backup, did you try to recreate the BCD store in the WinPE environment?

Code: Select all

bcdboot C:\Windows /s C:
by Skyblue
Thu Aug 17, 2017 10:15 am
Forum: wimlib discussion
Topic: Files with the same modification date and size in delta backups
Replies: 7
Views: 19051

Re: Files with the same modification date and size in delta backups

Hi synchronicity,

Many thanks for your help. Not specifying the option --update-of while capturing the differential image ( the .dwm file ) does the job.
by Skyblue
Wed Aug 16, 2017 7:37 pm
Forum: wimlib discussion
Topic: Files with the same modification date and size in delta backups
Replies: 7
Views: 19051

Re: Files with the same modification date and size in delta backups

Hi synchronicity, It looks like that MS has no any plan to fix this bug. Kindly, is it possible to add a hash compare option to wimlib? Specified as an additional option in the command-line when it's necessary, wimlib could easily detect those modified files preserving the non-updated time stamp and...
by Skyblue
Mon May 16, 2016 11:44 am
Forum: wimlib discussion
Topic: Applying a wim archive captured with --source-list and broken NTFS permissions
Replies: 5
Views: 10404

Re: Applying a wim archive captured with --source-list and broken NTFS permissions

Hello synchronicity,

wimlib 1.9.2 Beta 4 tested on Windows 7 Sp1 and no broken NTFS permissions problem.
by Skyblue
Sun May 15, 2016 7:49 pm
Forum: wimlib discussion
Topic: Applying a wim archive captured with --source-list and broken NTFS permissions
Replies: 5
Views: 10404

Re: Applying a wim archive captured with --source-list and broken NTFS permissions

Hello synchronicity,

Thanks for the new release. It works fine on Windows XP SP3 and the NTFS permission problem is solved. I will repeat the test tomorrow on a Windows 7 system.
by Skyblue
Sat May 14, 2016 6:44 pm
Forum: wimlib discussion
Topic: Applying a wim archive captured with --source-list and broken NTFS permissions
Replies: 5
Views: 10404

Re: Applying a wim archive captured with --source-list and broken NTFS permissions

Hi synchronicity,

Thanks for your reply and the info. The original security descriptors should to be retained on such directories, I agree with you. Also, preserving the NTFS permissons of the root directories is important.
by Skyblue
Fri May 13, 2016 8:23 am
Forum: wimlib discussion
Topic: Applying a wim archive captured with --source-list and broken NTFS permissions
Replies: 5
Views: 10404

Applying a wim archive captured with --source-list and broken NTFS permissions

Hello, After applying a wim archive captured with --source-list, I experienced some broken NTFS permissions problems. Here is a test. Create a simple directory structure : md D:\test\abc md D:\test\xyz echo > D:\test\abc\sample1.txt echo > D:\test\xyz\sample2.txt Capture the directory : wimcapture.c...