All Projects → sp1thas → dropboxignore

sp1thas / dropboxignore

Licence: GPL-3.0 license
It's all about the missing .dropboxignore file.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dropboxignore

dropbox-fs
📦 Node FS wrapper for Dropbox
Stars: ✭ 35 (-57.83%)
Mutual labels:  dropbox
SaorTech-cloud-services
A range of scripts to provision and configure open source cloud services.
Stars: ✭ 23 (-72.29%)
Mutual labels:  dropbox
chili
Dropbox powered static site generator
Stars: ✭ 27 (-67.47%)
Mutual labels:  dropbox
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (-3.61%)
Mutual labels:  dropbox
boxdrop
Dropbox Clone built with StimulusReflex
Stars: ✭ 66 (-20.48%)
Mutual labels:  dropbox
screentray-distribution
macOS app for capturing, annotating and sharing screenshots
Stars: ✭ 28 (-66.27%)
Mutual labels:  dropbox
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (-40.96%)
Mutual labels:  dropbox
ignore-sync
a CLI tool to build and sync .*ignore files across files and repositories
Stars: ✭ 15 (-81.93%)
Mutual labels:  ignore-files
minipwner
A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
Stars: ✭ 53 (-36.14%)
Mutual labels:  dropbox
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-80.72%)
Mutual labels:  dropbox
libcloudstorage
Official libcloudstorage repository.
Stars: ✭ 49 (-40.96%)
Mutual labels:  dropbox
JetBox
ReSharper settings synchronization through Dropbox
Stars: ✭ 18 (-78.31%)
Mutual labels:  dropbox
littlebox
Android app for simple seamless sharing of your files within Intranet/LAN
Stars: ✭ 12 (-85.54%)
Mutual labels:  dropbox
dropbox-taskpaper-editor
The Web-based Dropbox-synced Taskpaper Document Editor
Stars: ✭ 30 (-63.86%)
Mutual labels:  dropbox
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-71.08%)
Mutual labels:  dropbox
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-72.29%)
Mutual labels:  dropbox
redmine dropbox attachments
Use Dropbox as the storage backend for your Redmine installation
Stars: ✭ 23 (-72.29%)
Mutual labels:  dropbox
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service.
Stars: ✭ 387 (+366.27%)
Mutual labels:  dropbox
nbox
基于阿里云OSS的网盘客户端程序!
Stars: ✭ 31 (-62.65%)
Mutual labels:  dropbox
Queries
SQLite queries
Stars: ✭ 57 (-31.33%)
Mutual labels:  dropbox

dropboxignore

dropboxignore-logo

It's all about the missing .dropboxignore file.

Documentation Status dropboxignore Google code style Installation counter

InstallationGetting startedCLIHow to Contribute

This CLI shell script aims to take advantage of glob patterns and existing .gitignore files in order to exclude specific folders and files from dropbox sync. The shell script uses this recent approach to ignore folders and files.

Installation

Using the kickstart script

dropboxignore is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl, wget or another similar tool. attr and git should be installed on your system, as well as Homebrew if you are on macOS.

Method Command
curl sudo sh -c "$(curl -fsSL https://rb.gy/12plgs)" c
wget sudo sh -c "$(wget -qO- https://rb.gy/12plgs)" w

Worried about mysterious shorted urls like? Take a look at the installation script here: https://rb.gy/12plgs --> https://raw.githubusercontent.com/sp1thas/dropboxignore/master/utils/install.sh)

Snap

Get it from the Snap Store

$ snap install dropboxignore

From source

$ git clone https://github.com/sp1thas/dropboxignore.git
$ cd dropboxignore
$ make test  # optional step, bats should be in your PATH
$ sudo make install

Uninstall

$ sudo make uninstall

Getting started

dropboxignore is a CLI tool which supports a collection of commands in order to make your life easier when it comes to exclude files or/and folders from :material-dropbox: dropbox sync. Below you will find some common usecases.

A typical workflow

A common workflow could be the following:

  1. Automatically generate .dropboxignore files based on existing .gitignore files.
  2. Manually update or create .dropboxignore files (Optional).
  3. Ignore matched files based on .dropboxignore files.

and you can run this flow by running the following command:

$ dropboxignore genupi .

Warning: In order to prevent unpleasant data losses, exception patterns are not supported. Both .gitignore and .dropboxignore files with at least one exceptional pattern will be bypassed (for further details: #3).

Note: Automatic generation of .dropboxignore files is an optional step, therefore, may not be a necessary action for your case.

Long story short

Here you can find some of the most common cases that dropboxignore could be useful.

CLI

Here you will find extensive documentation about the dropboxignore command line interface.

How to contribute

If you want to contribute, read the contribution guideline for further details.


*Logo is based on papirus-icon-theme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].