Everything posted by Braulio Dias Ribeiro
-
rsync Incremental Backup
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.
-
INCREMENTAL OR SYNC BACKUP - UNASSIGNED DEVICES by bdrtec
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
-
backup solution using unassigned devices
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.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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.
-
Is there a way to move the libvirt.img
- [Support] MariaDB Official
now i undertood....tks my friend- [Support] MariaDB Official
@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?- rsync Incremental Backup
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- rsync Incremental Backup
@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"- [Support] spikhalskiy - ZeroTier
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?- [Support] spikhalskiy - ZeroTier
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.- Cloudready (ChromeOS) VM
https://cloudreadykb.neverware.com/s/article/Download-CloudReady-Image-For-VMware - [Support] MariaDB Official