mirror of
https://github.com/bitwarden/help
synced 2025-12-30 23:23:32 +00:00
* jekyll redirect from * Organizations rev (#262) * Organizations revisions initial commit. * API doc updates * Fix absolute link causing build failure. * Add import to org article, and downstream order changes. * Bitwarden 101 videos: 1st steps toward proliferating these throughout /help. * Added 'Create Your Account' article, which references B101 Videos. * About SSO redirect & promote importing for orgs up the list * Create Org FAQs & trim Feature FAQs accordingly. * Image for Org FAQs * Move 'About the Business Portal' to Orgs category, and re-order accordingly. * Final edits. * Dchoi/bootstrap upgrade (#264) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * Dchoi/bootstrap upgrade (#267) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * toc dynamic and more updates * fix callout conditions * sidebar collapse functionality added * sidebar header toggle functionality * sidebar article fixes * Update sidebar.html Fix sidebar Release Notes link. * Update releasenotes.md Remove unnecessary category tag. * Delete release-notes.md Remove unnecessary category. * Update why-choose-bitwarden-for-your-team.md Test table image differentiation * Update why-choose-bitwarden-for-your-team.md Second image differentiation test * removed links from category breadcrumb and replaced with badges Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
49 lines
1.8 KiB
Markdown
49 lines
1.8 KiB
Markdown
---
|
||
layout: article
|
||
title: Syncing your Vault
|
||
categories: [miscellaneous]
|
||
featured: false
|
||
popular: false
|
||
tags: [vault, sync, automatic, FAQ]
|
||
---
|
||
|
||
## What is vault syncing?
|
||
|
||
Vault syncing is purely downloading the latest content from your Bitwarden vault onto your device for access.
|
||
|
||
In some cases, this happens automatically. On iOS and Android apps, Bitwarden leverages push notifications to kick-off a **personal** vault synchronization.
|
||
|
||
**Organization Vaults** synchronize to devices every 30 minutes, or upon manual sync.
|
||
|
||
## When does my vault sync?
|
||
|
||
### Mobile APPS
|
||
|
||
The Bitwarden mobile apps sync **personal** vaults automatically.
|
||
Organization vaults are synchronized once every 30 minutes, or on-demand by navigating to:
|
||
**Settings > Sync > Sync Vault now**
|
||
|
||
{% callout info %}Self-hosted users can enable Push notifications powered by the Bitwarden cloud.{% endcallout %}
|
||
|
||
You can also sync your vault on-demand with the pull down gesture. Navigate to **Settings > Sync > Enable sync on refresh** to enable sync on refresh.
|
||
|
||
### Browser extensions
|
||
|
||
The Bitwarden browser extensions sync **personal** vaults automatically.
|
||
Organization vaults are synchronized once every 30 minutes, or on-demand by navigating to:
|
||
**Settings > Sync > Sync Vault now**
|
||
|
||
### Desktop applications
|
||
|
||
The Bitwarden desktop apps sync **personal** vaults automatically.
|
||
Organization vaults are synchronized once every 30 minutes, or on-demand by navigating to: **File > Sync Vault**
|
||
|
||
### Command-line interface
|
||
|
||
The Bitwarden CLI client syncs **personal** vaults automatically.
|
||
Organization vaults are synchronized once every 30 minutes, or on-demand by running the command: ```bw sync```
|
||
|
||
## Common issues
|
||
|
||
- Sync failure can occur if your device’s time is not correct. Syncing (and all of Bitwarden services) require TLS/SSL, which will fail to connect to a host with invalid timestamps.
|