-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] sftp issue #90
Comments
Found this issue on (maybe) the library: Maybe it is linked - the drive backup should do file renaming/moving/deletion in my situation. There are alot of old backups lying on disk which should never have been left to rot there. |
Sorry for the delay. I suspect you're right but since I can't reproduce this error, I cannot verify this. Try out this new build which uses sshj 0.32.0 to see if that fixes it: https://transfer.sh/P4NRoe/DriveBackupV2.jar |
Hi @rhld16, no offense taken, thanks for trying to help me :) I downloaded the new version and restartet my my MC server. Output on server console (mcrcon)
Can i make the sftp part more verbose via the config.yml? |
Unfortunately sshj doesn't allow me to change it's logging level. Since the issue you linked refers to v0.32.0 I'll assume this issue still persists in the updated version. Are you able to provide ssh server logs at the point where the plugin attempts to connect? |
|
Another thing i just found. The sftp test leaves sshd Process open on my target server:
|
ARGH... I found the problem. My ssh user (backupminecraft) had "/bin/false" as shell, as "all the howto's" suggest for sftp users in google. Changed it to /bin/bash, now the sftp test is working again. I guess I changed this setting sometime the last few weeks. Im really sorry for all the fuss. |
Hi,
i updated to your newest version 1.5.4 from 1.3.7. Now im getting the following errors when i trigger a backup.
My config.yml looks like this:
Greetings
hasechris
The text was updated successfully, but these errors were encountered: