Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Lossy Off-Site Image Backup

Featured Replies

I have 2 Unraid servers running at two different locations, one as the main server and the other as the off-site backup.

There are roughly 7TB of images, 4TB of which are in raw. However for the off-site backup, raw is not necessary and compressing would save a ton of space.

 

Is there a way to tell the regular rsync backups to also reencode raws to jpegs and deal with the file name, size and creation date being different in subsequent backups?

Or is there a tool that can do this?

  • Community Expert

wireguard vpn setup both to be a server and client.
https://docs.unraid.net/unraid-os/manual/security/vpn/
https://unraid.net/blog/wireguard-on-unraid


unraid vpn: image.png.42f28bb0a375ed52726ce4eb93949122.png
this way they can ping and talk to each other...

nfs conect to a share / mount the backup unraid as a folder on the main to copy/rsync files...
https://docs.oracle.com/cd/E19253-01/817-5093/fsmount-69423/index.html


userscript plugin
rsync copy between the two over wiregurad...

Example rsync script

#!/bin/bash

# Define the source and destination directories
SOURCE="/mnt/user/appdata/"
DESTINATION="/mnt/user/Program-Installers-PCRepair/Other_OS/Docker-Rsync-Backup/"

# Path to the exclude file
#Make tree form lxc updates:
cd /mnt/user/appdata/lxddata/
rm tree.txt
touch tree.txt
find . -type f > /mnt/user/appdata/lxddata/tree.txt

EXCLUDE_FILE="/mnt/user/appdata/lxddata/tree.txt"



# Create the destination directory if it doesn't exist
#mkdir -p "$DESTINATION"

# Run the rsync command with the exclude-from option
# Using -vv for more verbose output
time rsync -avrlptgo -vv --exclude-from="$EXCLUDE_FILE" "$SOURCE" "$DESTINATION"


Other option manual intervention..
enable ssh on the backup unraid.
install the filezilla docker. and use sftp to connect to and send the files...
image.png.ec188181c8630a5f0a42498c134282c7.png

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.