Search results

  1. D

    [SOLVED] I have this error during remote sync

    2021-05-02T20:12:15+02:00: no data changes 2021-05-02T20:12:15+02:00: re-sync snapshot "ct/114/2021-05-01T19:53:53Z" done 2021-05-02T20:12:15+02:00: percentage done: 17.65% (2 of 17 groups, 100 of 100 group snapshots) 2021-05-02T20:12:15+02:00: sync group host/fileserver failed - group lock...
  2. D

    PBS remote...

    Or could i (now) select what to remote sync? I mean vm/vt/host Anyway tx
  3. D

    PBS remote...

    Hi folks, is there a way to sync to a remote pbs only a restricted number of days? I know that for now there is a limit of a single datastore but, can i set a different number of backups in the remote than in the original PBS? I mean this PBSREAL: datastore: backup keep-daily 12...
  4. D

    Show IP with PCT list command

    The script pct_ethernet_show.pl #!/usr/bin/perl ############################################################################## # # Autori: Marco Colombo (marco@openit.it) # Valentina Portolan (valentina@openit.it) # Giuliano Natali...
  5. D

    Show IP with PCT list command

    My college is doing it and i pass the perl script to the developers... I think thatp pct exec is sufficient Diaolin
  6. D

    Show IP with PCT list command

    In any case: with VM we have the ability to extract IP from agent and show it in interface Why not consider to do the same with a script or an agent like in the container? Anyway tx, Diaolin
  7. D

    Show IP with PCT list command

    pct exec CTID ip addr show
  8. D

    Backup problem

    of course... tx
  9. D

    Backup problem

    I've a backup that is configured to start each day at 20.00 pm but in a bunch of cases it takes 30 hours... normally 6 Is it possible to inercept a running job and procrastinating the new backup? Even blocking it Tx, Diaolin
  10. D

    [SOLVED] Remote sync (all in my mind, sorry)

    fellow? yeah, of course yeah is it but it's big (the first) No, i stop it at the morning and when the first is ok than i let it work always. A question: pve has a rate limit for it's backup in vzdump.conf and pbs, in the sync i mean? Tx
  11. D

    [SOLVED] Remote sync (all in my mind, sorry)

    I want to stop it because it does too much traffic during the work day My pbs in Italy is 16Tb and my remote is in Germany I've seen that stopping and restarting the consistency will be resumed after a while Diaolin
  12. D

    [SOLVED] Remote sync (all in my mind, sorry)

    For the moment i'll stop the sync this way #!/bin/bash LIST=$(proxmox-backup-manager task list --output-format json-pretty |grep upid | awk '{print $2}') for nome in "$LIST" do echo "stopped ${nome%?}" >>/root/stopped.log proxmox-backup-manager task stop "${nome%?}" done Bye
  13. D

    [SOLVED] Remote sync (all in my mind, sorry)

    Found, i could write the time in the interface i didn't see that the field was writeable is possible to write time 19:00 and day mon,wed,fri Is it true? Written and it does no error schedule mon,wed,sat 19:00 is even permitted. Remains the question: could i define a duration? Or is it...
  14. D

    [SOLVED] Remote sync (all in my mind, sorry)

    How can i change the time of a remote sync ? I will start it at a precise time if possible, is it? And, is it possible to set a duration? Max time Tx, Diaolin
  15. D

    PBS backs up deleted files

    I have the same convinction but the phrase that i reported was the doubt...
  16. D

    Proxmox Backup and letsencrypt

    Resolved in this manner: #!/bin/bash NODE=$(hostname) /usr/bin/cp /etc/pve/nodes/${NODE}/pveproxy-ssl.pem /etc/proxmox-backup/proxy.pem /usr/bin/cp /etc/pve/nodes/${NODE}/pveproxy-ssl.key /etc/proxmox-backup/proxy.key /usr/bin/chmod 640 /etc/proxmox-backup/proxy.* /usr/bin/chgrp backup...
  17. D

    Proxmox Backup and letsencrypt

    I use proxmox acme for the ssl certificate (letsencrypt) Is ther a method that permits using the same files even with the proxmox-backup on port 8007? (same machine) Tx Diaolin