Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

28 total results found

Synology Hyper Backup

Backup

Links Language can be changed on bottom rightSupported Modelshttps://www.synology.com/en-global/dsm/packages/HyperBackupHyper Backup Technical Specificationshttps://www.synology.com/en-global/dsm/7.2/software_spec/hyper_backupHyper Backup Quick Start Guidehttp...

Syncthing

Backup

Syncthing is generally not a backup tool. But as we use snapshots on the ZFS pool, which can't be destroyed from syncthing, it's not a plain syncing tool which in the worst case would sync ransomware encrypted files in real time and cause data loss on all devi...

Proxmox Backup Server 4

Backup

Foreword The use of a separate Proxmox Backup Server for uploading backups from another Proxmox Backup Server on HDD-Housing may offer greater security against ransomware and attackers. The Proxmox Backup Server connected to HDD-Housing should be operated in ...

Install Proxmox Backup Server 4 on Debian 13 Trixie

Setup

First install Debian on LXC or native Install Proxmox Backup Server 4 on Debian 13 Trixie https://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-server-on-debianasd Download Proxmox Sign Key wget https://enterprise.proxmox.com/debian/proxmox...

Install VersityGW

Setup

https://github.com/versity/versitygw From Github wget https://github.com/versity/versitygw/releases/download/v1.0.20/versitygw_1.0.20_linux_amd64.deb wget https://github.com/versity/versitygw/releases/download/v1.0.20/checksums.txt sha256sum -c checksums.txt -...

Migrate Minio to VersityGW

Install Minio AIStor

Setup

https://www.min.io/download Install/Update Script #!/bin/bash if [ $# -eq 0 ]; then echo "Filename missing, Example: minio_20251220045837.0.0_amd64.deb"; exit 0; fi curl https://dl.min.io/aistor/minio/release/linux-amd64/$@ -o ./$@ curl https://dl.min.io/aisto...

iCloud

Backup

This article https://www.heise.de/news/iCloud-Daten-Mac-App-sichert-Drive-und-Fotos-10508960.html (for macOS, behind paywall and in german) describes some options likehttps://www.parachuteapps.com/parachuteandhttps://support.bombich.com/hc/en-us/articles/20686...

BorgBackup

Backup

BorgBackup (Borg for short) provides: Space-efficient storage of backups. Secure, authenticated encryption. Compression: lz4, zstd, zlib, lzma, or none. Mountable backups with FUSE. Easy installation on multiple platforms: Linux, macOS, BSD, ... Free software...

Nextcloud

Backup

This articel describes how to backup Nextcloud to S3 Rclone 1. Configure S3 Remote Install rclone and run: rclone config Follow the prompts to create a new remote (name it mys3) using the s3 provider. 2. Create a Backup Script A proper backup requires a databa...