I have a single PBS instance with a 4TB local nvme datastore called "nvme1". What I want to do is sync (copy) that datastore to another directory (datastore) on that same PBS server that's mounted as "pbsbackup". This PBS server has both datastores (nvme1 and pbsbackup) defined
- I configured a "remote" pbs server that's actually the same PBS server under a different name
- I then created a sync job (push) that uses "nvme1" as the local datastore and "pbsbackup"
After the sync job runs it looks like the "remote (pbsbackup)" datastore has backups that have been removed from the "local (nvme1)" datastore.
I guess I'm not understanding what's the correct configuration of the sync job that I want.
What I want is to have all the backups that are in nvme1 replicated to pbsbackup, with data not in nvme1 removed from pbsbackup. Can someone help me get the correct configuration?
- I configured a "remote" pbs server that's actually the same PBS server under a different name
- I then created a sync job (push) that uses "nvme1" as the local datastore and "pbsbackup"
After the sync job runs it looks like the "remote (pbsbackup)" datastore has backups that have been removed from the "local (nvme1)" datastore.
I guess I'm not understanding what's the correct configuration of the sync job that I want.
What I want is to have all the backups that are in nvme1 replicated to pbsbackup, with data not in nvme1 removed from pbsbackup. Can someone help me get the correct configuration?