Skip to content

Esse projeto aqui faz upload de arquivos e/ou pastas para o dropbox. Criei ele pra automatizar o processo de backup de BD das minhas aplicações webs

Notifications You must be signed in to change notification settings

gabrielloliveira/dropbox-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-uploader

A simple Python script for file upload to the dropbox.

Requirements

  • Python >= 3.6

Installation

  • Clone the repository.

  • Install dependencies.

pip install -r requirements.txt
  • Add your ACCESS_TOKEN API.
  • Add your DEFAULT_DROPBOX_DIRECTORY
  • Add your DEFAULT_BACKUPS_DIRECTORY (folder where backups.sql or *.sql.gz are stored)

Usage

  • Send a file to the dropbox with the following command:
python uploader.py -f <FILE NAME> -d <DROPBOX DIRECTORY>

or

python uploader.py
  • View help usage with
python uploader.py -h 

About

Esse projeto aqui faz upload de arquivos e/ou pastas para o dropbox. Criei ele pra automatizar o processo de backup de BD das minhas aplicações webs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published