My server (on a Raspberry) is short on memory. Is there a way to set the server to specify that Projects and files should be stored on a network drive?
You can store projects in an other server installation instance e.g. on your pc. The rest is fixed to be at /var/lib/Repetier-Server
You can use any Linux trick to move it somewhere e.g. on a bigger driver mounted to pi. Or you copy sd card to a bigger sd card.
Using a network drive for this is not best solution also you can of course mount a network drive in linux and point the dir there. But on network problems server might stop working suddenly. Therefore it is best to use a local storage where such problems just du not exist.
Comments
You can use any Linux trick to move it somewhere e.g. on a bigger driver mounted to pi. Or you copy sd card to a bigger sd card.
Using a network drive for this is not best solution also you can of course mount a network drive in linux and point the dir there. But on network problems server might stop working suddenly. Therefore it is best to use a local storage where such problems just du not exist.