A tool to provide quick and stable backups for servers hosted using the Pterodactyl game panel. It requires another machine to run on and an sshfs mount to work correctly, but the goal is to completely offload the backup process and make it independent of the game server or mod loader you're running.
Since I can't use rsync to directly connect to the ptero container I need to use sshfs, and that's not supported very well on windows. Luvkily, WSL is a thing, but WSL doesn't support CRON, so I'll need to get an implementation that uses the windows task scheduler to run the jar file through WSL so that it can interact with the SSHFS mount.
Since I can't use rsync to directly connect to the ptero container I need to use sshfs, and that's not supported very well on windows. Luvkily, WSL is a thing, but WSL doesn't support CRON, so I'll need to get an implementation that uses the windows task scheduler to run the jar file through WSL so that it can interact with the SSHFS mount.