Hi everybody,
we must build a new storage for our backups (see https://forum.proxmox.com/threads/zfs-raidz1-expanding-not-possible.127480), so I would like to copy our backups (about 30 TB) to another storage, build a new ZFS pool, and put the backups back.
I successfully rsync'd /mnt/datastore to another storage with
. My idea which I would like to bring up for discussion is:
1. stop PBS services (which services do I need to stop? How do PBS clients behave when there's no server for a couple of hours?)
2. run a (further) rsync
3. backup the current datastore configuration (do I have to care for namespace configuration?)
3. remove the current datastore
4. destroy the ZFS pool
5. create a new ZFS pool
6. restore the datastore configuration
7. rsync all backups to the new datastore
8. start PBS services
Thanks and greets
Stephan
we must build a new storage for our backups (see https://forum.proxmox.com/threads/zfs-raidz1-expanding-not-possible.127480), so I would like to copy our backups (about 30 TB) to another storage, build a new ZFS pool, and put the backups back.
I successfully rsync'd /mnt/datastore to another storage with
Code:
rsync -avP <source> <target> --delete
1. stop PBS services (which services do I need to stop? How do PBS clients behave when there's no server for a couple of hours?)
2. run a (further) rsync
3. backup the current datastore configuration (do I have to care for namespace configuration?)
3. remove the current datastore
4. destroy the ZFS pool
5. create a new ZFS pool
6. restore the datastore configuration
7. rsync all backups to the new datastore
8. start PBS services
Thanks and greets
Stephan