-
Request : New plugin for docker grafana backup tool
I create the docker manually, anybody can help me to send on Community Applications Store?
-
[Plugin] Docker Folder
My docker overview is a bit upside down, did I missed something. I think the code for list docker in docker interface is reutilized in overview. Do you have any solution for correct this himself? Thanks.
-
Request : New plugin for docker grafana backup tool
Or a good tutorial for creating plugings lol
-
Request : New plugin for docker grafana backup tool
Anybody can create a pluging for ysde/docker-grafana-backup-tool https://hub.docker.com/r/ysde/docker-grafana-backup-tool https://github.com/ysde/grafana-backup-tool Thanks
-
[SOLVED] Spinning down
Hi I have simailar problem, disk reads grows up every 10 sec. If I disabled # [[inputs.smart]] in telegraf, the read stop. I'am on the 6.9.2 version.
-
Updated IT87 Driver Pull Request
I need this driver to for supporting my c246m-WU4. gamanakis/it87 at it8688E (github.com) Thanks
-
-
wallas9512 changed their profile photo
-
VM Backup Plugin
I have one vm trasfered from vmware (*.vmdk) and the script attemps to copy a img file... Does he have anything to modify to make it work without converting my vm?
-
UNRAID 6.7.1 easy way to backup and restore specific dockers
I have a problem with certain docker Influxdb and Grafada won't be backup with this script. If I run backupDockers -b -d /mnt/user/NASBackup/dockers Grafada the script show : DATE: 2021-11-02-10-42-06-EDT DATE: 2021-11-02-10-42-06-EDT Thanks.
-
UNRAID 6.7.1 easy way to backup and restore specific dockers
Thank fot all. For make this script persistent (and futur scripts). Create folder with all script in /boot/config/scripts Add User Script run "at first array start only" > rsync -hrltgoD --chown=root:root --chmod=ugo=rwx /boot/config/scripts/ /usr/local/bin Thaks to all!
-
UNRAID 6.7.1 easy way to backup and restore specific dockers
Trurl where do you put the script for it survice the reboot??
-
UNRAID 6.7.1 easy way to backup and restore specific dockers
For those like me they are not familiar in linux, just put the file in usr/local/sbin ???? and run chmod a+x backupDockers.sh or chmod +x backupDockers.sh. The script can be called from any folder in terminal. Now I can edit some file in my docker and if i mess something, juste restore one container. Thanks!