


Exploitez les capacités de déduplication de Borg avec le backend d'hébergement géré de remote-backups.com. Créez des sauvegardes économiques et chiffrées avec une protection de niveau militaire dans des datacenters allemands conformes RGPD.
# Initialize repository
borg init --encryption=repokey-blake2 \
customer@host:./borg
# Test connection
ssh -T customer@host \
-i ~/.ssh/backup_key
Configuration de l'interface web :
# Create new archive
borg create --stats --progress \
customer@host:./borg::archive-{now} \
/path/to/data
# Compact storage
borg compact --progress customer@host:./borg
Tâches de maintenance :
Chiffrement côté client avec vérification de hachage Blake2b
Authentification par certificat SSH avec restrictions de commandes forcées
Infrastructure conforme BSI-Grundschutz avec audits quotidiens
Obtenez 100 Go de stockage gratuit pour tester l'intégration Borg
Démarrer l'essai Borg
borg prune --keep-daily 7 --keep-weekly 4 \
--keep-monthly 6 customer@host:./borg
Politiques de rétention :