Hostname

重複性狀態第一個主機名字母是大寫的

  • November 13, 2016

誰能猜到,為什麼 duplicity 突然開始製作或處理第一個主機名字母大寫?

[root@crew shared_scripts]# duplicity --version
duplicity 0.7.10

[root@crew shared_scripts]# uname -a
Linux crew.gdndev.xyz 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

[root@crew shared_scripts]# echo $HOSTNAME 
crew.gdndev.xyz

[root@crew shared_scripts]# hostname
crew.gdndev.xyz

[root@crew shared_scripts]# duplicity --archive-dir /archive-dir --name backup-name --no-encryption --full-if-older-than 2W /backup-source scp://backup-destination
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Tue Nov  8 00:16:35 2016
Fatal Error: Backup source host has changed.
Current hostname: Crew.gdndev.xyz
Previous hostname: crew.gdndev.xyz

昨天還好……一個多星期沒有更新包。正常執行時間 6 天。

獲取主機名和其他來源的其他方法是什麼?可以更改但不影響 $(hostname) 的東西?

這個重複錯誤票包含一些提示

https://bugs.launchpad.net/duplicity/+bug/662334

最簡單的方法是使用適當的命令行開關“–allow-source-mismatch”一次,以確保您仍然在同一台機器上的重複性。

..ede / duply.net

引用自:https://serverfault.com/questions/814583