SNAPPER-BACKUP-CON(5) Filesystem Snapshot Management SNAPPER-BACKUP-CON(5) (NAME) snapper-backup-configs - (DESCRIPTION) /etc/snapper/backup-configs/*.json snapper . JSON - . - (KEY VALUE PAIRS) . config snapper. target-mode local ssh-push. source-path (subvolume) . snapper . target-path (mount point) . automatic (Boolean) systemd. ssh-host . ssh-push . ssh-port . ssh-push . ssh-user . ssh-push . ssh-identity ssh ( ssh-identity) . ssh-push . send-compressed-data snbk --compressed-data . false . send-options btrfs send . . snbk --proto --compressed-data . receive-options btrfs receive . . target-btrfs-bin btrfs . (wrapper scripts) . . target-ls-bin ls . . . target-mkdir-bin mkdir . . . target-rm-bin rm . . . target-rmdir-bin rmdir . . . (EXAMPLES) : { "config": "root", "target-mode": "local", "automatic": true, "source-path": "/", "target-path": "/backups/root" } ssh-push: { "config": "root", "target-mode": "ssh-push", "automatic": false, "source-path": "/", "target-path": "/backups/eberich/root", "ssh-host": "backups.example.com", "ssh-identity": "/etc/snapper/certs/id_ecdsa" } (HOMEPAGE) http://snapper.io (AUTHORS) Arvin Schnell (SEE ALSO) snbk(8), snapper(8) 0.13.1 2025-10-13 SNAPPER-BACKUP-CON(5)