Currently I have a ramdisk of 10GB on w10, only for cache of firefox, because I browse lots of heavy pictures. In the config, i choose to synchronise on some folder on my SSD. I check only the option ''only copy files with attribute''.
however when i reboot, the computer takes like 5 minutes to copy all the files to the ssd (but at boot it is very fast???)
Since there is a button to force the sync in the options, I would like to know the command to force the sync from a little batch file and then i may even trigger this batch file form the task scheduler of windows every 30 minutes for instance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This question was posted recently on reboot.pro.
Here is my answer:
I have difficulties to imagine when this could be interesting.
Let's assume you are using the Toolkit.
Synchronizing folders can use a lot of CPU and disk access if there is a lot of files, even if there is no file to copy.
And if you just did important operations on the ramdisk, there is a manual command to synchronize in the RamDisk Configuration Tool.
If you still want to try, you can use the task scheduler of Windows with this command:
"C:\Program Files\ImDisk\ImDiskTk-svc.exe" SYNC
Don't forget to check "Run with highest privileges" and/or to select an account with enough privileges.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nice, launching the gui is too tedious, so the command is better and i jsut put a shortcut in the quicklaunch bar to trigger this with one click, or jsut create a task.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently I have a ramdisk of 10GB on w10, only for cache of firefox, because I browse lots of heavy pictures. In the config, i choose to synchronise on some folder on my SSD. I check only the option ''only copy files with attribute''.
however when i reboot, the computer takes like 5 minutes to copy all the files to the ssd (but at boot it is very fast???)
Since there is a button to force the sync in the options, I would like to know the command to force the sync from a little batch file and then i may even trigger this batch file form the task scheduler of windows every 30 minutes for instance.
This question was posted recently on reboot.pro.
Here is my answer:
I have difficulties to imagine when this could be interesting.
Let's assume you are using the Toolkit.
Synchronizing folders can use a lot of CPU and disk access if there is a lot of files, even if there is no file to copy.
And if you just did important operations on the ramdisk, there is a manual command to synchronize in the RamDisk Configuration Tool.
If you still want to try, you can use the task scheduler of Windows with this command:
"C:\Program Files\ImDisk\ImDiskTk-svc.exe" SYNC
Don't forget to check "Run with highest privileges" and/or to select an account with enough privileges.
nice, launching the gui is too tedious, so the command is better and i jsut put a shortcut in the quicklaunch bar to trigger this with one click, or jsut create a task.