Hi,
if i want to split my backups in different datastores, like private and company one (to have a limitation in max usage like quota) ,would this the correct way ?
root@pbs01:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pbs lvm2 a-- <49.50g 6.12g
/dev/sdb1 vg-pbs lvm2 a-- <8.68t 4.77t
created a vg-pbs
and then lvcreate different volumes and mount them
/dev/mapper/vg--pbs-vol--czmok on /backup/czmok type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
/dev/mapper/vg--pbs-vol--company on /backup/company type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
but this cannot be done via the web interface, correct ? What is the "best" way of implementing this ?
Besides: best tool since a long time for backup
if i want to split my backups in different datastores, like private and company one (to have a limitation in max usage like quota) ,would this the correct way ?
root@pbs01:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pbs lvm2 a-- <49.50g 6.12g
/dev/sdb1 vg-pbs lvm2 a-- <8.68t 4.77t
created a vg-pbs
and then lvcreate different volumes and mount them
/dev/mapper/vg--pbs-vol--czmok on /backup/czmok type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
/dev/mapper/vg--pbs-vol--company on /backup/company type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
but this cannot be done via the web interface, correct ? What is the "best" way of implementing this ?
Besides: best tool since a long time for backup