On Tuesday, June 20, 2017 at 11:24:20 AM UTC+4, Umar Draz wrote: > Hello > > How we can store client's backup as per-host directory. > > Right now I have running backup for few clients and every thing going in > /var/lib/bareos/storage/Full-0001 and > /var/lib/bareos/storage/Incremental-0002 so on. > > I want something like this > > /var/lib/bareos/storage/client1/Full-001 > /var/lib/bareos/storage/client1/Incremental-0002 > > /var/lib/bareos/storage/client2/Full-001 > /var/lib/bareos/storage/client2/Incremental-0002 > > > Br
You need to define that in the SD and assign device(s) per client. Why don't you just use one folder to store all the volumes like: /bigstorefolder/client-servername-full-xxxx /bigstorefolder/client-servername-incr-xxxx Regards, -Tiho -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
