I've recently set up a Dell Wyse 3040 as a small Repetier server for my few printers; its internal storage space is very small at 8GB, but it has a USB 3.0 port to which I've connected a 32GB USB stick. I am running Ubuntu Server 22.04 LTS
I've formatted the USB stick and mounted it at /media/usb on the file system.
I would like for all the Repetier server working files - uploaded gcodes, videos, images, whatever - to be stored onto this USB stick instead of the internal volume. Looking around, it seems the Repetier user files are stored in /var/lib/Repetier-Server.
Is it just as simple as copying that folder's contents to the USB stick, deleting that folder, and then setting the mount point of my USB stick to be /var/lib/Repetier-Server ?
(I haven't used Unix for close on 25 years, and then it was as a user of a big Solaris box, not an administrator..)