Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dbman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cfankep
dbman
Commits
be6811e2
Commit
be6811e2
authored
5 years ago
by
Rudel Fankep
Browse files
Options
Downloads
Patches
Plain Diff
Add readme
parent
4ee3d2b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+5
-5
5 additions, 5 deletions
README.rst
with
5 additions
and
5 deletions
README.rst
+
5
−
5
View file @
be6811e2
...
...
@@ -66,7 +66,7 @@ Transfer databases from the working computer to s3 Cloud::
dbman upload -h
# run the standard transfer
dbman upload example/database exemple/tool
\
*
dbman upload example/database exemple/tool*
Transfer databases from s3 Cloud to working computer::
...
...
@@ -74,21 +74,21 @@ Transfer databases from s3 Cloud to working computer::
dbman download -h
# run the standard download
dbman download example/database exemple/tool
\
*
dbman download example/database exemple/tool*
Delete undesirable databases::
# from the local directory
dbman delete example/database example/tool
\
* local
dbman delete example/database example/tool* local
# from the s3 cloud directory
dbman delete example/database example/tool
\
* s3
dbman delete example/database example/tool* s3
remplace the standard directory to save the data::
# change local directory with the environment variable
export DBMAN_DBDIR = example/path
# change remote directory with the environment variable
export DBMAN_S3DIR = example/path
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment