box sync ignore files
Are you kindly considering adding a feature to skip / ignore certain paths (directories, files) stored on local machine from syncing? Some examples of situations where inability to exclude files from backup causes undesired issues: 1) There are programs which store temporary files among synced folders. These temporary files frequently change and are deleted on program exit, which results into frequent unnecessary synchronization and deletion of files in cloud, therefore waste of computing resources and bandwidth. 2) Specific program creates empty file "running" to indicate it's in running state. Box Sync does not sync empty file but warns user each time such program starts that it's unable to sync "running" file. In some cases I am getting multiple notification each hour. 3) Some games tend to store their data into "My Documents" folder. Those data do not need to be uploaded to cloud or to be accessible from other devices. Also, when the game is running, their frequent updates results into waste of computing power and bandwith again. 4) Some large files unable to be synced could be skipped, resulting into quicker sync time. Users should be able to choose what to sync and what not, and the possibility to exclude files or folders from syncing would greatly improve Box Sync experience!
-
Anonymous commented
Please add the ability to ignore folders and files within. We have files in our development cycle that dont need to be saved on box but are necessary for the build of the product.
-
Anonymous commented
Totally second the Git style of ignoring files from sync. Like a .gitignore, support a .boxignore (or whatever) on the sync'd directory. Bonus if it could use an apache .htaccess inheritance, so per subdirectory you could add/remove paths to ignore.
It's virtually impossible to use box to sync programming projects between systems, even just to maintain a backup. Source files, images, etc. should sync, but compiled binary files, node_modules/, vendor/, .env, etc. files and directories have to be excluded.
Since DropBox/Google Drive also don't have this functionality, adding such a feature would also be a differentiator making Box a better solution for programmers and advanced users.
-
Anonymous commented
This would be a very helpful functionality, especially for people who are using Git. A system that works similarly to gitignore would be great, which allow users to specify intentionally untracked files to ignore: https://git-scm.com/docs/gitignore