Search found 474 matches

by synchronicity
Sat Jan 02, 2016 10:37 pm
Forum: wimlib discussion
Topic: capture wim compatible with windows7 setup.exe
Replies: 32
Views: 67901

Re: capture wim compatible with windows7 setup.exe

I'll add ARM64.

What are some examples of typical alternate system roots? Are they typically at the top level only? I'd like to avoid iterating through all files in the image to find the root.
by synchronicity
Sat Jan 02, 2016 7:53 pm
Forum: wimlib discussion
Topic: backup live systems
Replies: 18
Views: 36388

Re: backup live systems

@bliblubli It may seem like a lot of space, but as a percentage it isn't a lot. There are a few things that can cause a difference of multiple percent, such as confusion between power-of-10 gigabytes and power-of-2 gigabytes, or counting allocated space used on disk versus counting the total file da...
by synchronicity
Sat Jan 02, 2016 5:01 pm
Forum: wimlib discussion
Topic: backup live systems
Replies: 18
Views: 36388

Re: backup live systems

1. When extracting files in NTFS-3g mode, NTFS-3g is responsible for laying out the files. I don't know the details of how it does so. 2. You can't trust minor differences in size statistics because there are many different ways to compute and present them. 3. Those are special Windows folders which...
by synchronicity
Sat Jan 02, 2016 4:35 pm
Forum: wimlib discussion
Topic: backup live systems
Replies: 18
Views: 36388

Re: backup live systems

I attempted to get it working on XP but wasn't able to. I'm not going to bother further since XP is supposed to be dying.

I'll update the documentation and error messages to be more clear that only Vista and later are supported (for snapshot mode).
by synchronicity
Sat Jan 02, 2016 2:45 pm
Forum: wimlib discussion
Topic: backup live systems
Replies: 18
Views: 36388

Re: backup live systems

Currently it only works on Vista and later because Windows XP requires different code to make VSS work.
by synchronicity
Fri Jan 01, 2016 11:00 pm
Forum: wimlib discussion
Topic: backup live systems
Replies: 18
Views: 36388

Re: backup live systems

The latest beta version supports this using VSS snapshots (--snapshot argument to wimcapture and wimappend). This functionality has not yet been widely tested, however.
by synchronicity
Fri Jan 01, 2016 6:27 pm
Forum: wimlib discussion
Topic: capture wim compatible with windows7 setup.exe
Replies: 32
Views: 67901

Re: capture wim compatible with windows7 setup.exe

Hi, In wimlib-1.9.0-BETA3 (I'm renaming 1.8.4 to 1.9.0) I've implemented setting the Windows-specific XML information. The information for an image is automatically set when the image is captured. Not supported yet is updating the information for an existing image; this could be added later, relativ...
by synchronicity
Fri Jan 01, 2016 6:17 pm
Forum: wimlib discussion
Topic: wim image incompatible with WDS. Lack of information in XML.
Replies: 2
Views: 7638

Re: wim image incompatible with WDS. Lack of information in XML.

I've implemented setting of Windows-specific XML information in wimlib-1.9.0-BETA3. It will automatically fill in this information when capturing a new image. This should address the WDS incompatibility.
by synchronicity
Fri Jan 01, 2016 3:07 pm
Forum: wimlib discussion
Topic: checksum collision and incremental backups
Replies: 7
Views: 15835

Re: checksum collision and incremental backups

1) The doc says wimlib defaults to LZX compression, but in my case, it was uncompressed if I didn't specify the --compress option. This shouldn't happen. Can you share the commands you used? 2) Could you add an option to automatically extract duplicated files as hardlinks (even if they were not in ...
by synchronicity
Thu Dec 31, 2015 6:26 pm
Forum: wimlib discussion
Topic: checksum collision and incremental backups
Replies: 7
Views: 15835

Re: checksum collision and incremental backups

If you keep all images in a single WIM archive, then wimlib will never remove files that are still referenced. If you keep your images in multiple archives and plan to delete old archives manually, then you will need to export the image(s) you want before deleting the old archives.