etc/client.cfg
author František Kučera <franta-hg@frantovo.cz>
Fri, 28 Nov 2025 21:09:23 +0100
branchv_0
changeset 26 0f42cc368775
parent 21 735961d9596e
permissions -rw-r--r--
this service is only for humans, not AI or other bots
     1 # VCS Backup
     2 # Client-side configuration:
     3 
     4 VCS_BACKUP_SERVER="vcs-backup-manager@LOCALHOST";
     5 VCS_BACKUP_SSH_COMMAND=(ssh "$VCS_BACKUP_SERVER");