Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki.TerraBase.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:28, 3 August 2026 Root talk contribs created page Changing the ID of a Storage Source in Proxmox (Created page with "How to change the name of a ID for a Proxmox BackUp Server Storage Item / Location: You don't. Why? Who knows. Is there a work around? Yes! === Work Around === <syntaxhighlight lang="text"> OLD='WhatEverSourceName' NEW='WhatEverTargetName' python3 - "$OLD" "$NEW" <<'PY' import shutil import sys from datetime import datetime from pathlib import Path old = sys.argv[1] new = sys.argv[2] cfg = Path("/etc/pve/storage.cfg") secret_dir = Path("/etc/pve/priv/storage") t...") Tag: Visual edit