--- a/config.example.yaml Sun Dec 25 13:26:18 2022 +0200 +++ b/config.example.yaml Mon Jun 02 08:38:59 2025 -0500 @@ -40,11 +40,16 @@ location: /Volumes/backup1/borg keychain_account: borg-backup@mylaptop + - name: homeserver + ssdp_uuid: borg@home.c5fad77dbff6157eba56597e9c404631 + ssdp_path: /mnt/backup/borg + keychain_account: borg-backup@mylaptop + # Backups: configure here which files should be backed up, how frequently, and to # which repositires. backups: - # 1. Most files in $HOME to ssh://myserver.invalid - - name: Home to 'myserver' + # 1. Most files in $HOME to homeserver, discovered by SSDP + - name: Home to 'homeserver' # Scheduling mode: dreamtime/realtime/manual # Dreamtime scheduling discounts system sleep periods. scheduling: dreamtime @@ -55,7 +60,7 @@ # Prune interval: once every two weeks prune_interval: 1209600 # Repository and archive configuration - repository: myserver + repository: homeserver archive_prefix: 'all@mylaptop-' archive_template: '{now:%Y-%m-%d_%H:%M:%S}' # Files to include @@ -105,5 +110,3 @@ - pattern: "+ $HOME/Library/Mobile Documents/" - pattern: "- $HOME/Library/" - pattern: "- $HOME/.config/borg/security/" - -