Apologies in advance for the very "Hi, I'm definitely a newbie" question.
Hello,
I have an existing PBS server up and running, with a single datastore that backs up an existing (single-node) Proxmox cluster. The backing storage is a fast but small ZFS mirror on a pair of enterprise SATA SSDs.
I can now add new physical storage to my PBS server. It's a slower, but much larger, HDD ZFS pool. What I'd like to do is have the fast storage be the destination for the actual backup from the PVE cluster, so I can get the backups done on live VM and LXC instances as quickly as possible.
Actual question: What I'd like to do then is have the backups copy to (sync to?) a datastore that uses the HDD-based storage. (That way I don't have to worry about how fast it is, because it's not reading directly from the PVE cluster.) On the PBS-side of things, how do I set this up?
Hello,
I have an existing PBS server up and running, with a single datastore that backs up an existing (single-node) Proxmox cluster. The backing storage is a fast but small ZFS mirror on a pair of enterprise SATA SSDs.
I can now add new physical storage to my PBS server. It's a slower, but much larger, HDD ZFS pool. What I'd like to do is have the fast storage be the destination for the actual backup from the PVE cluster, so I can get the backups done on live VM and LXC instances as quickly as possible.
Actual question: What I'd like to do then is have the backups copy to (sync to?) a datastore that uses the HDD-based storage. (That way I don't have to worry about how fast it is, because it's not reading directly from the PVE cluster.) On the PBS-side of things, how do I set this up?
- I assume the HDD-backed storage is its own datastore; but
- All the docs assume syncing to a remote PBS instance, not a separate datastore on the same instance?
- So, I guess what I'm really asking is how to sync between two datastores on the same server.