REllU

Members
  • Posts

    88
  • Joined

  • Last visited

Everything posted by REllU

  1. I suppose it'd have something to do with permission issues (atleast that's what I was able to gather from a quick googling) Either way, thank you for the amazing support! I'll be doing my daily check-ins here to see when the issue gets fixed within the GUI
  2. Log: " /tmp/user.scripts/tmpScripts/AutoBackup/script: line 2: luckybackup/.luckyBackup/logs/default-LastCronLog.log: No such file or directory "
  3. Aces! That seemed to fix it, and the script seemed to run just fine! And I'm getting a log from it, which is is good for me. Only one issue I'm having now, is that it doesn't seem to mark the last backup within the "task" -> "Manage backups" So in a case of restoring a backup, it doesn't show up in the menu 🤔
  4. The log says: " Script location: /tmp/user.scripts/tmpScripts/AutoBackup/script Note that closing this window will abort the execution of this script the input device is not a TTY "
  5. Yeah, I figured the "silent" part within the script would do that, but still, I should be getting some sort of a log somewhere about this, right? Also, I tried to see within the LuckyBackup, if those backups had been made or not (from the "task" -> "manage backup" options on top, you can see the latest versions of the backups)
  6. Massive thank you for the script! I feel like I might be missing something here though, should the scrip work through "User Scripts" plugin for UnRaid? I tried to manually run the script, and it doesn't seem to be doing anything as far as I can tell 🤔 I didn't change anything from your script, as my current task within LuckyBackup is named "default" and I haven't changed the container name either.
  7. Hey, I've been checking this on daily basis. Could you explain what you meant with "cron from the host"? Is there a way to make a cron within UnRaid to run the task's within LuckyBackup, or..?
  8. Just going to drop in here and say that I'd like to have some sort of "smart cache" option as well. In my case, we're using a UnRaid server as a NAS for our office. Multiple people are working on the files from the server at the same time. What I'd like the "smart cache" option to do (and what I already thought "prefer" cache option did..) is: 1. Prefer to keep as much as possible within the cache 2. Once a threshold is met (as you can set up the limit within CA Mover Tuning), the mover would prioritize the files that have been most recently accessed, and everything else would be moved to array 3. If a file within the array is accessed, the next time the mover is activated, it'd move said file back to the cache Excuse my english. It's late here, and english is not my native language. And sorry for digging up such an old topic.
  9. Any updates on this? (The Cron issue with LuckyBackup) Remembering to backup the server daily (and showing the last person leaving how it's done) is getting a bit tiring Oh also, swapping from Unassigned Devices to direct SSH connection made the backup go a _lot_ faster! (With UD, incremental backup was around 40-50 minutes, up to 10 hours. Now, 10 - 20 minutes! So thanks on that!)
  10. Sorry, I got a bit tired yesterday I've spent a couple of hours today, trying to figure out what was happening. And guess what? I had the wrong port set up... 🙄 So, oops on my side. You see, when I started toying around with this, I hadn't yet had issues with the Unassigned Devices plugin, so I wasn't paying attention too much on things. Turns out, I had put in the port for my WireGuard setup, instead of an SSH port.. Once I got that out of the way, LuckyBackup did seem to be just happy with the SSH Key I generated from the tutorial. I tried restarting LuckyBackup just to double check, and it seems that it's not requesting for a password, and things just work! Now, I'll just have to change the setup of the rest of the profiles to not work through the Unassigned Devices, but rather directly through the SSH Thank you for all the help, I really appreciate it! EDIT: Oh, now that I'm here, would you happen to know if there was a way to utilize the "Also Execute" tab within LuckyBackup, to show a GUI notification within Unraid itself, to let me know the result of the backup (once the Cron works again for LB)
  11. Server #1 is the Site A, and that's the one within the office. LuckyBackup is installed on this one. (Source) Server #2 is the "dummy" server, that basically "just" has UnRaid on it, and that's about it. (Destination) Do I actually need to install LuckyBackup on both machines to get this to work? 🤔 EDIT: I tried to do a quick test with just rsync through the terminal, and that seemed to work beautifully! I'm thinking I might go with user-scripts and just create a few scripts for backing up everything.. But if I go that route, I need to figure out how to add excluded files/folders into those, as I don't want to backup _everything_
  12. Again, I'd just like to point out I'm still quite a noob when it comes to UnRaid stuff, so apologies! I just found out that the .ssh folder is located within the flash-drive, instead of any share (which makes sense, I just wasn't aware of how to find these files before) From there, I was able to find the "SiteA-rsync-key" file, which was generated from the tutorial, like so: ssh-keygen -t rsa -b 2048 -f /root/.ssh/siteA-rsync-key cp /root/.ssh/* /boot/config/ssh/ printf "#Copies all files needed for authorized ssh connections \nmkdir /root/.ssh \ncp /boot/config/ssh/* /root/.ssh/ \ncd /root/.ssh \nchmod 600 * \n" >> /boot/config/go scp /root/.ssh/siteA-rsync-key.pub [email protected]:/root/ I'm guessing these would work fine with LuckyBackup as well, since this is how I got the WireGuard set up with Unassigned Devices. And this is currently how I've set-up LuckyBackup: I'm sure I'm doing something silly here, and I'm just not seeing it. With this kind of setup, the message I'm getting into the log, is as follows: Thank you for the help so far, really appreciate it! EDIT: Trying to SSH to the remote server does require a password from me. So I suppose that might be an issue here..?
  13. Sorry for double posting! I guess I need to do what you suggested here, since it looks like Unassigned Devices disconnects the mount randomly I've just had it on for a few hours now, in a mounted state, and it has disconnected twice already. I suppose you wouldn't have some extra time in your hands to do a bit of spoonfeeding for me on how to get the remote access to work within the LuckyBackup? I've pretty much done everything within the tutorial I sent you the link for, up until the "Running RSYNC" section. So, if I've understood correctly, I pretty much already have an SSH connection between the two servers, and now I just need to setup LuckyBackup..
  14. Oh, I was wondering what all of that jazz was about the remote buttons within LuckyBackup! I'll look into this more! (I'm not too big of a fan with the Unassigned Devices going through the internet, as that seems a bit sketchy to me at best) Thanks!
  15. The AppData folder is a monster, and I'm not doing a backup for it on a daily basis, so it's _fine_ I'm running LuckyBackup between two UnRaid servers, that are on different locations. The connection between the two is achieved with WireGuard (Server to Server configuration), and I'm using Unassigned Devices to mount the drive from the backup server. I was reading through this tutorial: https://www.spxlabs.com/blog/2020/10/2/unraid-to-remote-unraid-backup-server-with-wireguard-and-rsync and it is showing you how to get the SSH connection to work, but I kind of want to have a GUI to easily see what's going on, and since I'm still rather new with server and network stuff in general (and the fact that I have a business to run!) I kind of just wanted to get things to work haha! Wait no, the tutorial is not for SSH, BUT! The point still stands hah!
  16. I think one of the main reasons I went with LuckyBackup, was rsync hah! (And also the fact that, this app seems to have been around for a long time) Quiet mode was disabled, and now that I think of it, I don't think it was a file progress bar I was missing.. The main progress bar was showing 99%, I'm not quite sure what the app is doing at that point (checking the backed up files for changes or something?), but that's the point where it got stuck for 10 hours. File sizes don't seem to matter on this. But, since you're not the one working on the app itself, I'll let you be! Thanks for the fast response, and I'll wait for the docker update
  17. Just leaving a comment here, in hopes of getting notified once this gets fixed! Just got into LuckyBackup myself, to create a remote backup for our main server. So far it's been working wonders. Though, one thing I'd like to suggest, if it was possible to achieve: Some kind of a progress bar per-file, or something similar? When I backed up my AddData folder, which is a huge mess of multiple folders and a ton of smaller files, the timer of LuckyBackup got stuck for 10 hours. I wasn't completely sure if the whole thing was stuck, or if it was doing everything correctly in the background. (It was, but it just took a really long time) Thanks!
  18. I got the same error when I updated to 21.0.1, and for me, it turned out to be the "external storage" application (which I'm using to get access to SMB shares in the Nextcloud app) I got this fixed by simply removing the "files_external" folder found in: \\YourServer\appdata\nextcloud\www\nextcloud\apps\ However, now I can't see the External Storages- application within the appstore of NC, so I'm trying to figure out how to re-install said app in order to access the SMB shares once again. EDIT! Haven't done a-lot of testing yet, but I think I got everything to work now! Ok so, I downloaded the tar/zip file for NextCloud 21.0.0 from their website: https://nextcloud.com/changelog/#latest20 I then manually moved two folders into the NextCloud installation folder. So, in your Unraid server, navigate to: \\YourServer\appdata\nextcloud\www\nextcloud\apps\files_external\ 1. You see a folder named "lib" in there, remove it. 2. Open your tar/zip file you just downloaded, navigate to the same folder, and move the "lib" folder from the tar/zip file to replace your removed "lib" folder. 3. Do the same to the "3rdparty\icewind" folder. And that seemed to do the trick for me! Sorry for the bad explanation, I'm just getting a bit tired at this point, hah!
  19. I'll look through some files, in case I'll find the correct one that has the reference in it. I'd be more than happy to just restore my old backup though, but I'm just not sure how to do that? Is there a command for it that you put in the terminal, or..? (I'm sorry, I've just built my first server some months ago. All of this is rather new to me)
  20. How would I uninstall said plugin without the Nextcloud UI? 🤔 And you said "prior to your upgrade", are you suggesting it'd be possible to downgrade to the last version? (If it is, I'd gladly stick with 21.0.0 for a while) Thank you for the answer!
  21. Hey all, I got myself in a quite a bit of a trouble.. I tried to update Nextcloud to the latest stable build through the UI, but it failed. I was able to get everything fixed with the help of this: and then manually moving the files from the Backup folder to their correct locations. But! There was another update. I thought, surely this time it would work. It didn't. I tried to do the update through the terminal again, but this time around, I'm stuck in a "Internal server issue" page. In the log, there is one particular error that keeps showing up: I've battled with this for hours now, and it's getting late. I'm hoping I can get this fixed through the weekend, since my team is going to need to use Nextcloud again next week. Any help would be greatly appreciated!
  22. I went through this few weeks ago, I can't quite remember how I ended up with this one, but the "onlyoffice document server" from "Jidovu Marius Adrian's Repository" works for me.
  23. @skois@whitedwarf Update on the situation. I ended up buying Ubiquiti's UniFi USG, setting our Huawei modem to work in Bridge mode, so that the USG is the main router, and after the basic setup, everything just worked. NAT Loopback finally works, I can access my server through the domain name within the same network, and with that, OpenOffice connected with NextCloud without any issues at all. I can finally breath!
  24. I've read about this approach, and if it was just me at the office, that'd probably be fine. But we have a bunch of PC's in there, and the idea of "hard coding" such a thing into each machine doesn't sound too great. Also, I don't think that'd still help with the issue of trying to get OnlyOffice to sync with UnRaid
  25. @skois @whitedwarf I watched through the Spaceinvadeone's video about setting up reverse proxy, and that indeed confirmed my hunch. Your modem is required to have NAT Relfection / Hairpinning / loopback, in order for the setup to work properly, and the domain name to be accessed from the same network. I'm a bit upset, as we _just_ bought a new modem to the office, but it's a consumer grade one, so it doesn't have these features. So I'll just have to figure out what kind of a modem we actually need, and how to get everything to work on out network the way we need. Oh well...