Vítor Brandão
Vítor Brandão
@TuRDMaN should syncing to the folder configured in `.noiselabs/box/box-sync.cfg` and defaults to `~/Box`. The davfs synchronization is slow, so give it some time to pull all the files.
Sorry, found the [Debian forum post](http://forums.debian.net/viewtopic.php?f=5&t=81909) faster than this one. Can't debug it right now, you did well posting to Debian too. Hope I can debug this tomorrow night.
In `/etc/fstab` I have `https://www.box.com/dav /home/me/Box davfs rw,user,noauto 0 0`. Also a `~/.davfs2/secrets` file exist with my Box credentials. I saw a suggestion to run `sudo dpkg-reconfigure davfs2` and answering...
Should be 0700. And that directory is not created by box-sync. I'm adding a new entry in box-sync to create that directory with the right permissions.
Have you tried the `dpkg-reconfigure davfs2` command?
I'll have access to a Ubuntu machine tomorrow. I will be able to test it there. In Gentoo stopping works fine. I will also add some tests, tag box-sync 0.1.0...
OK, thanks for all the support @Dutchglory
> How do i start this at boot and stop on shutdown? Depends on the Linux distro you are using. Some distros provide a `/etc/rc.local` where you put the the...
Hi @gr1zzly-be4r, can you tell me what distro are you using?
Hi @walterbyrd > Is the box directory supposed to be it's own file system? No. You can use your current filesystem (rootfs or /home or anything else). > Why should...