Just installed F30 from the net install image. It actually used the entire disk for the root partition on its own. That is a first...

Posts
-
RE: What Are You Doing Right Now
-
RE: What Are You Doing Right Now
Just updated 3 Fedora servers and my personal Nextcloud.
-
RE: Linux users with iPhones / iPads
@marcinozga That is the plan. Just have to quit procrastinating.
-
RE: Linux users with iPhones / iPads
I have Plex running at home and use it all the time for music locally. I have a Nginx reverse proxy set up but haven't tried to put Plex behind it for remote access.
-
RE: What Are You Doing Right Now
Just had a NC16 system go into maintenance mode by itself. I logged in and took it out of maint mode but it forced me to do an upgrade before it would go past the web page saying it was in maint mode and needed an update. I have never seen an install perform that way before.
I wish I would have taken some screenshots but did not.
Edit: As I'm writing this, I am starting to think someone (an "admin" user) was snooping around in the menus and it told them it needed an upgrade and they clicked the button but selinux kept it from completing.
-
RE: QuickBook Alternatives for the SMB
Been using Xero for a while. No issues. It works better than QB Online. I tried it.
-
RE: What Are You Doing Right Now
@EddieJennings I had all my music ripped as MP3 but re-ripped it a few years ago to FLAC. Took a while but I think it was worth the effort.
-
RE: Best backup strategy for NextCloud?
@Obsolesce Not using OneDrive. Using a NAS with a nfs share that is mounted via fstab.
-
RE: Best backup strategy for NextCloud?
@Obsolesce I have restic working without rclone and it is fast and simple. Have to try and script it now.
-
RE: Best backup strategy for NextCloud?
@Obsolesce said in Best backup strategy for NextCloud?:
@black3dynamite said in Best backup strategy for NextCloud?:
Here's another backup option for file backups. It's called Restic.
https://restic.net/You can also backup to B2.
Here's the documentation too.
https://restic.readthedocs.io/en/stable/I did a blog post on using Restic to back up to OneDrive
Am I correct in saying rclone would not be needed if you had an nfs mount on the local server where restic is installed?
-
RE: Best backup strategy for NextCloud?
@black3dynamite Yes. I also stop the httpd service even though it isn't necessary.
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
@brandon220 said in What Are You Doing Right Now:
Anyone else notice on Nextcloud 16 the File Handling settings are missing from the settings page? I know they are normally greyed out but it is totally missing.
Yeah, I don't see them either.
@scottalanmiller did you ever figure out why the upload settings disappeared? The .user.ini file has no reference to the Max Upload anymore either. The manual for NC 16 makes no reference of them changing anything. Very strange.
-
RE: Best backup strategy for NextCloud?
This can be forked into a new thread if need be - For larger amounts of data in NC how are you all handling the backups? I have a script that backs up NC (database, nc folder, and data drive) to a dedicated NAS. At some point the offsite replication to a remote NAS will take too long and never catch up on a slower WAN link. Is there a recommended way to do incrementals of the NC data? Using rsync? From all my research, it seems like everyone does it different and there is no "best practice". I don't see the need to copy the entire data set for each backup - especially when sending the backup job offsite.
-
RE: Choosing KVM over Hyper-V....
I have not tried to run a Windows vm on KVM yet....
-
RE: Install Nginx as a Reverse Proxy on Fedora 27
@JaredBusch I should not have said "broken". It is not causing any issues that I can see. Just not sure what changes that makes it give the warning. Is this one to ignore?
-
RE: Install Nginx as a Reverse Proxy on Fedora 27
Another question:
When you access Nextcloud with https and the site check shows that everything passesBut, when you place it behind Nginx, it "breaks"
I am trying to understand what is happening behind the scenes to cause the error. Is anyone else seeing this happen on their instances?
-
RE: Choosing KVM over Hyper-V....
Great so far. Have not been able to spend as much time with it as I would have liked. I did not care for running virt-manager on Win10 under Ubuntu. I need to get a dedicated linux laptop. I could run Fedora as a VM but dedicated would be preferred.
-
RE: Connect Fedora Server to NAS share
It also reflects the mount in Cockpit as well.
-
RE: Connect Fedora Server to NAS share
@JaredBusch Well, as usual that worked. I was using the DNS name instead of the IP. I would assume that is should work but it did not. It did work with the IP though. I searched the forum but did not find that post.