Search results

  1. C

    [SOLVED] How to connect remote with ssh public key?

    The remote server is behind a firewall but public key SSH access is possible, so I could set up an simple SSH tunnel with ssh -L 9007:localhost:8007 remoteserver to forward connections to "localhost port 9007" to the "remote host port 8007" and then specificy "localhost:9007" as the remote host...
  2. C

    [SOLVED] How to connect remote with ssh public key?

    Is it possible to change the remote port from 8007 to something else? Can it be specified anywhere (e.g. hostname : port)?
  3. C

    backup vm pve to pbs, how to enable incremental

    I just have to decide whether I need the newer snapshots at all. If not, I can do a "revert", if I need then, I have to clone. So everything is possible. Thanks, this is the part I was missing. Replication is very nice and I use it. Unfortuntely it currently does not work with encrypted ZFS...
  4. C

    [SOLVED] How to connect remote with ssh public key?

    Thanks. Some questions about security (PBS is installed on a proxmox server): 1) The cert fingerprint is used to ensure the remote identity, only correct? 2) Is fingerprint is from the public visible certificate? 3) If port 8007 is open to the public, the password is the only means to protect...
  5. C

    backup vm pve to pbs, how to enable incremental

    Currently I use znapzend. WIth this I can: 1) Start a VM directory from the backup at any remote location 2) Restore a previous version of the VM by just reverting to the snapshot 3) Clone a snapshot to start a previous version directly from the backup for testing. 4) Clone a snapshot and...
  6. C

    [SOLVED] How to connect remote with ssh public key?

    I have a backup server which can reach a remove server via ssh and public key authentifcation when logged in as root (using an alias in .ssh/config). When I start a sync job however it gives an error, that the server is not reachable. Does it not use ssh to connect? With which user is the sync...
  7. C

    backup vm pve to pbs, how to enable incremental

    A backup solution which is not able to do fast incremental backups for unchanged and switched of VMs (the safest method), is not really a good solution. There should be a solution.
  8. C

    No incremental mode for stopped VMs?

    A backup solution which is not able to incrementally backup in the safest mode possible, is really not a good solution. There should be a solution to this problem.
  9. C

    No incremental mode for stopped VMs?

    I have a VM with 1 TB of data which is switched of. The PBS does not use the incremental mode but reads the whole 4 TB over and over again. [CODE INFO: Starting Backup of VM 106 (qemu) INFO: Backup started at 2020-08-24 09:14:05 INFO: status = stopped INFO: backup mode: stop INFO: ionice...
  10. C

    PBS tries to start VMs during backup, not enough ram

    I have some VMs on a server which are not started, but are included in the backup. The backup job fails because PBS cannot start the VM because of missing RAM Why does PBS try to start a switched of VM to do a backup? If I temporarily reduce the RAM in the VM config, the backup works fine. This...
  11. C

    Shell fragt nach Kennwort

    Ja, login nur als root@pam. Keine weiteren Benutzer angelegt.
  12. C

    How to restore Windows guest files from Proxmox Backup Server?

    How to restore Windows guest files from a backup of the proxmox backupserver? I have a Windows Server VM with 1 TB of data in NTFS and want to restore for example a deleted or corrupted file from the Proxmox Backup Server? How to do this? Is there a possibility to mount the Backup as drive?
  13. C

    Shell fragt nach Kennwort

    Ich habe zwei Cluster: Bei einem kann auch auf allen Servern über den Punkt "Shell" direkt ohne Kennwortabfrage auf eine Webshell. Auf dem anderen Cluster werde ich jedoch immer nach dem root-Kennwort gefragt. Wir erklärt sich der Unterschied wie wie korrigiert man das Verhalten des zweites...
  14. C

    what is the best monitor tool for proxmox ?

    1) This is irreleveant to me (and many other). It will run on one server 99% of the time. If I decide to migrate, there is no problem having some 30 seconds of interruption. Everyone can decide on its own how to use it. 2) The described solution uses Docker which is a container and not a VM...
  15. C

    what is the best monitor tool for proxmox ?

    A container can me migrated almost live (just a couple of seconds outage). So there is no difference.
  16. C

    what is the best monitor tool for proxmox ?

    First: Can docker be installed in proxmox without any problems for the proxmox virtualization? Second: I want to install it in a proxmox container (and replicate this to the others servers). When one server fails, I can still start the container on another instance. This is by no means worse...
  17. C

    what is the best monitor tool for proxmox ?

    How to install the graphic version without docker (which is not available on proxmox)?
  18. C

    Improvement: Reduce migration downtime to seconds with two step transfer

    So I would like to suggest this to be implemented. It seems that almost all code is already there or even used in other scenarious.
  19. C

    Proxmox Backup Server and Client

    It needs another separate server which has several disadvantages. Why not extend the existing replication mechanismen to be able to retain old versions based on a plan like znapzend? This would combine backup with availablility. Then at any point it would be possible to: 1) Have a perfect...
  20. C

    Improvement: Reduce migration downtime to seconds with two step transfer

    Yes, I am talking about container migration. With VMs the migration is now live but with container migration there is an unnesseary extended downtime, because the container is shutdown at the START of the migration instead of keeping it running unteil 99% of the data has been transferred. With...