sqlite-backup | Simple solution to perform regular SQLite3 backups | Continuous Backup library
kandi X-RAY | sqlite-backup Summary
kandi X-RAY | sqlite-backup Summary
Simple solution to perform regular SQLite3 backups and remove older ones
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sqlite-backup
sqlite-backup Key Features
sqlite-backup Examples and Code Snippets
Community Discussions
Trending Discussions on sqlite-backup
QUESTION
The line is:
docker run --rm -it -v `pwd`:/db some-sqlite test.db
referenced here: https://devopsheaven.com/sqlite/backup/restore/dump/databases/docker/2017/10/10/sqlite-backup-restore-docker.html
It works, but I don't understand the reason for 'pwd':/db
as I can open up the container and play around
ANSWER
Answered 2020-Apr-30 at 19:44it's mounting your current directory in the host (pwd
) in the /db
directory in the container, so that any file added in /db/*
will also be stored in your current directory in the host.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sqlite-backup
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page