-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Could you please add Yq? Love to automate backup/restore my containers using https://blog.linuxserver.io/2019/10/01/updating-and-backing-up-docker-containers-with-version-control/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Most appreciated ! Big thanks for responding so faaaaaaaaaaaaast !! 🙂
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Hi dmacias, Thanks for your plug-in, love it! Could the docker compose be updated please?
-
[support] gfjardim's Docker Repository
Hi Dadarara - check out mobile apps that like Evernote scannable or even Apple Notes (standard IOS app) if you want easy scanning with reasonable quality. These cover 99% of my document scanning needs. Its easy to setup and use, super fast and uses built-in sharing to mail, filefolders or printer. But thats another topic as well
-
[support] gfjardim's Docker Repository
Hi there, not sure - i didn't get any replies so decided to reinstall CUPS on another rPI. This works better for me anyway since my printer is not directly connected via USB to the unraid server. Getting the rPI to do its CUPS thing is a breeze, lots of tutorials online but thats another forum ?
-
-
[support] gfjardim's Docker Repository
Hi there, I have an rPI with CUPS and Brother HL-5240 laserprinter connected via USB that worked fine until the rPI died (rip). I decided to install the CUPS docker and hook up the printer to my Airport. CUPS sees the printer, installs it with the Gutenprint ppd. However CUPS does not print and returns status :"Unable to locate printer "Airport-Router.local". How can this be fixed?
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
My tests with only one VM went fine. Be careful to check the results if you want to use the script with multiple VM's. I have set the script to run every night, even though the server will not be running 24x7 in practice. It takes about 1,5 hours to create a zipped backup of my VM plus xml file and always leaves at least one backupfile in the folder. I have added the the script for those interested. Feel free to comment and improve. script
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
More fine tuning in the works ... Tidy up of old backups was somewhat too rigid as it cleans out all backups older than a predefined number of days. The new script should leave at least one backup in place. Fix a small personal niggle : changing the date/timestamp to european dateformat (yyyymmdd) since I keep mixing up months and days with US notation. First tests with small sample files went well. Will let the script run with production setting for a while and post back results in this thread.
-
[Plugin] Ransomware Protection - Deprecated
Thanks for pointing this out, probably would not have found out to disable both options straight away.
-
[Plugin] Ransomware Protection - Deprecated
Hi all, When I stop the services I find the plugin is back on after reboot. How do I turn it off a little more permanently (other than uninstalling)? Cheers, Deeks
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Also tweaked further to clean out old zip files in order to to fill up too much diskspace. Look for this piece of code (around line 1075): echo "information: finished attempt to backup "$vms_to_backup" to $backup_location." Then add this extra code directly beneath: # Send location where it wants to clean out the backed up files echo "information: cleaning out backups older than 2 days in location " $backup_location/$vm/ # Delete all files older than two 24hr periods find $backup_location/$vm/ -mtime +2 -exec rm -f {} \; I tested it with the -mmin command in stead of -mtime in order speed up testing.
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Hi there - this works well but have tweaked it slightly to include the name of the virtual machine in the filename. rsync -av$rsync_dry_run_option "$disk" "$backup_location/$vm/$timestamp$new_disk" && zip -j "$backup_location/$vm/$timestamp$vm".zip "$backup_location/$vm/$timestamp"* && rm "$backup_location/$vm/$timestamp"*.img "$backup_location/$vm/$timestamp"*.xml
-
SSH Not Running?
Good to hear Gizzo :-)
-
SSH Not Running?
Gizmer, Not sure if my ssh issue had abrelations to the plug-ins. Try editing the known hosts as suggested by Gubbhnutten. It worked for me. deeks
-
[Plug-In] Community Applications
I kinda guessed that you did not fix my issue, but hey the code got more robust AND my problem was solved anyhow. Best of both I guess! :-)
deeks
Members
-
Joined
-
Last visited