I am using Windows 7, Primo Ramdisk Ultimate Edition.
The Primo program creates a drive that is based on RAM it reserves for this purpose. This makes the RAMdisk extremely fast. The problem is that sometimes I turn off the computer and forget to save the RAMdisk and my data is lost. I want to use RealTimeSync to prevent this loss.
The problem is that RealTimeSync is unable to register device notifications for my "RAMDISK (Z:)" drive. The error is as follows:
Unable to register device notifications for "Z:\".
Error Code 1168: Element not found. [RegisterDeviceNotification]
Note that FreeFileSync works perfectly when I run the batch file but RealTimeSync gives the error shown. Also note that I tried to use [RAMDISK]\ as the device name in the batch file. Is RealTimeSync just incompatible with RAMdisk drives? The ramdisk is not much different than a flash drive so theoretically it should work.
Am I doing something wrong or is the nature of a RAMdisk to blame?
Thank you for any help you can give.
Here is a copy of the .ffs_batch file used in RealTimeSync:
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="7" XmlType="BATCH">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Comparison>
<SyncConfig>
<Variant>Update</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>
<DetectMovedFiles>false</DetectMovedFiles>
<DeletionPolicy>Versioning</DeletionPolicy>
<VersioningFolder Style="TimeStamp">C:\Users\gaming\Desktop\backup trash</VersioningFolder>
</SyncConfig>
<GlobalFilter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
<Item>\RECYCLER\</Item>
<Item>\RECYCLED\</Item>
<Item>*\desktop.ini</Item>
<Item>*\thumbs.db</Item>
</Exclude>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
</GlobalFilter>
<FolderPairs>
<Pair>
<Left>[RAMDISK]\</Left>
<Right>C:\Users\gaming\Desktop\backup</Right>
</Pair>
</FolderPairs>
<OnCompletion/>
</MainConfig>
<BatchConfig>
<HandleError>Popup</HandleError>
<RunMinimized>false</RunMinimized>
<LogfileFolder Limit="-1">C:\Users\gaming\Desktop\log</LogfileFolder>
</BatchConfig>
</FreeFileSync>