User Tools

Site Tools


proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox [2025/10/01 13:42] w5gedproxmox [2025/12/21 16:20] (current) w5ged
Line 142: Line 142:
  
  
-===== Debian VMs ===== +===== Debian 13 VMs ===== 
-Install Debian 12 from an ISO file+Install Debian 13 from an ISO file & login as root 
 + 
 +  # apt install sudo net-tools gpg apt-transport-https 
 +  # /usr/sbin/usermod -aG sudo username 
 +  # exit
   > sudo nano /etc/ssh/sshd_config   > sudo nano /etc/ssh/sshd_config
     change "PermitRootLogin without-password" to "PermitRootLogin yes"     change "PermitRootLogin without-password" to "PermitRootLogin yes"
 +  > sudo nano /etc/systemd/timesyncd.conf
 +    add line NTP=NTPSERVERIPADDRESS
      
   > sudo nano /etc/network/interfaces   > sudo nano /etc/network/interfaces
Line 167: Line 173:
    > sudo noip2 ­-S    > sudo noip2 ­-S
    To reconfigure the client: /usr/local/bin/noip2 -C    To reconfigure the client: /usr/local/bin/noip2 -C
 +
 +
 +===== Use Windows to copy Proxmox backups to another system =====
 +Open the Windows task manager and create a basic task.
 +
 +**Action: Start a program**
 +  \\PATH\WinSCP.exe 
 +**Arguments:**
 +  /log=\\PATH\LOGFILENAME.log /command "open scp://root:PASSWORD@IPADDRESS/" "synchronize local \\DESTINATIONPATH /var/lib/vz/dump" "exit"
  
proxmox.1759326134.txt.gz · Last modified: by w5ged