Everything posted by Mihle
-
[Support] Linuxserver.io - Nextcloud
Ah, ok, I will do that then. The problem was that I did not find it in that file... I dont know why. After i used the command, a line got added to the end of that config tho, or I was blind, its on the last line now tho. Its faster to just use that command anyway, if you do it straight away and dont do like me and first open the cofig, then dont find it, then find the command on internet and then do it. OR you could just probably add the line yourself completely.
-
[Support] Linuxserver.io - Nextcloud
The Phone region thing, if you dont find it in config as I did, open the nextcloud console from docker menu and use this command: occ config:system:set default_phone_region --value="NO" Replace NO with the code for the country you are in.
-
[Support] Linuxserver.io - Nextcloud
So I updated to 21.0.1, and it become slower when first opening the file tab or the other main tabs like dashboard, or when opening the settings page where you check for updates. When files tab first is open, its as normal tho. When switching tabs, I think it also uses more CPU than it did before. Anyone know the reason?
-
Latest (super easy) method for automated flash zip backup!
Probably Nextcloud fault, maybe it dont like putting files to its database without being through its GUI or its own code. Work around of having a own share just to store the backup and adding it as external storage worked, it then shows up in Nextcloud and syncs to other devices just fine. Not ideal but it works. Thanks.
-
Latest (super easy) method for automated flash zip backup!
Yes. I did not know that Ah, ok, only adding the quotes seem to have fixed it! Well, It does not show up in Nextcloud as I ideally want, but that might be Nextcloud. At least it doesnt make the folder it is moved to uneditable for Nextcloud as the appdata backup do.
-
Latest (super easy) method for automated flash zip backup!
Tested again, but I removed the / at the end of the directory, it says this: Then remove some other things then continues like this, probably until the NAS runs out of memory and crashes? (I run it manually) Is there something I have done that causes it?
-
Latest (super easy) method for automated flash zip backup!
So I did run this and this happened: I think it somehow deleted more things than it should have done EDIT: Reboot fixed it, so I think it caused a memory leak or what its called that made unRAID itself not able to run from memory anymore as it usually do. Had to turn it off by the power button. (I do have a manual flash backup already btw) This is what the script looks like for me right now: #!/bin/bash #### SECTION 1 ####------------------------------------------------------------------------------------------------------ #dir = WHATEVER FOLDER PATH YOU WANT TO SAVE TO dir=/mnt/user/NCloud/Mihle/files/Filer/Backup/NAS Flash Backup/ echo 'Executing native unraid backup script' /usr/local/emhttp/webGui/scripts/flash_backup #### SECTION 2 ####------------------------------------------------------------------------------------------------------ echo 'Remove symlink from emhttp' find /usr/local/emhttp/ -maxdepth 1 -name '*flash-backup-*.zip' -delete sleep 5 #### SECTION 3 ####------------------------------------------------------------------------------------------------------ echo 'Move Flash Zip Backup from Root to Backup Destination' mv /*-flash-backup-*.zip "$dir" sleep 5 #### SECTION 4 ####------------------------------------------------------------------------------------------------------ echo 'Deleting Old Backups' #ENTER NUMERIC VALUE OF DAYS AFTER "-MTIME +" find "$dir"* -mtime +90 -exec rm -rfv {} \; echo 'All Done' #### SECTION 5 ####------------------------------------------------------------------------------------------------------ #UNCOMMENT THE NEXT LINE TO ENABLE GUI NOTIFICATION UPON COMPLETION /usr/local/emhttp/webGui/scripts/notify -e "Unraid Server Notice" -s "Flash Zip Backup" -d "A copy of the NAS unraid flash disk has been backed up" -i "normal" exit When I run it, it did say something about it could not find directory " " over and over and over I think? dont quite remember Did I write something in to the script wrongly?
-
[Plugin] CA Appdata Backup / Restore v2
Ah, searched and found this one: EDIT: That way to do flash backup works better than what this plugin does for how I want to use it.
-
Latest (super easy) method for automated flash zip backup!
Just curious, what do Section 2 do?
-
[Plugin] CA Appdata Backup / Restore v2
I guess I will just leave the idea and have to try remember to back up the flash drive manually now and then, then.
-
[Plugin] CA Appdata Backup / Restore v2
I imagined that was only for the appdata but guess not. Tried to make a new share for it and put it as external storage, but Nextcloud can not see the the contents of it or sync it to my desktop (because that is what I want and is trying to do)
-
[Plugin] CA Appdata Backup / Restore v2
So I did run this and had the flash backup location as an location in Nextcloud, and now I cant move any file in that folder in Nextcloud? I just copied everything to a new one but still, that shouldnt happen, maybe it was a bad idea to do that.
-
[Plugin] CA Appdata Backup / Restore v2
With this, should I set the appdata location to the actual appdata folder on cache drives or should I set it to just the cache to include other things that is set to prefer to have on the cache? I do have dual cache drives (SSDs)
-
[Support] Data-Monkey - netdata
I am a noob, I have no idea how to do that, if I am supposed to just write the -v things in tot the console of the docker or something it does not work. it says that the command -v do not exist. I have basically zero experience with command stuff maybe I should just not do this even if I want it to log longer.
-
[Support] Data-Monkey - netdata
All folders I have found until now mentioned dont exist or is empty... Guess I will hope someone else here knows.
-
[Support] Data-Monkey - netdata
Ah. where is the config file for netdata?
-
[Support] Data-Monkey - netdata
How do I enable so that longer time graphs is working?
-
[Plugin] Mover Tuning
So I cant install this on 6.8 or?
-
[Plugin] Mover Tuning
Ok, to be spesific I talk about my Nextcloud share. Thank for the info
-
[Plugin] Mover Tuning
🙁 Is mtime=modify time? So if I want everything to stay on cache except one folder that move to array, I would have to list all the other folders in that text file? (Even if it's like 20 other folders or whatever that should stay in cache)
-
[Plugin] Mover Tuning
With this plugin, Is the only move files that is a spesifc amount of days old looking at when it was first written there or when it was modified/read from? Can you make an spesific folder(s) in a share be moved to array while the rest dont?
-
[Support] Linuxserver.io - Nextcloud
That is so much easier, should have just done that but I didnt know about it..
-
[Support] Linuxserver.io - Nextcloud
-
[Support] Linuxserver.io - Nextcloud
- [Support] Linuxserver.io - Nextcloud
How do you "exec in to the container"? - [Support] Linuxserver.io - Nextcloud