[SOLVED] sync job anstoßen per Konsole zwischen zwei pbs

bluesite

Renowned Member
Oct 18, 2017
288
65
68
Hallo zusammen,

wie kann ich einen sync job anstoßen per Konsole zwischen zwei pbs, ich mache auf dem einen pbs die Backups und wenn diese fertig sind möchte ich den zweiten per wake on lan starten und dann den sync starten nachdem die Backups fertig sind vom Proxmox per hook script, den verify job kann ich per Konsole bzw ssh remote starten, habe aber noch nicht gefunden wie man den sync job remote per ssh startet.
Nur anlegen auf auflisten habe ich in der Doku gefunden https://pbs.proxmox.com/docs/managing-remotes.html
 
Last edited:
Hallo,

Um einen sync job zu laufen, nutzen proxmox-backup-manager pull <remote> <remote-store> <local-store> von dem zweiten PBS.
Also mit ssh ssh user@pbs2 'proxmox-backup-manager pull pbs1 store-pbs1 store-pbs2'.

Es ist wichtig zu verstehen dass man 'von' einem remote Datastore sycronisieren, statt 'zu' einem remote Datastore.
 
Last edited:
  • Like
Reactions: Basti-Fantasti
okay danke, ja das der pull vom 2 läuft weiß ich, ich hab nur nicht die genaue syntax gefunden für den Befehl, werde ich später ausprobieren wenn ich wieder zu Hause bin

ich mach es nun so im hook script

Code:
if [ "$1" == "job-end" ]; then
    etherwake 30:xx:xx:xx:xx:xx
    sleep 60
    ssh root@192.168.xx.xx "proxmox-backup-manager pull pbs1 Store Store < /dev/null"
    ssh root@192.168.xx.xx "proxmox-backup-manager verify Images < /dev/null"
    ssh root@192.168.xx.xx "poweroff < /dev/null &"
fi
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!