diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-04 11:12:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-04 11:12:52 -0400 |
commit | 612ca3cf2e217120d92061ef471b7242829ef229 (patch) | |
tree | 95cfed8389193fb75a9aaec8b7c1b290b8047d1f /doc/tips | |
parent | 896fce38472e32e73550b5113f00c9de2147982e (diff) |
tweak davfs2 settings
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_box.com_as_a_special_remote.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/using_box.com_as_a_special_remote.mdwn b/doc/tips/using_box.com_as_a_special_remote.mdwn index b216dd98d..7ef856178 100644 --- a/doc/tips/using_box.com_as_a_special_remote.mdwn +++ b/doc/tips/using_box.com_as_a_special_remote.mdwn @@ -17,9 +17,10 @@ With a little setup, git-annex can use Box as a * Edit `/etc/fstab`, and add a line to mount Box using davfs. sudo mkdir -p /media/box.com echo "https://www.box.com/dav/ /media/box.com davfs noauto,user 0 0" | sudo tee -a /etc/fstab -* Create `~/.davfs2/davfs2.conf`: +* Create `~/.davfs2/davfs2.conf` with some important settings: mkdir ~/.davfs2/ echo use_locks 0 >> ~/.davfs2/davfs2.conf + echo cache_size 1 >> ~/.davfs2/davfs2.conf echo delay_upload 0 >> ~/.davfs2/davfs2.conf * Create `~/.davfs2/secrets`. This file contains your Box.com login and password. Your login is probably the email address you signed up with. |