0.0.7 • Published 3 years ago

backupify v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

BACKUPiFY

A simple node module to facilitate automated google drive uploads

SETUP INSTRUCTIONS

Copy the .env.template file into a .env file and fill in the following

VARIABLE NAMEDESCRIPTIONREQUIRED
AUTH_FOLDERThe absolute path of the folder that should contain a file named credentials.json containing the Google API client secret configuration downloaded from the developer console. __THIS IS WHERE THE ACCESS TOKEN RECEIVED FROM GOOGLE WILL BE STORED SO ENSURE YOU SECURE IT AND ADD IT TO THE RELEVANT IGNORE FILES ___yes
TRIGGER_FOLDERThe absolute path of the folder that this script/module will monitor for changesyes
ALLOWED_TYPESThis takes a regex expression of the file types that should be uploaded from the TRIGGER_FOLDER for instance \.(gz\|tar\|iso\|zip\|rar\|tgz\|bz2\|7z\)\$yes
GDRIVE_EXPORT_PATHThe google drive folder to upload a file inno
0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago