使用dropbox自动同步自己mac上的文件夹:

ln -s /Volumes/Macintosh_HD_2/Programs/00-My_Programs /Users/foreverycc/Dropbox/My_Program
# 1. must be full absolute path ( "~/Dropbox" doesn't work)
# 2. The target directory (Dropbox directory) doesn't have to be the same name as the original directory

Done! 非常简单

Ref:

http://www.linuxidc.com/Linux/2011-05/35373.htm

http://blog.yslove.net/2012/07/mac-dropbox-sync-any-folder/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-08-16
  • 2021-04-15
  • 2022-12-23
  • 2021-10-25
  • 2021-06-14
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2022-01-03
  • 2021-09-30
  • 2022-12-23
  • 2021-07-04
  • 2022-01-13
相关资源
相似解决方案