#author("2023-02-08T11:33:34+09:00","default:ichinomoto","ichinomoto")
[[mac]]

*TimeMachine [#m2d1a585]

**samba上に作る [#x61ef86a]
https://takuya-1st.hatenablog.jp/entry/2022/01/26/140852

 sudo apt instal samba-vfs-modules

/etc/samba/smb.conf
 ## for macOS timeMachine
 [global]
   fruit:encoding = native
   fruit:metadata = netatalk
   idmap config * : backend = tdb
   vfs objects = catia fruit streams_xattr
 [TimeMachine]
   comment = Backup for Mac Computers
   guest ok = no
   path = /data/timemachine
   brousable = no
   read only = no
   fruit:time machine max size = 1T
   fruit:time machine = yes

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS