Thank for you answer . My goal is a replace an existent the hardware for new server .Hello @frankz,
we need a little more information here. What do you want to replace with what exactly, and how? What is your goal?
Thanks for explaining.Thank for you answer . My goal is a replace an existent the hardware for new server .
Yes i m use zfs for system pbsThanks for explaining.
That depends on how your current hardware is configured. Which storage type are you using, ZFS, LVM...?
zfs send -v rpool/home@bla1 | ssh otherhost zfs receive otherpool/home@bla1
Yes, I had read in the docs and forums that many users use the send option. Thank you so much for your advice and the time you have dedicated to me.Then you could proceed as follows:
- Install PBS on the new server
- Transfer ZFS datastores to the new server with ZFS-Send. Example:
zfs send -v rpool/home@bla1 | ssh otherhost zfs receive otherpool/home@bla1
- Transfer configs manually, possibly adjust other/new paths
- Restart services
- Check everything is working fine and delete the zfs snapshot on the new server