Re: Change Journal and VSS analog in Wine

2010-03-03 Thread James McKenzie
Michael Stefaniuc wrote: > Dmitry Konnov wrote: > >> MS> well I would phrase that differently: the backend that collects and >> MS> restores the data from the filesystem needs to be a native application. >> >> but Change Journal is ntdll.dll DeviceIoControl with certain >> options call. >>

Re: Change Journal and VSS analog in Wine

2010-03-03 Thread Michael Stefaniuc
Dmitry Konnov wrote: > MS> well I would phrase that differently: the backend that collects and > MS> restores the data from the filesystem needs to be a native application. > > but Change Journal is ntdll.dll DeviceIoControl with certain > options call. No. It is a functionality of the NTFS filesy

Re: Change Journal and VSS analog in Wine

2010-03-03 Thread Michael Stefaniuc
Hello Dmitry, Dmitry Konnov wrote: > MS> what do you try to do? Porting a Windows backup software to MacOSX using > MS> Wine? > > yes. > > MS> That won't work if the intent is to backup the whole MacOSX > MS> system. The native filesystems have their peculiarities that Wine > MS> doesn't expose

Re: Change Journal and VSS analog in Wine

2010-03-03 Thread Michael Stefaniuc
Hello Dmitry, Dmitry Konnov wrote: > I'm doing backup software. > > Can somebody advise on weather Wine has functionality of > ChangeJournal NTFS and Shadow Copy mechanism. > > I understand that ChangeJournal NTFS is NTFS file system feature > and Shadow Copy perhaps heavily dependent on Windows

Change Journal and VSS analog in Wine

2010-03-03 Thread Dmitry Konnov
Hi All, I'm doing backup software. Can somebody advise on weather Wine has functionality of ChangeJournal NTFS and Shadow Copy mechanism. I understand that ChangeJournal NTFS is NTFS file system feature and Shadow Copy perhaps heavily dependent on Windows system. But I wonder weather these feat