January 20, 20251 yr Hello, trying to set a schedule with luckbackup and have gotten the following error when the job is initiated. ---- No protocol specified qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. Aborted ---- This is the command that is presented by viewing the crontab. How do I fix this? #Initial Cron # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ luckybackup entries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0 * * * * /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/default.profile > /root/.luckyBackup/logs/default-LastCronLog.log 2>&1 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end of luckybackup entries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ One more thing I tried was to open a console window of the LuckyBackup container and executed the command /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/default.profile > /root/.luckyBackup/logs/default-LastCronLog.log 2>&1 The command was executed and just hung there. No data was populated into the file leading me to believe that nothing was happening.
January 20, 20251 yr Community Expert Solution ? is luck backup a docker you are running or is this on the host system? unraid has a plugin to called user scripts to set scripts up on the host level and to run crons... ?Docker: I assume the docker... did you follow the warning and check the checkbox? Cron: If you create a cron job please be sure to tick the "Console Mode" checkbox, otherwise the cron jobs will not work.
January 20, 20251 yr Author Yes, went back to check that I did check that box. It now seems to be working correctly. Thanks you.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.