mac

TimeMachine

samba上に作る

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
Last-modified: 2023-02-08 (水) 11:33:34 (1281d)