Dropbox Configuration
Find conflicted files
find ~/Dropbox/ -path "*(*'s conflicted copy [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]*" -print
Command Line Interface
- List excluded directories
dropbox.py exclude list
Example:~/bin/dropbox.py exclude list
- Add exclusion usage
dropbox.py exclude add DIRECTORY
Example:~/bin/dropbox.py exclude add ~/Dropbox/MyExcludedFolder
- Remove exclusion usage
dropbox.py exclude remove DIRECTORY
Example:~/bin/dropbox.py exclude remove ~/Dropbox/MyReincludedFolder
exclude
- exclude specific directories
$ dropbox exclude add icioapp2015/data
$ dropbox exclude add XlsxWriter/.git/objects/pack
- undo excluding
$ dropbox exclude remove icioapp2015/data
- list excluded files
$ dropbox exclude list
[xps13@xps13 icioapp2015]$ cd data
[xps13@xps13 data]$ dropbox filestatus
.Rhistory: up to date
...
couagg69.rda: up to date
DATA.ICIOeconCVB.Rdata: up to date
DATA.ICIOeconFDTTLdisc.Rdata: up to date
DATA.ICIOeconFDTTLexINVNT.Rdata: up to date
DATA.ICIOeconGRTR.Rdata: up to date
...
[xps13@xps13 data]$ dropbox exclude add DATA.ICIOeconCVB.Rdata
Excluded:
data.icioeconcvb.rdata
[xps13@xps13 data]$ dropbox filestatus
.Rhistory: up to date
...
couagg69.rda: up to date
DATA.ICIOeconFDTTLdisc.Rdata: up to date
DATA.ICIOeconFDTTLexINVNT.Rdata: up to date
DATA.ICIOeconGRTR.Rdata: up to date
...
Google Drive
Linux Command Line Tools
- www.maketecheasier.com: 4 Unofficial Google Drive Clients for Linux
- github: rakyll: drive now continued at github: odeke: drive
- github: prasmussen: gdrive
- rclone.org command line program to sync files and directories to and from
- www.insynchq.com
Microsoft OneDrive
Published
09 July 2015