There are features that just don't fit into "copy files" - like unpack
archives or download something from somewhere or generate/launch something,
create symlinks, tweak environment variables or do other conditional
actions. Everything of the above can be solved by running a script - so is
there a way to do it automatically after the ramdisk is ready?
I would also like to know this. My plan is offloading certain cache/temp folders from my ssd to the ramdisk via the use of symlinks, which should theoretically work if the folders are recreated on startup before the symlink is used.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are features that just don't fit into "copy files" - like unpack
archives or download something from somewhere or generate/launch something,
create symlinks, tweak environment variables or do other conditional
actions. Everything of the above can be solved by running a script - so is
there a way to do it automatically after the ramdisk is ready?
I would also like to know this. My plan is offloading certain cache/temp folders from my ssd to the ramdisk via the use of symlinks, which should theoretically work if the folders are recreated on startup before the symlink is used.