-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Describe the bug
ftp pretend to be completed
the test : /drivebackup test ftp does create the backup folder in my ftp server so I dont get what is the issue here....
To Reproduce
/drivebackup backup
Screenshots / Videos
No response
Server and Plugin Versions
- Purpur
- 1.21.11
- 1.8.1
Logs
[06:25:19 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
[06:25:23 INFO]: PantACRO4life issued server command: /drivebackup test ftp
[06:25:23 INFO]: [DriveBackupV2] Beginning the test on (S)FTP
[06:25:28 INFO]: [DriveBackupV2] The (S)FTP test was successful
[06:26:20 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
[06:26:20 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
[06:26:23 INFO]: PantACRO4life issued server command: /drivebackup backup
[06:26:23 INFO]: [DriveBackupV2] Forcing a backup
[06:26:23 INFO]: [DriveBackupV2] Creating backups, the server may lag for a little while...
[06:26:23 INFO]: [DriveBackupV2] Creating local backup(s) and compressing...
[06:26:28 INFO]: [DriveBackupV2] Creating local backup for "plugins"
[06:26:42 INFO]: [DriveBackupV2] Failed to read attributes for "plugins/DHSupport/data.sqlite-journal", using defaults instead. Do you have permission to access it?
[06:26:42 INFO]: [DriveBackupV2] Failed to include "plugins/DHSupport/data.sqlite-journal" in the backup, is it locked? Do you have permission to access it?
[06:27:20 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
[06:37:20 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
[06:37:32 INFO]: [DriveBackupV2] Local backup for "plugins" created
[06:37:32 INFO]: [DriveBackupV2] Local backup(s) created and compressed
[06:37:32 INFO]: [DriveBackupV2] Uploading backup(s)...
[06:37:37 INFO]: [DriveBackupV2] Starting upload(s) for file "/home/lsmc/lsmc/server/backups/plugins/Backup-plugins-2026-1-21--06-26.zip"
[06:37:37 INFO]: [DriveBackupV2] Uploading file to (S)FTP
[06:37:37 INFO]: [DriveBackupV2] File uploaded in 0.01 seconds (2613783906.01KB/s)
[06:37:37 INFO]: [DriveBackupV2] Upload(s) for file "Backup-plugins-2026-1-21--06-26.zip" complete
[06:37:37 INFO]: [DriveBackupV2] Backup(s) uploaded
[06:37:37 INFO]: [DriveBackupV2] Checking for upload errors...
[06:37:37 INFO]: [DriveBackupV2] Backup to (S)FTP complete
[06:37:37 INFO]: [DriveBackupV2] No upload errors found
[06:37:37 INFO]: [DriveBackupV2] Backup complete
[06:37:37 INFO]: [DriveBackupV2] Pruning local backups
[06:37:37 INFO]: [DriveBackupV2] Pruning local backups for "plugins"
[06:37:38 INFO]: [DriveBackupV2] There are 3 file(s) which exceeds the local limit of 0, deleting oldest
[06:37:38 INFO]: [DriveBackupV2] Deleted local backup "Backup-plugins-2026-1-21--01-31.zip"
[06:37:38 INFO]: [DriveBackupV2] Deleted local backup "Backup-plugins-2026-1-21--03-18.zip"
[06:37:38 INFO]: [DriveBackupV2] Deleted local backup "Backup-plugins-2026-1-21--06-26.zip"
[06:37:38 INFO]: [DriveBackupV2] Local backup pruning complete for "plugins"
[06:37:38 INFO]: [DriveBackupV2] Local backup pruning complete
[06:37:38 INFO]: [DriveBackupV2] Backup took 674 seconds to complete
[06:38:20 INFO]: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Config
#################################################
# DriveBackupV2 - by Max Maeder (MaxTheGinus)
#################################################
# DOCUMENTATION HAS MOVED
# Now available online at: https://github.com/MaxMaeder/DriveBackupV2/wiki
version: 2
delay: 60
backup-thread-priority: 1
keep-count: 20
local-keep-count: 0
zip-compression: 1
backups-require-players: true
disable-saving-during-backups: true
scheduled-backups: false
backup-schedule-list:
backup-list:
- glob: "world*"
format: "Backup-%NAME-%FORMAT.zip"
create: true
- path: "plugins"
format: "Backup-plugins-%FORMAT.zip"
create: true
external-backup-list:
local-save-directory: "backups"
remote-save-directory: "backups"
googledrive:
enabled: false
shared-drive-id: ""
onedrive:
enabled: false
dropbox:
enabled: false
webdav:
enabled: false
hostname: "http://example.com/directory"
username: "Username"
password: "Password"
nextcloud:
enabled: false
hostname: "https://example.com/remote.php/dav/files/user/"
username: "Username"
password: "Password"
chunk-size: 20_000_000
s3:
enabled: false
endpoint: "https://s3.us-west-2.amazonaws.com"
access-key: "AKIAxxxxxxxxxxxxxxxx"
secret-key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
bucket: "bucket"
ftp:
enabled: true
hostname: "......."
port: 21
sftp: false
ftps: true
username: "........"
password: "........."
sftp-public-key:
sftp-passphrase:
working-dir: ""
messages:
send-in-chat: true
prefix: "&6[&4DriveBackupV2&6] "
default-color: "&3"
advanced:
metrics: false
update-check: false
suppress-errors: false
debug: false
date-language: "en"
date-timezone: "-00:00"
ftp-file-separator: "/"
Additional Information
I never seem to do the world backup for some reason even if I have it enabled
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels