signalk-backup 0.9.1 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -71,6 +71,16 @@ Most settings live in the **webapp** under Settings. The plugin's SignalK Admin
71
71
  - `databaseExport.{questdb, grafana, signalkDatabase}` — enable per-exporter (default off; users opt in once their DB plugin is producing data)
72
72
  - `databaseExport.intervalMinutes` — how often the export tick runs (5–1440)
73
73
 
74
+ ## Backup password
75
+
76
+ Your backups are always encrypted. Out of the box the engine uses a built-in default password, so backups work immediately with no setup. You can set your own password from the webapp under **Settings** at any time.
77
+
78
+ Changing the password **re-keys your existing repository in place** — your existing backups are preserved, not lost. The change is rolled back automatically if anything goes wrong, so the previous password keeps working and you can never be locked out of your own backups.
79
+
80
+ If you use **cloud sync** (Google Drive or SMB), the cloud copy shares the same password. After you change it, the plugin starts one sync to bring the cloud copy up to date — you don't need to re-upload everything. Until that sync finishes, don't restore from the cloud or delete your old cloud backups (they're your safety net if the sync is interrupted).
81
+
82
+ If you ever see a `found existing data in storage location` error, your backups are safe — the engine just couldn't open the repository (usually a password mismatch). See [Repository recovery](https://github.com/dirkwa/signalk-backup-server#repository-recovery) in the backup-server docs.
83
+
74
84
  ## SignalK paths published
75
85
 
76
86
  When `emitSignalKDeltas` is on (default), the plugin publishes one delta per **scheduled** backup run (manual backups stay out of the delta stream by design). All paths sit under `vessels.<selfId>`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-backup",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "Scheduled deduplicated backups of SignalK config to local storage and Google Drive (via Kopia + rclone)",
5
5
  "main": "plugin/index.js",
6
6
  "type": "module",
@@ -1,3 +1,3 @@
1
- export declare const BACKUP_SERVER_VERSION = "0.6.6";
1
+ export declare const BACKUP_SERVER_VERSION = "0.6.10";
2
2
  export declare function resolveImageTag(tag: string): string;
3
3
  //# sourceMappingURL=image-tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image-tag.d.ts","sourceRoot":"","sources":["../../src/config/image-tag.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,UAAU,CAAA;AAE5C,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEnD"}
1
+ {"version":3,"file":"image-tag.d.ts","sourceRoot":"","sources":["../../src/config/image-tag.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,WAAW,CAAA;AAE7C,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEnD"}
@@ -2,7 +2,7 @@
2
2
  // Bump this when a new signalk-backup-server release is published to ghcr.io.
3
3
  // Independent of signalk-backup's own package.json version — the two repos
4
4
  // release on independent cadences. See AGENTS.md "Gotchas" for rationale.
5
- export const BACKUP_SERVER_VERSION = '0.6.6';
5
+ export const BACKUP_SERVER_VERSION = '0.6.10';
6
6
  export function resolveImageTag(tag) {
7
7
  return tag === 'auto' ? BACKUP_SERVER_VERSION : tag;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"image-tag.js","sourceRoot":"","sources":["../../src/config/image-tag.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,8EAA8E;AAC9E,2EAA2E;AAC3E,0EAA0E;AAC1E,MAAM,CAAC,MAAM,qBAAqB,GAAG,OAAO,CAAA;AAE5C,MAAM,UAAU,eAAe,CAAC,GAAW;IACzC,OAAO,GAAG,KAAK,MAAM,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,CAAA;AACrD,CAAC"}
1
+ {"version":3,"file":"image-tag.js","sourceRoot":"","sources":["../../src/config/image-tag.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,8EAA8E;AAC9E,2EAA2E;AAC3E,0EAA0E;AAC1E,MAAM,CAAC,MAAM,qBAAqB,GAAG,QAAQ,CAAA;AAE7C,MAAM,UAAU,eAAe,CAAC,GAAW;IACzC,OAAO,GAAG,KAAK,MAAM,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,CAAA;AACrD,CAAC"}