-
Optimizing Ugreen DXP 4800 Plus on Unraid
I see similar behavior on CPU temps even after re-pasting. CPU fan is pwm2 I believe, but I've turned it off and just let BIOS control it.
-
Immich new postgres repo help?
I'm not sure of the syntax, but yeah the whole thing did work for me. I didn't try without the ghcr.io/
-
Immich new postgres repo help?
I used: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0
-
Parity check at startup everyday
You should try to get the s3_sleep plugin working.
-
issue after restore from backup grep config missing?
You have a degenerate case, where in a 1 parity, 1 data disk system, the parity disk would contain identical bit-for-bit information as the data disk.
-
Rsync script for Backup
Assuming your windows dir is mounted as /mnt/windows/dir https://explainshell.com/explain?cmd=rsync+-avu+--delete+/mnt/windows/dir /mnt/user/backups/
-
[Support] kilrah/nextcloud-ffmpeg with pdlib
FYI, updating to Hub 10 (V31) seems to have gone smoother than from V29 to V30 for me. ================================= Initializing nextcloud 31.0.0.18 ... Upgrading nextcloud from 30.0.6.2 ... .. [Fri Mar 14 13:16:43.945450 2025] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.62 (Debian) PHP/8.3.17 configured -- resuming normal operations [Fri Mar 14 13:16:43.945487 2025] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND' ==================================
-
Native Unraid Array with ZFS formatted drives - What is your Experience
ZFS in the array is certainly viable. Having 1 or 2 ZFS disks allows for replication from cache(real-time backup of docker data without stopping containers) for example, plus the snapshotting, compression and scrubbing.
-
[SUPPORT] blakeblackshear - Frigate
-
Add another nvme to cache
Best case scenario is that they are exactly the same size or the new nvme is slightly bigger. If not, here is a post I made about a situation where the nvmes are slightly different sizes:
-
What does "If you are using Docker data-root=directory on a ZFS volume" mean?
data-root is docker setting, either a vdisk image (docker.img) or a directory.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
precleared devices don't have a filesystem. You have to format it to a chosen filesystem first and then you can mount it.
-
Help with rsync backup script
You could also use user.scripts and run it in the background with a log: Example: rsync -avuXizhP --size-only --delete --stats --log-file=/mnt/cache/rsync_logs/sync_Video_to_Tower_`date +%Y-%m-%d_%H.%M`.log --backup --backup-dir=/mnt/user/rsync_backup_dir/Video_`date +%Y-%m-%d_%H.%M` /mnt/user/Video [email protected]:/mnt/user
-
Pre Purchase Questions re UnRaid usage
Unraid won't let you switch boot drives, only bios can do that, but there is a way to run a Win11 VM, from a bare metal install path as a VM. There is a YouTube video from SpaceInvaderOne on how to do it.
-
New to Unraid, unreliable move/delete and disappearing minimized windows
You can use a combination of CLI commands: zfs rename -p pool/old_dataset pool/new_dataset (must be in the same pool) or syncoid -r old_pool/old_dataset new_pool/new_dataset and zfs destroy pool/dataset to delete datasets to help speed things up.
foo_fighter
Members
-
Joined
-
Last visited