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/22 16:10] 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 170: Line 176:
  
 ===== Use Windows to copy Proxmox backups to another system ===== ===== Use Windows to copy Proxmox backups to another system =====
-  Using the Windows task managercreate a basic task +Open the Windows task manager and create a basic task
-  **Action: Start a program**+ 
 +**Action: Start a program**
   \\PATH\WinSCP.exe    \\PATH\WinSCP.exe 
-  **Arguments:**+**Arguments:**
   /log=\\PATH\LOGFILENAME.log /command "open scp://root:PASSWORD@IPADDRESS/" "synchronize local \\DESTINATIONPATH /var/lib/vz/dump" "exit"   /log=\\PATH\LOGFILENAME.log /command "open scp://root:PASSWORD@IPADDRESS/" "synchronize local \\DESTINATIONPATH /var/lib/vz/dump" "exit"
  
proxmox.1761149452.txt.gz · Last modified: by w5ged