Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalization errors #698

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following sections explain how to back up the individual contents.

## Full backup

linkding provides a CLI command to create a full backup of the data folder. This creates a zip file that contains backups of the database, assets, and favicons.
Linkding provides a CLI command to create a full backup of the data folder. This creates a zip file that contains backups of the database, assets, and favicons.

> [!NOTE]
> This method assumes that you are using the default SQLite database.
Expand Down Expand Up @@ -44,7 +44,7 @@ If you can't use the full backup method, this section describes alternatives how

### SQLite database backup

linkding includes a CLI command for creating a backup copy of the database.
Linkding includes a CLI command for creating a backup copy of the database.

> [!WARNING]
> While the SQLite database is just a single file, it is not recommended to just copy that file.
Expand Down