dosync
Sync a local folder with a DigitalOcean Spaces Repository
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
Sync a local folder with a DigitalOcean Spaces Repository
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
DOsync
Spaces Sync v1.6 DOI: 10.5281/zenodo.6803071
Syncs a local folder with a DigitalOcean online Spaces repository. NOTE: most recently modified file in the local folder will not be uplaoded if UploadSkipLast is flagged
An executable of this program is available at www.ivw.cee.vt.edu
To use: 1) Place DOconfig.cfg in the folder C:\DOSync\ 2) Modify DOconfig.cfg to specify parameters as described below 3) Run program Log files will be generated in C:\DOSync\log\
DO_config.cfg format: SyncFolder=local folder to be synced; SpacesName=name of DigitalOcean space; AccessKey=access key from DigitalOcean; SecretAccessKey=secret access key from DigitalOcean; Region=region of DigitalOcean repository; Delay=frequency in seconds between syncs; Extension=file extension types to be synced. Can be a comma-separated list (e.g., .txt,.pdf); UploadSkipLast=0 or 1, flag for whether to skip the most recently modified file when uploading; See known bugs for v1.6 DoUpload=0 or 1, flag for whether to upload files to DigitalOcean; DoDownload=0 or 1, flag for whether to download files to DigitalOcean;
Each line must end in a semi-colon. Comments can be made after the semi-colon.
Known bugs/quirks as of v 1.6:
-Fails if there are no files in the droplet. -Binary flag to skip the last file in case it is still being written is flipped, set to 0 if you want to skip the last file. -Requires the config file is named DO_config.cfg and is located in C:\DOSync. -Sometimes seems to lose connection or access and must be closed and restarted. Not sure why this is or how to fix.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: DOSync
message: 'If you use this software, please cite it as below.'
type: software
authors:
- given-names: Gabriel
family-names: Isaacman-VanWertz
email: ivw@vt.edu
affiliation: Virginia Tech
orcid: 'https://orcid.org/0000-0002-3717-4798'
identifiers:
- type: doi
value: 10.5281/zenodo.6803070
description: Latest version of DO Sync
repository: 'https://github.com/gabrielivw/DOsync'