I would like to backup the /home directory on a macbook pro running osx 10.8.5 using time machine, unfortunately this is directory is ignored by default. According to this post:
On OS X, what files are excluded by rule from a Time Machine backup?
the file:
/System/Library/CoreServices/backupd.bundle/Contents/Resources/StdExclusions.plist
stores the list of built in exclusions where the /home path is under paths that are excluded. Can I delete the line that contains the /home directory in order to add it to the list of directories that time machine will back up? What are some unintended consequences that I might run into by doing this?
http://stackoverflow.com/questions/1362703/how-can-i-use-the-home-directory-on-mac-os-x
so that the home directory could be used. Since files are now stored in /home, I would like to have it automatically backup
– Ragnar Jul 28 '15 at 23:45