-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed SFTP-Upload, added needed config entries, updated pom.xml #35
base: master
Are you sure you want to change the base?
Conversation
merge merge |
Any idea why the plugin is dead and stuff like this don't get merged? |
Dunno, I moved onto DriveBackupV2. |
Does it have SFTP upload? |
Yep. |
hmm DriveBackupV2 is pretty meh.. in terms of exemptions... |
Well, DriveBackupV2 is active and has a better code base, the configuration options were fine for me. It's much easier to PR DriveBackupV2 than it is to continue using a inactive project. |
True, but "Active" is a big word... its not that active... |
Are any backup solutions ever that active? Also easyBackup appears to be semi active as well - might want to check that out. |
Easybackup is broken af atm.. why do you think i'm looking for alternatives xD? |
Fair enough, those are all the solutions I know. 🥲 |
I can't understand why my fix isn't merged. @ZombieStriker was active since my merge request and my server is running fine with SFTP, the latest spigot version and this fix. (over 5 month now without any problems) |
I'm afraid i don't know how to exactly clone your fork and build it.. |
If you are a little bit into software development its not that hard. |
It would be awesome if you could provide the jar, just whenever u have time ^^ Does it work flawlessly on 1.17 and java 16? |
Yes it works fine with 1.17 and java16 :) |
Hello,
i fixed the SFTP-Upload and its now working. I also added a few config entries to be able to connect to unknown hosts and set the remote directory.
This fixes #34. fixes #25. fixes #18. fixes #16.