[SOLVED] Start Remote-Sync from CLI

shelter

New Member
Aug 24, 2020
7
2
3
I may be missing something, but I've checked through the PBS docs and tried to crawl as many posts as I could find here. Is there a command to initiate a remote sync?

I'm a homelab user (and a total rookie) and have a remote that I only want powered on while syncing. Ergo, a script is going to suit my needs best, but again I'm unable to find a command.

Thanks for any help.
 
I may be missing something, but I've checked through the PBS docs and tried to crawl as many posts as I could find here. Is there a command to initiate a remote sync?
for a sync-job, not currently

a manual 'pull' (the same as a sync but without a job-definition) you can do
Code:
proxmox-backup-manager pull <remote> <remote-storage> <local-storage>

check out 'man proxmox-backup-manager' for more details
 
  • Like
Reactions: shelter
That was the one document I didn't read and now I feel silly for having overlooked it!

This should fit for me as long as I can figure out the user permissions changes I'll need to enact, etc.

Thanks, Dominik.