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.

CUSTOM BACKUP SCRIPT NOT WORKING

Featured Replies

I'm attempting to make my own backup script. This is my script:

 

/etc/rc.d/rc.docker stop && sleep 1m && tar -zcf /mnt/remotes/TRUENAS.HOME.ARPA_truenas/appdata_backup_script/appdata_backup-$(date +%Y%m%d_T_%H_%M).tar.gz -C /mnt/user/ PC\ Drive && /etc/rc.d/rc.docker start && sleep 3m && find /mnt/remotes/TRUENAS.HOME.ARPA_truenas/appdata_backup_script/* -mtime +45 -delete

 

This is the output:

 

 

Tower# /etc/rc.d/rc.docker stop && sleep 1m && tar -zcf /mnt/remotes/TRUENAS.HOME.ARPA_truenas/appdata_backup_script/appdata_backup-$(date +%Y%m%d_T_%H_%M).tar.gz -C /mnt/user/ PC\ Drive && /etc/rc.d/rc.docker start && sleep 3m && find /mnt/remotes/TRUENAS.HOME.ARPA_truenas/appdata_backup_script/* -mtime +45 -delete
stopping dockerd ...
waiting for docker to die ...
starting dockerd ...
Tower#

 

It doesn't get past the stoping docker. Can anyone help? This is my first script BTW.

exit code from rc.docker stop is not zero in your case so the rest of the commands never execute (&& continues execution if previous return code was 0)

  • Author
1 hour ago, Squid said:

exit code from rc.docker stop is not zero in your case so the rest of the commands never execute (&& continues execution if previous return code was 0)

What does the UI use when you change "enable docker" to no in docker manager?

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.