Advanced Search
Search Results
28 total results found
Synology Hyper 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
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
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
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
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
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
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
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
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...