This topic created in 1111 days ago, the information mentioned may be changed or developed.
问题:
原因:
-
发现备份后的 Host 不同,看起来似乎是根据 Host 判断 parent snapshot ;
- 找到 parent snapshot 会增量变更差异部分;
- 找不到 parent snapshot 会进行完整备份;
- 当 NetBIOS 为 BOGON 时,快照的 HOST 为共享设置中的计算机名称;
- 当 NetBIOS 为 LOCALHOST 时,快照 HOST 则为 LOCALHOST ;
求助:
- 固定网络使用,能避免出现 HOST 不同;
- 如果不得不多网络环境使用,请问该怎么办呢?
1 replies • 2024-08-11 22:11:04 +08:00
 |
|
1
dilidilid Aug 11, 2024
$ restic backup --help [...] --hostname hostname set the hostname for the snapshot manually. To prevent an expensive rescan use the "parent" flag [...]
|