Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unraid crashing overnight due to Cron issues

Featured Replies

  • Community Expert

I have the following two errors occuring:

/etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory

and

/etc/cron.daily/user.script.start.daily.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory

Have confirmed all files mention exist. Help!

Solved by paladin

  • Community Expert

It is unlikely that is the reason for the crashes. Enable the syslog server and post that after a crash, together with fresh diagnostics.

  • Author
  • Community Expert

Further info, I have confirmed that happens ONLY every Monday evening AEST. I have a bunch of backup script sthat run early morning. Some have run successfully whilst others earlier in the morning have not.

  • Author
  • Community Expert
5 hours ago, trurl said:

Why are the diagnostics you just posted dated Feb 11?

Uploaded in error apologies. Attached

Also following notification received at 11:47, 12:47, 1:47,2:47, 3:47, etc until i reboot as gui frozen. Though i can ssh in...

/etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory

tower-diagnostics-20260217-1241.zip

  • Community Expert

Almost certainly unrelated, but your system share is on cache and multiple array disks. Ordinarily, that share only has 2 files, docker.img and libvirt.img. What else are you storing there so it would be on so many disks?

Ideally, docker/VM related shares - appdata, domains, system - would have all files on cache or other pool with nothing on the array, so Docker/VM will perform better, and so array disks can spin down. But you have those shares on cache and multiple array disks. In fact, you have domains and system configured to be moved to the array. And appdata is configure to only use cache, which means it has no Secondary, so no Mover action that would get those array files moved to cache.

Nothing can move open files. You have to disable Docker and VM Manager in Settings before you can work with those shares.

  • Community Expert

Your syslog is being spammed with this even before the array has started:

Feb 17 06:15:18 Tower nginx: 2026/02/17 06:15:18 [error] 12979#12979: *1 limiting requests, excess: 20.699 by zone "authlimit", client: 192.168.1.113, server: , request: "GET /login HTTP/2.0", host: "tower.local", referrer: "https://tower.local/Scripts"

Any idea what that IP belongs to?

  • Community Expert

What do you get from command line with this?

cat /etc/cron.d/root
  • Author
  • Community Expert
33 minutes ago, trurl said:

What do you get from command line with this?

cat /etc/cron.d/root

root@Tower:~# cat /etc/cron.d/root

# Set cpu turbo boost off:

00 23 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo off &> /dev/null

# Set cpu turbo boost on:

00 05 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo on &> /dev/null

# Generated docker monitoring schedule:

10 0 * * * /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check &> /dev/null

# Generated system monitoring schedule:

*/1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null

# Generated mover schedule:

45 22 * * * /usr/local/sbin/mover start > /dev/null 2> >(logger -t move)

# NUT Runtime Statistics Module

*/30 * * * * /usr/sbin/nutstats > /dev/null 2>&1

# Generated parity check schedule:

0 5 * * 0 /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null

# Generated plugins version check schedule:

10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null

# Generated Unraid OS update check schedule:

11 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null

# Appdata.Backup cron settings

05 01 * * * php /usr/local/emhttp/plugins/appdata.backup/scripts/backup.php > /dev/null 2>&1

# Generated schedule for Mover Tuning move:

45 22 * * * /usr/local/emhttp/plugins/ca.mover.tuning/mover start |& logger -t move

# CRON for CA background scanning of applications

11 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1

# Generated cron schedule for user.scripts

01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy databases 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup Flash - Copy 2 NAS Dropbox V33/script > /dev/null 2>&1

10 3 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup guardian to NAS Dropbox V33/script > /dev/null 2>&1

01 08 31 * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup_immich_photo_2_NAS_Cloud_V34/script > /dev/null 2>&1

55 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/export npm db and letsencrypt from t1 and import to t2 V1/script > /dev/null 2>&1

0 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup paperless-ngx - copy 2 NAS V37/script > /dev/null 2>&1

30 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/paperless_1_to_paperless_2_restore_v2sh/script > /dev/null 2>&1

01 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup user scripts to NAS Dropbox_V35/script > /dev/null 2>&1

01 22 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/BackupRestoreWikijsSSH_V6/script > /dev/null 2>&1

59 09 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/db-backup now script fix/script > /dev/null 2>&1

0 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/deluge-mover/script > /dev/null 2>&1

1 23 * * 1 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Delete old backups older than xx days V2/script > /dev/null 2>&1

15 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Seafile Garbage Collection/script > /dev/null 2>&1

  • Author
  • Community Expert
38 minutes ago, trurl said:

Your syslog is being spammed with this even before the array has started:

Feb 17 06:15:18 Tower nginx: 2026/02/17 06:15:18 [error] 12979#12979: *1 limiting requests, excess: 20.699 by zone "authlimit", client: 192.168.1.113, server: , request: "GET /login HTTP/2.0", host: "tower.local", referrer: "https://tower.local/Scripts"

Any idea what that IP belongs to?

win10 laptop

  • Community Expert

What do you get from command line with this?

ls -lah /boot/config/plugins/user.scripts/scripts
  • Author
  • Community Expert
26 minutes ago, trurl said:

What do you get from command line with this?

ls -lah /boot/config/plugins/user.scripts/scripts

root@Tower:~# ls -lah /boot/config/plugins/user.scripts/scripts

total 1.5M

drwx------ 95 root root 16K Feb 17 15:19 ./

drwx------ 3 root root 16K Jul 15 2025 ../

drwx------ 2 root root 16K May 24 2023 1111/

drwx------ 2 root root 16K May 24 2023 1_A\ Start\ Script/

drwx------ 2 root root 16K Jan 31 2022 1_macinabox_helper/

drwx------ 2 root root 16K Dec 9 2020 1_macinabox_vmready_notify/

drwx------ 2 root root 16K May 24 2023 1aaaaatest/

drwx------ 2 root root 16K Sep 27 2024 Allow\ unRaid\ to\ utilize\ the\ full\ width\ of\ the\ browser\ instead\ of\ limited\ to\ 1920px/

drwx------ 2 root root 16K Sep 6 05:57 Backup\ DB\ PostgreSQL\ MariaDB-Copy\ 2\ NAS/

drwx------ 2 root root 16K Nov 26 17:43 Backup\ Flash\ -\ Copy\ 2\ NAS\ Dropbox\ V3/

drwx------ 2 root root 16K Dec 7 03:41 Backup\ Flash\ -\ Copy\ 2\ NAS\ Dropbox\ V33/

drwx------ 2 root root 16K Aug 24 07:44 Backup\ Flash\ Drive\ -\ Copy\ to\ GoogleDrive/

drwx------ 2 root root 16K Aug 24 07:44 Backup\ Flash\ Drive\ -\ Copy\ to\ NAS/

drwx------ 2 root root 16K Aug 24 07:45 Backup\ Flash\ Drive\ -\ Copy\ to\ NAS\ PCloud/

drwx------ 2 root root 16K Dec 26 13:06 Backup\ Seafile\ and\ Resore\ V1/

drwx------ 2 root root 16K Sep 12 16:31 Backup\ appdata\ to\ NAS\ TEST/

drwx------ 2 root root 16K Oct 8 11:10 Backup\ guardian\ to\ NAS\ Dropbox/

drwx------ 2 root root 16K Nov 26 17:48 Backup\ guardian\ to\ NAS\ Dropbox\ V3/

drwx------ 2 root root 16K Dec 7 04:12 Backup\ guardian\ to\ NAS\ Dropbox\ V33/

drwx------ 2 root root 16K Sep 7 00:56 Backup\ immich\ photo\ 2\ NAS/

drwx------ 2 root root 16K Oct 22 18:50 Backup\ paperless-ngx/

drwx------ 2 root root 16K Nov 17 20:16 Backup\ paperless-ngx\ -\ copy\ 2\ NAS/

drwx------ 2 root root 16K Nov 26 14:25 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V3/

drwx------ 2 root root 16K Dec 8 22:04 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V33/

drwx------ 2 root root 16K Dec 13 21:15 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V36/

drwx------ 2 root root 16K Jan 24 13:22 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V37/

drwx------ 2 root root 16K Nov 23 12:09 Backup\ user\ scripts\ to\ NAS\ Dropbox_V3/

drwx------ 2 root root 16K Jan 24 10:32 Backup\ user\ scripts\ to\ NAS\ Dropbox_V35/

drwx------ 2 root root 16K Nov 27 20:18 Backup\ user\ scripts\ to\ NAS\ Dropbox_V41/

drwx------ 2 root root 16K Nov 28 21:47 Backup\ user\ scripts\ to\ NAS\ Dropbox_V52/

drwx------ 2 root root 16K Aug 26 06:49 Backup\ wikijs\ -\ Copy\ to\ NAS\ GDrive/

drwx------ 2 root root 16K Nov 26 09:53 Backup\ wikijs\ tower1\ 2\ tower2\ -\ Backup\ V3/

drwx------ 2 root root 16K Nov 27 15:14 BackupRestoreWikijsSSH_V5/

drwx------ 2 root root 16K Nov 29 14:28 BackupRestoreWikijsSSH_V6/

drwx------ 2 root root 16K Nov 29 18:12 BackupRestoreWikijsSSH_V6_chatgpt/

drwx------ 2 root root 16K Nov 27 15:14 BackupWikijsRestore_SSH_V4/

drwx------ 2 root root 16K Dec 6 16:46 Backup_immich_photo_2_NAS_Cloud_V3/

drwx------ 2 root root 16K Dec 9 12:18 Backup_immich_photo_2_NAS_Cloud_V33/

drwx------ 2 root root 16K Jan 24 13:46 Backup_immich_photo_2_NAS_Cloud_V34/

drwx------ 2 root root 16K Aug 25 21:03 Check\ if\ the\ amount\ of\ docker\ containers\ is\ correct/

drwx------ 2 root root 16K Nov 26 17:26 Copy\ appdata\ 2\ NAS\ V3/

drwx------ 2 root root 16K Nov 26 17:34 Copy\ databases\ 2\ NAS\ V3/

drwx------ 2 root root 16K Oct 4 22:51 Copy\ databses\ 2\ NAS/

drwx------ 2 root root 16K Dec 11 18:54 Custom\ tabs\ super/

drwx------ 2 root root 16K Sep 6 05:58 DB-Backup\ -\ Immich/

drwx------ 2 root root 16K Nov 22 22:33 Delete\ old\ backups\ and\ files\ older\ than\ xx\ and\ exclude\ folders\ v1/

drwx------ 2 root root 16K Nov 22 21:40 Delete\ old\ backups\ older\ than\ 21\ days\ V1/

drwx------ 2 root root 16K Sep 2 22:05 Delete\ old\ backups\ older\ than\ xx\ days/

drwx------ 2 root root 16K Oct 5 14:38 Delete\ old\ backups\ older\ than\ xx\ days\ V2/

drwx------ 2 root root 16K Dec 26 13:16 Docker\ cleanup\ script/

drwx------ 2 root root 16K Aug 13 2024 EasyBackup\ Daily/

drwx------ 2 root root 16K Aug 19 06:12 Fan\ fix\ test/

drwx------ 2 root root 16K Aug 19 06:52 ILO\ Fan\ test\ V2/

drwx------ 2 root root 16K Dec 11 18:55 Increase\ PHP-FPM\ max_children\ to\ handle\ more\ concurrent\ UIAPI\ calls/

drwx------ 2 root root 16K Dec 11 18:54 Install\ requests\ deluge-mover/

drwx------ 2 root root 16K Nov 17 11:46 Restore\ paperless-ngx/

drwx------ 2 root root 16K Nov 11 10:48 Restore\ wikijs\ tower1\ to\ wikjs\ tower2/

drwx------ 2 root root 16K Nov 16 12:21 Seafile\ Garbage\ Collection/

drwx------ 2 root root 16K Aug 20 04:28 Start\ Home\ Assist/

drwx------ 2 root root 16K May 20 2023 Test\ SSH/

drwx------ 2 root root 16K May 20 2023 Test\ SSH\ V2/

drwx------ 2 root root 16K May 21 2023 Test\ SSH\ V3/

drwx------ 2 root root 16K Aug 25 19:20 Unraid\ ZFS\ Auto\ Dataset\ Update/

drwx------ 2 root root 16K Aug 25 19:16 Unraid\ check\ docker\ script/

drwx------ 2 root root 16K Oct 28 17:22 Unraid_check_docker_scriptsh/

drwx------ 2 root root 16K Oct 4 22:23 XMR\ Hashrate\ Increase\ Memory\ Hack/

drwx------ 4 root root 16K May 18 2023 __MACOSX/

drwx------ 2 root root 16K May 24 2023 aaa\ Fan\ Test/

drwx------ 2 root root 16K Jul 7 2025 aterfax-silence-dl380pG8-screen/

drwx------ 2 root root 16K Jan 25 21:19 container_watch_v2sh/

drwx------ 2 root root 16K Dec 4 08:59 container_watchsh/

drwx------ 2 root root 16K Dec 26 13:09 db-backup\ now\ script\ fix/

drwx------ 2 root root 16K May 5 2023 delete.ds_store/

drwx------ 2 root root 16K May 5 2023 delete_dangling_images/

drwx------ 2 root root 16K Jul 13 2025 deluge-mover/

drwx------ 2 root root 16K Jul 7 2025 djaenk-quiet-dl380pG8sh/

drwx------ 2 root root 16K Feb 14 17:07 export\ npm\ db\ and\ letsencrypt\ from\ t1\ and\ import\ to\ t2\ V1/

drwx------ 2 root root 16K Jul 7 2025 ilofan/

drwx------ 2 root root 16K Jul 7 2025 ja-silence-dl20G9/

drwx------ 2 root root 16K Aug 21 05:48 ja-silence-dl20G9sh/

drwx------ 2 root root 16K Aug 21 05:57 kg-silence-dl380pG8sh/

drwx------ 2 root root 16K Feb 14 11:07 npm_backupsh/

drwx------ 2 root root 16K Feb 14 10:19 npm_restoresh/

drwx------ 2 root root 16K Feb 16 20:52 paperless_1_to_paperless_2_restore_v2sh/

drwx------ 2 root root 16K Sep 12 17:27 potgres\ backup\ test\ v2/

drwx------ 2 root root 16K Dec 18 09:31 rclone_dropbox-to-seafile-v3/

drwx------ 2 root root 16K Feb 16 19:32 restore_paperless_claude_v11/

drwx------ 2 root root 16K Aug 19 19:25 ssh_key_exchange/

drwx------ 2 root root 16K Dec 20 20:32 test/

drwx------ 2 root root 16K Aug 21 05:22 tty13-fanctrlsh/

drwx------ 2 root root 16K Nov 19 17:42 unraid_backup_manager/

drwx------ 2 root root 16K May 5 2023 viewDockerLogSize/

drwx------ 2 root root 16K Dec 11 18:53 vmmax_map_count/

drwx------ 2 root root 16K Sep 9 01:07 wikijs\ backup\ Test/

drwx------ 2 root root 16K Nov 26 17:58 wikijs_backup_and_restore-SSH\ V3/

  • Community Expert

I wonder if there is some bug in User Scripts that is causing your script errors because many of your script names have embedded spaces. Your cron entries don't seem to be 'escaping' those embedded spaces by preceding them with \

  • Community Expert

For example, cron has

01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1

but ls for that script has

drwx------ 2 root root 16K Nov 26 17:26 Copy\ appdata\ 2\ NAS\ V3/
  • Author
  • Community Expert
On 2/18/2026 at 1:50 AM, trurl said:

For example, cron has

01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1

but ls for that script has

drwx------ 2 root root 16K Nov 26 17:26 Copy\ appdata\ 2\ NAS\ V3/

Is that the issue? you think?

  • Community Expert

And note that if it is using the space as a separator instead of as part of the filename, then "No such file or directory" is the likely result.

Try fixing all your script names so they don't have embedded spaces. I would never have embedded spaces in the name of any file I expected to be executable.

  • Author
  • Community Expert
9 hours ago, trurl said:

And note that if it is using the space as a separator instead of as part of the filename, then "No such file or directory" is the likely result.

Try fixing all your script names so they don't have embedded spaces. I would never have embedded spaces in the name of any file I expected to be executable.

Thank you!

Will do some housekeeping as you have highlighted my reticence to remove old versions as well. Will sort before Tuesdays impending errors. Thx again

  • Author
  • Community Expert

Same issue again. This message starts at 11:47 pm Monday night. Continues until 6:47 am Tuesday. Then the GUI unresponsive. The only option to SSH from server 2 to server 1 and reboot.

/etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory

Help!

  • Community Expert
On 2/17/2026 at 12:04 AM, trurl said:

What do you get from command line with this?

cat /etc/cron.d/root

  • Author
  • Community Expert
48 minutes ago, trurl said:
  On 2/17/2026 at 4:04 PM, trurl said:

What do you get from command line with this?

root@Tower:~# cat /etc/cron.d/root

# Set cpu turbo boost off:

00 23 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo off &> /dev/null

# Set cpu turbo boost on:

00 05 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo on &> /dev/null

# Generated docker monitoring schedule:

10 0 * * * /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check &> /dev/null

# Generated system monitoring schedule:

*/1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null

# Generated mover schedule:

45 22 * * * /usr/local/sbin/mover start > /dev/null 2> >(logger -t move)

# NUT Runtime Statistics Module

*/30 * * * * /usr/sbin/nutstats > /dev/null 2>&1

# Generated parity check schedule:

0 5 * * 0 /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null

# Generated plugins version check schedule:

10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null

# Generated Unraid OS update check schedule:

11 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null

# Appdata.Backup cron settings

05 01 * * * php /usr/local/emhttp/plugins/appdata.backup/scripts/backup.php > /dev/null 2>&1

# Generated schedule for Mover Tuning move:

45 22 * * * /usr/local/emhttp/plugins/ca.mover.tuning/mover start |& logger -t move

# CRON for CA background scanning of applications

3 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1

# Generated cron schedule for user.scripts

*/5 * * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/container_watch_v2sh/script > /dev/null 2>&1

01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy databases 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup Flash - Copy 2 NAS Dropbox V33/script > /dev/null 2>&1

10 3 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup guardian to NAS Dropbox V33/script > /dev/null 2>&1

01 08 31 * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup_immich_photo_2_NAS_Cloud_V34/script > /dev/null 2>&1

55 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/npm_backupsh/script > /dev/null 2>&1

59 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/export npm db and letsencrypt from t1 and import to t2 V1/script > /dev/null 2>&1

0 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup paperless-ngx - copy 2 NAS V37/script > /dev/null 2>&1

30 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/paperless_1_to_paperless_2_restore_v2sh/script > /dev/null 2>&1

01 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup user scripts to NAS Dropbox_V35/script > /dev/null 2>&1

01 22 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/BackupRestoreWikijsSSH_V6/script > /dev/null 2>&1

59 09 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/db-backup now script fix/script > /dev/null 2>&1

0 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/deluge-mover/script > /dev/null 2>&1

1 23 * * 1 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Delete old backups older than xx days V2/script > /dev/null 2>&1

15 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Seafile Garbage Collection/script > /dev/null 2>&1

root@Tower:~#

  • Community Expert
6 minutes ago, paladin said:

01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy databases 2 NAS V3/script > /dev/null 2>&1

45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup Flash - Copy 2 NAS Dropbox V33/script > /dev/null 2>&1

10 3 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup guardian to NAS Dropbox V33/script > /dev/null 2>&1

01 08 31 * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup_immich_photo_2_NAS_Cloud_V34/script > /dev/null 2>&1

55 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/npm_backupsh/script > /dev/null 2>&1

59 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/export npm db and letsencrypt from t1 and import to t2 V1/script > /dev/null 2>&1

0 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup paperless-ngx - copy 2 NAS V37/script > /dev/null 2>&1

30 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/paperless_1_to_paperless_2_restore_v2sh/script > /dev/null 2>&1

01 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup user scripts to NAS Dropbox_V35/script > /dev/null 2>&1

01 22 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/BackupRestoreWikijsSSH_V6/script > /dev/null 2>&1

59 09 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/db-backup now script fix/script > /dev/null 2>&1

0 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/deluge-mover/script > /dev/null 2>&1

1 23 * * 1 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Delete old backups older than xx days V2/script > /dev/null 2>&1

15 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Seafile Garbage Collection/script > /dev/null 2>&1

Lots of embedded spaces still in those paths. Did you reboot after you fixed them?

  • Author
  • Community Expert

Have fixed some. but keeps crashing before 11pm when only 1 cron scheduled at 10:02 which runs perfectly. Every single night bar something goes wrong Monday night

  • 2 weeks later...
  • Author
  • Community Expert
  • Solution

So finally worked out a solution. I dont know why exactly.

To resolve I just reinstalled the User>Scripts plugin. All my scripts were still there, And when Tuesday tolled around again the error didnt re-occur.

Thank you to all that assisted

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.