Use your DNS-323 for Time Machine backups.
If you don’t want to have to fork over the $$ to buy a time capsule want to make use of your existing DNS-323 hardware for backing up your Mac, here’s the steps to take.
1) Modify system preferences by executing this line in a terminal.
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
This will allow you to select the DNS as a backup device when you configure Time Machine.
2) You need to manually create a disk image that Time Machine can understand. The naming convention of this image is key. The name consists of the computers name and mac address of the local eno device without colons. (
ie: gataca_0021413a0cce.tmp.sparsebundle -> gataca_0021413a0cce.sparsebundle
Open disk utility and create a new disk image on your local drive (you cannot create the image directly on the NFS drive) with the following options:
Format: Spare Bundle Disk Image
Partiions: No Partition Map
Encryption: None
Format: Mac OSX Extended Partition (Journaled)
Size – Maximum Size.. I choose Custom 250GB
After the image is created… manually copy it over to the root of your NFS volume.
3) Kick off the time machine backup and voila!
Now.. be prepared for the caveats of this solution mentioned here.