db-sync 0.1.1

A secure and stable database backup synchronization system with automatic file transfer and verification
1
2
3
4
5
6
7
8
9
10
11
{
  "listen_addr": "0.0.0.0:21005",
  "data": [
    {
      "system_name": "示例系统",
      "system_ip": "192.168.1.100",
      "backup_dir": "./backups/example_system",
      "auth_token": "b0497319c857fa714e0c411f23fca9d54e3c829a00c7537fd66aee1f289b1b47112a424c9db5ab988ac30dce34f35dfea0c631919406d3d5fce3f5c8b6d3d3bf"
    }
  ]
}