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.

Braulio Dias Ribeiro

Members
  • Joined

Everything posted by Braulio Dias Ribeiro

  1. Hey, guys. I created a backup script analyzing other scripts. The script make backup to PLUG & PLAY devices or FIXED devices and make incremental or sync backup. Any suggestions or corrections are welcome.
  2. Ladies and Gentlemen... These scripts do incremental or sync backup to: - PLUG & PLAY devices or FIXED devices - Local Folders - Drive (google, microsoft, etc) It's possible to schedule how often and what type of the backup will be done. When the backup start, you'll be notified by the email. When it finishes, too. https://github.com/bdrtec/Unraid-Bkp-UD-bdrtec https://github.com/bdrtec/Unraid-Bkp-Folder-bdrtec https://github.com/bdrtec/Unraid-Bkp-Drive-bdrtec
  3. Hey, guys. I created a backup script analyzing other scripts. The script make backup to PLUG & PLAY devices or FIXED devices and make incremental or sync backup. Any suggestions or corrections are welcome.
  4. Hey, guys. I created a backup script analyzing other scripts. The script make backup to PLUG & PLAY devices or FIXED devices and make incremental or sync backup. Any suggestions or corrections are welcome.
  5. I thought it changed because in another post Space Invader commented that it could change. So it was easy, the way I'm doing it worked. Thanks for the information
  6. This is my original post. What you told me to do is the problem. I'm asking for a solution lol Hi guys, I've searched but I haven't found the solution. I have some disks connected internally (not's USB) to unassigned devices. I need to run a script to mount, backup, unmount. I use CA Scrips Users. I'm trying to do this: LABEL="4TB" SERIAL="01056498A" if [ ! -d "/mnt/disks/${LABEL}" ]; then DISK_MOUNT="ls -l /dev/disk/by-id/ | grep '${SERIAL}' | head -1 | tail -c4" DEVICE="${DISK_MOUNT}1" mkdir "/mnt/disks/${LABEL}" /usr/local/emhttp/plugins/unassigned.devices/scripts/rc.unassigned mount "/dev/${DEVICE}" fi On the command line, it identifies the sdX drive (ls -l /dev/disk/by-id/ | grep '${SERIAL}' | head -1 | tail -c4), but in the script it doesn't save to the variable. The variable's output is the command itself, that is, it doesn't execute, it just saves the variable as text. I just need to identify the sdX according to the device serial. I can't use a fixed sdX because when I restart Unraid it might change the sdX. Can you help me? Tks Forgive my english.
  7. Yes, I saw this script. But my device will not be plugged into USB to mount when connecting. It is already connected inside the case via SATA cable. I need creat a script in CA User Scripts and Scheduled, but i need mount the device with this command that i said.
  8. Hi guys, I've searched but I haven't found the solution. I have some disks connected internally (not's USB) to unassigned devices. I need to run a script to mount, backup, unmount. I use CA Scrips Users. I'm trying to do this: LABEL="4TB" SERIAL="01056498A" if [ ! -d "/mnt/disks/${LABEL}" ]; then DISK_MOUNT="ls -l /dev/disk/by-id/ | grep '${SERIAL}' | head -1 | tail -c4" DEVICE="${DISK_MOUNT}1" mkdir "/mnt/disks/${LABEL}" /usr/local/emhttp/plugins/unassigned.devices/scripts/rc.unassigned mount "/dev/${DEVICE}" fi On the command line, it identifies the sdX drive (ls -l /dev/disk/by-id/ | grep '${SERIAL}' | head -1 | tail -c4), but in the script it doesn't save to the variable. The variable's output is the command itself, that is, it doesn't execute, it just saves the variable as text. I just need to identify the sdX according to the device serial. I can't use a fixed sdX because when I restart Unraid it might change the sdX. Can you help me? Tks Forgive my english.
  9. now i undertood....tks my friend
  10. @mgutt I need to change the .cnf file, but I couldn't find it in the folder /etc/mysql. The folder doesn't exist. Can you help me?
  11. I thought I had only one folder with all the files (incremental) and each new folder (backup) pointed to the file location. Thanks for the explanations. Your script turned out really good. Congratulations
  12. @mguttplease, can you help me? I'm using your script on Unraid 6.9.2, but it's copying all folders again. The backup size always increases. I just modified the path: source_paths=( "/mnt/user/Test1" ) backup_path="/mnt/disks/Extern"
  13. I didn't make it. Start in visual mode (second option) and it doesn't open. Inside the pendrive, what is the docker file? I can delete? Maybe I can edit the zerotier XML on the flash USB and change "load auto" to false. Do you know where in xml?
  14. I started the ZeroTier container in unraid and now I can't connect through the web to manage the unraid. How to solve this? I can't restart the unraid because it doesn't access anything.
  15. https://cloudreadykb.neverware.com/s/article/Download-CloudReady-Image-For-VMware

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.