dropbox上传脚本

ZephyrXT 发布于 阅读:27

https://github.com/andreafabrizi/Dropbox-Uploader

USAGE:
======

Usage: ./dropbox_uploader.sh COMMAND [PARAMETERS]...

[%%]: Required param
<%%>: Optional param

Commands:

 upload   [LOCAL_FILE]  <REMOTE_FILE>
 - Upload local file to remote Dropbox folder

 download [REMOTE_FILE] <LOCAL_FILE> 
 - Download file from Dropbox to local folder

 delete   [REMOTE_FILE]
 - Remove a remote file from Dropbox

 list     [REMOTE_DIRECTORY]
 - List contents of the remote Dropbox folder
 
 info         
 - Print some info about your Dropbox account

 unlink
 - Unlink this script from your Dropbox account

Examples:
    ./dropbox_uploader.sh upload /etc/passwd /myfiles/passwd.old
    ./dropbox_uploader.sh upload /etc/passwd
    ./dropbox_uploader.sh download /backup.zip
    ./dropbox_uploader.sh delete /backup.zip
    ./dropbox_uploader.sh upload "My File.txt" "My File 2.txt"   (File name with spaces...)

 

7za a -mx=0 -tzip -v99m index.html.zip index.html(http://blog.zephyrxt.net/post-130.html)

1.Dropbox-Uploader
https://bbs.zephyrxt.com/thread-7813-1-1.html

2.Linux免dropbox客户端备份脚本
https://bbs.zephyrxt.com/thread-7812-1-1.html