Hi 
I'm trying to setup a time machine backup over the network with the following command:
this works perfectly
- it auto-set the network drive as time machine target drive
- it works automatically without the need to mount the afp share and the sparsebundle volume manually
The problem is that the sparsebundle image created (automatically) in the network share has the same size of the available size of the (remote) hard drive and there is no way to specify a manually created image with specific size (e.g. 500GB)
any idea?
I'm trying to setup a time machine backup over the network with the following command:
Code:
sudo tmutil setdestination -p afp://<username>@<host>/<share>
this works perfectly
- it auto-set the network drive as time machine target drive
- it works automatically without the need to mount the afp share and the sparsebundle volume manually
The problem is that the sparsebundle image created (automatically) in the network share has the same size of the available size of the (remote) hard drive and there is no way to specify a manually created image with specific size (e.g. 500GB)
any idea?