|
|
@@ -12,7 +12,9 @@ cd "${BORG_DIR}" |
|
|
|
|
|
|
|
BORG_BIN="${BORG_DIR}/bin/borg.$(uname -m)" |
|
|
|
|
|
|
|
# Use stable host ID in case MAC address changes |
|
|
|
# Use stable host ID in case MAC address changes. |
|
|
|
# Note that this host ID is only used to manage locks, so it's |
|
|
|
# not crucial that it remains stable. |
|
|
|
HOSTID="${HOSTNAME}@$(python3 -c 'import uuid;print(uuid.getnode())')" |
|
|
|
|
|
|
|
function error_handler() { |
|
|
|