Hello folks,
I tried to integrate a quota to limit the space for my Time Machine Back Up via Mac.
For this I used the following description on Reddit and Threads out of the Forum that already described the solution:
HowTo make time machine backups on a samba fileserver without netatalk
My .com.apple.TimeMachine.quota.plist file has the following content:
Code
root@Speicher:/srv/dev-disk-by-label-Backupintern/Backupintern/TimeMachine/Christoph# cat .com.apple.TimeMachine.quota.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GlobalQuota</key>
<integer>300000000000</integer>
</dict>
</plist>
After creating the file I made a SMB restart:
and the file has the following rights: 644
But Time Machine on my Mac still shows me the whole 1.88TB. Of course I rebooted my Mac severals times and also connected the share again in the Time Machine settings.
Does anyone have an idea how to solve that?
Thanks...