]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
08500093d7473863566f6b582168e5a9f45b7fcd
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (2.1.4-1) bullseye; urgency=medium
2
3 * config: add tls ciphers to NodeConfig
4
5 * pbs-tools: improve memory foot print of LRU Cache
6
7 * update dependencies to avoid a ref-count leak in async helpers
8
9 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Jan 2022 10:48:14 +0100
10
11 rust-proxmox-backup (2.1.3-1) bullseye; urgency=medium
12
13 * fix #3618: proxmox-async: zip: add conditional EFS flag to zip files to
14 improve non-ascii code point extraction under windows.
15
16 * OpenID Connect login: improve error message for disabled users
17
18 * ui: tape: backup job: add second tab for group-filters to add/edit window
19
20 * ui: sync job: add second tab for group-filters to add/edit window
21
22 * ui: calendar event: add once daily example and clarify the workday one
23
24 * fix #3794: api types: set backup time (since the UNIX epoch) lower limit
25 to 1
26
27 * ui: fix opening settings window in datastore panel
28
29 * api: zfs: create zpool with `relatime=on` flag set
30
31 * fix #3763: disable SSL/TLS renegotiation
32
33 * node config: add email-from parameter to control notification sender
34 address
35
36 * ui: configuration: rename the "Authentication" tab to "Other" and add a
37 "General" section with HTTP-proxy and email-from settings
38
39 * datastore stats: not include the unavailable `io_ticks` for ZFS
40 datastores
41
42 * ui: hide RRD chart for IO delay if no `io_ticks` are returned
43
44 * fix #3058: ui: improve remote edit UX by clarifying ID vs host fields
45
46 * docs: fix some minor typos
47
48 * api-types: relax nodename API schema, make it a simple regex check like in
49 Proxmox VE
50
51 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Jan 2022 16:49:13 +0100
52
53 rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium
54
55 * docs: backup-client: fix wrong reference
56
57 * docs: remotes: note that protected flags will not be synced
58
59 * sync job: correctly apply rate limit
60
61 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Nov 2021 13:56:15 +0100
62
63 rust-proxmox-backup (2.1.1-2) bullseye; urgency=medium
64
65 * docs: update and add traffic control related screenshots
66
67 * docs: mention traffic control (bandwidth limits) for sync jobs
68
69 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 16:07:39 +0100
70
71 rust-proxmox-backup (2.1.1-1) bullseye; urgency=medium
72
73 * fix proxmox-backup-manager sync-job list
74
75 * ui, api: sync-job: allow one to configure a rate limit
76
77 * api: snapshot list: set default for 'protected' flag
78
79 * ui: datastore content: rework rendering protection state
80
81 * docs: update traffic control docs (use HumanBytes)
82
83 * ui: traffic-control: include ipv6 in 'all' networks
84
85 * ui: traffic-control edit: add spaces between networks for more
86 readabillity
87
88 * tape: fix passing-through key-fingerprint
89
90 * avoid a bogus error regarding logrotate-path due to a reversed check
91
92 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 12:24:31 +0100
93
94 rust-proxmox-backup (2.1.0-1) bullseye; urgency=medium
95
96 * rest server: make successful-ticket auth log a debug one to avoid
97 syslog spam
98
99 * traffic-controls: add API/CLI to show current traffic
100
101 * docs: add traffic control section
102
103 * ui: use TFA widgets from widget toolkit
104
105 * sync: allow pulling groups selectively
106
107 * fix #3533: tape backup: filter groups according to config
108
109 * proxmox-tape: add missing notify-user option to backup command
110
111 * openid: allow arbitrary username-claims
112
113 * openid: support configuring the prompt, scopes and ACR values
114
115 * use human-byte for traffic-control rate-in/out and burst-in/out config
116
117 * ui: add traffic control view and editor
118
119 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Nov 2021 22:44:07 +0100
120
121 rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium
122
123 * fix directory permission problems
124
125 * add traffic control configuration config with API
126
127 * proxmox-backup-proxy: implement traffic control
128
129 * proxmox-backup-client: add rate/burst parameter to backup/restore CLI
130
131 * openid_login: vertify that firstname, lastname and email fits our
132 schema definitions
133
134 * docs: add info about protection flag to client docs
135
136 * fix #3602: ui: datastore/Content: add action to set protection status
137
138 * ui: add protected icon to snapshot (if they are protected)
139
140 * ui: PruneInputPanel: add keepReason 'protected' for protected backups
141
142 * proxmox-backup-client: add 'protected' commands
143
144 * acme: interpret no TOS as accepted
145
146 * acme: new_account: prevent replacing existing accounts
147
148 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Nov 2021 08:04:55 +0100
149
150 rust-proxmox-backup (2.0.13-1) bullseye; urgency=medium
151
152 * tape: simplify export_media_set for pool writer
153
154 * tape: improve export_media error message for not found tape
155
156 * rest-server: use hashmap for parameter errors
157
158 * proxmox-rrd: use new file firmat with higher resolution
159
160 * proxmox-rrd: use a journal to reduce amount of bytes written
161
162 * use new fsync parameter to replace_file and atomic_open_or_create
163
164 * docs: langauge and formatting fixup
165
166 * docs: Update for new features/functionality
167
168 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Oct 2021 08:17:00 +0200
169
170 rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium
171
172 * proxmox-backup-proxy: clean up old tasks when their reference was rotated
173 out of the task-log index
174
175 * api daemons: fix sending log-reopen command
176
177 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Oct 2021 10:48:28 +0200
178
179 rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium
180
181 * drop aritifical limits for task-UPID length
182
183 * tools: smart: only throw error for the fatal usage errors of smartctl
184
185 * api: improve returning errors for extjs formatter
186
187 * proxmox-rest-server: improve logging
188
189 * subscription: switch verification domain over to shop.proxmox.com
190
191 * rest-server/daemon: use new sd_notify_barrier helper for handling
192 synchronization with systemd on service reloading
193
194 * ui: datastore/Content: add empty text for no snapshots
195
196 * ui: datastore/Content: move first store-load into activate listener to
197 ensure we've a proper loading mask for better UX
198
199 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Oct 2021 16:34:14 +0200
200
201 rust-proxmox-backup (2.0.10-1) bullseye; urgency=medium
202
203 * ui: fix order of prune keep reasons
204
205 * server: add proxmox-backup-debug binary with chunk/file inspection, an API
206 shell with completion support
207
208 * restructured code base to reduce linkage and libraray ABI version
209 constraints for all non-server binaries (client, pxar, file-restore)
210
211 * zsh: fix passign parameters in auto-completion scripts
212
213 * tape: also add 'force-media-set' to availablea CLI options
214
215 * api: nodes: add missing node list (index) api endpoint
216
217 * docs: proxmox-backup-debug: add info about the new 'api' subcommand
218
219 * docs/technical-overview: add troubleshooting section
220
221 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Sep 2021 14:00:48 +0200
222
223 rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium
224
225 * tape backup: mention groups that were empty
226
227 * tape: compute next-media-label for each tape backup job
228
229 * tape: lto: increase default timeout to 10 minutes
230
231 * ui: display next-media-label for tape backup jobs
232
233 * cli: proxmox-tape backup-job list: use status api and display next-run
234 and next-media-label
235
236 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 14:44:12 +0200
237
238 rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium
239
240 * use proxmox-apt to 0.6
241
242 * api: apt: adapt to proxmox-apt back-end changes
243
244 * api/ui: allow zstd compression for new zpools
245
246 * tape: media_catalog: add snapshot list cache for catalog
247
248 * api2: tape: media: use MediaCatalog::snapshot_list for content listing
249
250 * tape: lock media_catalog file to to get a consistent view with load_catalog
251
252 * tape: changer: handle libraries that sends wrong amount of data
253
254 * tape: changer: remove unnecesary inquiry parameter
255
256 * api2: tape/restore: commit temporary catalog at the end
257
258 * docs: tape: add instructions on how to restore the catalog
259
260 * ui: tape/ChangerStatus: improve layout for large libraries
261
262 * tape: changer: handle invalid descriptor data from library in status page
263
264 * datastore config: cleanup code (use flatten attribute)
265
266 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Aug 2021 10:34:55 +0200
267
268 rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium
269
270 * tape changer: better cope with models that are not following spec
271 proposals when returning the status page
272
273 * tape changer: make DVCID information optional, not all devices return it
274
275 * restore daemon: setup the 'backup' system user and group in the minimal
276 restore environment, as we like to ensure that all state files are ownend
277 by them.
278
279 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jul 2021 08:43:51 +0200
280
281 rust-proxmox-backup (2.0.6-1) bullseye; urgency=medium
282
283 * increase maximum drives per changer to 255
284
285 * allow one to pass a secret not only directly through the environment value,
286 but also indirectly through a file path, an open file descriptor or a
287 command that can write the secret to standard out.
288
289 * pull in new proxmox library version to improve the file system
290 comaptibility on creation of atomic files, e.g., lock files.
291
292 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jul 2021 10:22:19 +0200
293
294 rust-proxmox-backup (2.0.5-2) bullseye; urgency=medium
295
296 * ui: tape: backup overview: increase timeout for media-set content
297
298 * tape: changer: always retry until timeout
299
300 * file-restore: increase lock timeout on QEMU map
301
302 * fix #3515: file-restore-daemon: allow LVs/PVs with dash in name
303
304 * fix #3526: correctly filter tasks with 'since' and 'until'
305
306 * tape: changer: make scsi request for DVCID a separate one, as some
307 libraries cannot handle requesting that combined with volume tags in one
308 go
309
310 * api, ui: datastore: add new 'prune-datastore' api call and expose it with
311 a 'Prune All' button
312
313 * make creating log files more robust so that theys are always owned by the
314 less privileged `backup` user
315
316 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jul 2021 09:12:39 +0200
317
318 rust-proxmox-backup (2.0.4-1) bullseye; urgency=medium
319
320 * change tape drive lock path to avoid issues with sticky bit on tmpfs
321 mountpoint
322
323 * tape: changer: query transport-element types separately
324
325 * auth: improve thread safety of 'crypt' C-library
326
327 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 18:51:21 +0200
328
329 rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium
330
331 * api: apt: add repositories info and update calls
332
333 * ui: administration: add APT repositories status and update panel
334
335 * api: access domains: add get/create/update/delete endpoints for realms
336
337 * ui: access control: add 'Realm' tab for adding and editing OpenID Connect
338 identity provider
339
340 * fix #3447: ui: Dashboard: disallow selection of datastore statistics row
341
342 * ui: tapeRestore: make window non-resizable
343
344 * ui: dashboard: rework resource-load panel to a more detailed status panel,
345 showing, among other things, uptime, Kernel version, CPU info and
346 repository status.
347
348 * ui: adminsitration/dashboard: auto-scale columns count and add
349 browser-local setting to override that to a fixed value of columns.
350
351 * fix #3212: api, ui: add support for notes on backup groups
352
353 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 08:07:41 +0200
354
355 rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium
356
357 * ui: use task list component from widget toolkit
358
359 * api: add keep-job-configs flag to datastore remove endpoint
360
361 * api: config: delete datastore: also remove tape backup jobs
362
363 * ui: tape restore: mark datastore selector as 'not a form field' to fix
364 compatibility with ExtJS 7.0
365
366 * ui: datastore removal: only navigate away when the user actually confirmed
367 the removal of that datastore
368
369 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jul 2021 14:44:12 +0200
370
371 rust-proxmox-backup (2.0.1-2) bullseye; urgency=medium
372
373 * file restore daemon: log basic startup steps
374
375 * REST-API: set error message extension for bad-request response log to
376 ensure the actual error is logged in any (access) log, making debugging
377 such issues easier
378
379 * restore daemon: create /run/proxmox-backup on startup as there's now some
380 runtime state saved there, which failed all API requests to the restore
381 daemon otherwise
382
383 * restore daemon: use millisecond log resolution
384
385 * fix #3496: acme: plugin: actually sleep after setting the TXT record,
386 ensuring DNS propagation of that record. This makes it catch up with the
387 docs/web-interface, where the option was already available.
388
389 * docs: initial update to repositories for bullseye
390
391 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 23:14:49 +0200
392
393 rust-proxmox-backup (2.0.0-2) bullseye; urgency=medium
394
395 * file-restore-daemon/disk: add LVM (thin) support
396
397 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 02:15:16 +0200
398
399 rust-proxmox-backup (2.0.0-1) bullseye; urgency=medium
400
401 * initial bump for Debian 11 Bullseye / Proxmox Backup Server 2.0
402
403 * ui: datastore list summary: catch and show errors per datastore
404
405 * ui: dashboard: task summary: add a 'close' tool to the header
406
407 * ensure that backups which are currently being restored or backed up to a
408 tape won't get pruned
409
410 * improve error handling when locking a tape drive for a backup job
411
412 * client/pull: log snapshots that are skipped because of creation time being
413 older than last sync time
414
415 * ui: datastore options: add remove button to drop a datastore from the
416 configuration, without removing any actual data
417
418 * ui: tape: drive selector: do not auto select the drive
419
420 * ui: tape: backup job: use correct default value for pbsUserSelector
421
422 * fix #3433: disks: port over Proxmox VE's S.M.A.R.T wearout logic
423
424 * backup: add helpers for async last recently used (LRU) caches for chunk
425 and index reading of backup snapshot
426
427 * fix #3459: manager: add --ignore-verified and --outdated-after parameters
428
429 * proxmox-backup-manager: show task log on datastore create
430
431 * tape: snapshot reader: read chunks sorted by inode (per index) to improve
432 sequential reads when backing up data from slow spinning disks to tape.
433
434 * file-restore: support ZFS pools
435
436 * improve fix for #3393: pxar create: try to read xattrs/fcaps/acls by default
437
438 * fix compatibility with ExtJS 7.0
439
440 * docs: build api-viewer from widget-toolkit-dev
441
442 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jun 2021 19:35:40 +0200
443
444 rust-proxmox-backup (1.1.9-1) stable; urgency=medium
445
446 * lto/sg_tape/encryption: remove non lto-4 supported byte
447
448 * ui: improve tape restore
449
450 * ui: panel/UsageChart: change downloadServerUrl
451
452 * ui: css fixes and cleanups
453
454 * api2/tape: add api call to list media sets
455
456 * ui: tape/BackupOverview: expand pools by default
457
458 * api: node/journal: fix parameter extraction of /nodes/node/journal
459
460 * file-restore-daemon: limit concurrent download calls
461
462 * file-restore-daemon: watchdog: add inhibit for long downloads
463
464 * file-restore-daemon: work around tokio DuplexStream bug
465
466 * apt: fix removal of non-existant http-proxy config
467
468 * file-restore-daemon: disk: add RawFs bucket type
469
470 * file-restore-daemon: disk: ignore "invalid fs" error
471
472 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Jun 2021 08:24:01 +0200
473
474 rust-proxmox-backup (1.1.8-1) stable; urgency=medium
475
476 * api-proxy: implement 'reload-certificate' command and hot-reload proxy
477 certificate when updating via the API
478
479 * ui: add task descriptions for ACME/Let's Encrypt related tasks
480
481 * correctly set apt proxy configuration
482
483 * ui: configuration: support setting a HTTP proxy for APT and subscription
484 checks.
485
486 * ui: tape: add 'Force new Media-Set' checkbox to manual backup
487
488 * ui: datastore/Content: add forget (delete) button for whole backup groups
489
490 * ui: tape: backup overview: move restore buttons inline to action-buttons,
491 making the UX more similar to the datastore content tree-view
492
493 * ui: tape restore: enabling selecting multiple snapshots
494
495 * ui: dashboards statistics: visualize datastores where querying the usage
496 failed
497
498 -- Proxmox Support Team <support@proxmox.com> Fri, 21 May 2021 18:21:28 +0200
499
500 rust-proxmox-backup (1.1.7-1) unstable; urgency=medium
501
502 * client: use stderr for all fingerprint confirm msgs
503
504 * fix #3391: improve mismatched fingerprint handling
505
506 * tape: add single snapshot restore
507
508 * docs/api-viewer: improve rendering of array format
509
510 * tape/pool_writer: do not unwrap on channel send
511
512 * ui: window/SyncJobEdit: disable autoSelect for remote datastore
513
514 * ui: tape: rename 'Datastore' to 'Target Datastore'
515
516 * manager: acme plugin: auto-complete available DNS challenge types
517
518 * manager: acme plugin: remove ID completion helper from add command
519
520 * completion: ACME plugin type: comment out http type for now, not useful
521
522 * acme: use proxmox-acme-plugins and load schema from there
523
524 * fix 3296: add http_proxy to node config, and provide a cli
525
526 * fix #3331: improve progress for last snapshot in group
527
528 * file-restore: add debug mode with serial access
529
530 * file-restore: support more drives
531
532 * file-restore: add more RAM for VMs with many drives or debug
533
534 * file-restore: try to kill VM when stale
535
536 * make sure URI paths start with a slash
537
538 * tape: use LOCATE(16) SCSI command
539
540 * call create_run_dir() at daemon startup
541
542 * tape/drive: add 'move_to_file' to TapeDriver trait
543
544 * proxmox_restore_daemon: mount ntfs with 'utf8' option
545
546 * client/http_client: add necessary brackets for ipv6
547
548 * docs: tape: clarify LTO-4/5 support
549
550 * tape/restore: optimize chunk restore behaviour
551
552 -- Proxmox Support Team <support@proxmox.com> Tue, 11 May 2021 13:22:49 +0200
553
554 rust-proxmox-backup (1.1.6-2) unstable; urgency=medium
555
556 * fix permissions set in create_run_dir
557
558 -- Proxmox Support Team <support@proxmox.com> Tue, 04 May 2021 12:25:00 +0200
559
560 rust-proxmox-backup (1.1.6-1) unstable; urgency=medium
561
562 * tape restore: do not verify restored files
563
564 * tape restore: add restore speed to logs
565
566 * tape restore: write datastore in separate thread
567
568 * add ACME support
569
570 * add node config
571
572 * docs: user-management: add note about untrusted certificates for
573 webauthn
574
575 * bin: use extract_output_format where necessary
576
577 * add ctime and size function to IndexFile trait
578
579 * ui: tape: handle tapes in changers without barcode
580
581 -- Proxmox Support Team <support@proxmox.com> Tue, 04 May 2021 12:09:25 +0200
582
583 rust-proxmox-backup (1.1.5-3) stable; urgency=medium
584
585 * file-restore: use 'norecovery' for XFS filesystem to allow mounting
586 those which where not un-mounted during backup
587
588 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Apr 2021 15:26:13 +0200
589
590 rust-proxmox-backup (1.1.5-2) stable; urgency=medium
591
592 * file-restore: strip .img.fidx suffix from drive serials to avoid running
593 in the 20 character limit SCSI serial values have.
594
595 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2021 11:15:08 +0200
596
597 rust-proxmox-backup (1.1.5-1) unstable; urgency=medium
598
599 * tools/sgutils2: add size workaround for mode_sense
600
601 * tape: add read_medium_configuration_page() to detect WORM media
602
603 * file-restore: fix package name for kernel/initramfs image
604
605 * tape: remove MediumType struct, which is only valid on IBM drives
606
607 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 12:20:04 +0200
608
609 rust-proxmox-backup (1.1.4-1) unstable; urgency=medium
610
611 * file-restore: add size to image files and components
612
613 * file-restore: exit with code 1 in case streaming fails
614
615 * file-restore: use less memory for VM (now 128 MiB) and reboot on panic
616
617 * ui: tape: improve reload drive-status logic on user actions
618
619 * tape backup: list the snapshots we could back up on failed backup
620 notification
621
622 * Improve on a scheduling issue when updating the calendar event such, that
623 it would had triggered between the last-run and now. Use the next future
624 event as actual next trigger instead.
625
626 * SCSI mode sense: include the expected and unexpected sizes in the error
627 message, to allow easier debugging
628
629 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 08:27:10 +0200
630
631 rust-proxmox-backup (1.1.3-2) unstable; urgency=medium
632
633 * improve check for LTO4 tapes
634
635 * api: node status: return further information about SWAP, IO-wait, CPU info
636 and Kernel version
637
638 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 10:52:08 +0200
639
640 rust-proxmox-backup (1.1.3-1) unstable; urgency=medium
641
642 * tape restore: improve datastore locking when GC runs at the same time
643
644 * tape restore: always do quick chunk verification
645
646 * tape: improve compatibillity with some changers
647
648 * tape: work-around missing format command on LTO-4 drives, fall-back to
649 slower rewind erease
650
651 * fix #3393: pxar: allow and safe the 'security.NTACL' extended attribute
652
653 * file-restore: support encrypted VM backups
654
655 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:14:58 +0200
656
657 rust-proxmox-backup (1.1.2-1) unstable; urgency=medium
658
659 * backup verify: always re-check if we can skip a chunk in the actual verify
660 loop.
661
662 * tape: do not try to backup unfinished backups
663
664 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 13:26:52 +0200
665
666 rust-proxmox-backup (1.1.1-1) unstable; urgency=medium
667
668 * docs: include tape in table of contents
669
670 * docs: tape: improve definition-list format and add screenshots
671
672 * docs: reorder maintenance and network chapters after client-usage/tools
673 chapters
674
675 * ui: tape changer status: add Format button to drive grid
676
677 * backup/verify: improve speed on disks with slow random-IO (spinners) by
678 iterating over chunks sorted by inode
679
680 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Apr 2021 14:50:29 +0200
681
682 rust-proxmox-backup (1.1.0-1) unstable; urgency=medium
683
684 * enable tape backup as technology preview by default
685
686 * tape: read drive status: clear deferred error or media changed events.
687
688 * tape: improve end-of-tape (EOT) error handling
689
690 * tape: cleanup media catalog on tape reuse
691
692 * zfs: re-use underlying pool wide IO stats for datasets
693
694 * api daemon: only log error from accepting new connections to avoid opening
695 to many file descriptors
696
697 * api/datastore: allow downloading the entire archive as ZIP archive, not
698 only sub-paths
699
700 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 14:42:18 +0200
701
702 rust-proxmox-backup (1.0.14-1) unstable; urgency=medium
703
704 * server: compress API call response and static files if client accepts that
705
706 * compress generated ZIP archives with deflate
707
708 * tape: implement LTO userspace driver
709
710 * docs: mention new user space tape driver, adopt device path names
711
712 * tape: always clear encryption key after backup (for security reasons)
713
714 * ui: improve changer status view
715
716 * add proxmox-file-restore package, providing a central file-restore binary
717 with preparations for restoring files also from block level backups using
718 QEMU for a safe encapsulation.
719
720 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Apr 2021 16:35:11 +0200
721
722 rust-proxmox-backup (1.0.13-1) unstable; urgency=medium
723
724 * pxar: improve handling ACL entries on create and restore
725
726 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Apr 2021 15:32:01 +0200
727
728 rust-proxmox-backup (1.0.12-1) unstable; urgency=medium
729
730 * tape: write catalogs to tape (speedup catalog restore)
731
732 * tape: add --scan option for catalog restore
733
734 * tape: improve locking (lock media-sets)
735
736 * tape: ui: enable datastore mappings
737
738 * fix #3359: fix blocking writes in async code during pxar create
739
740 * api2/tape/backup: wait indefinitely for lock in scheduled backup jobs
741
742 * docu improvements
743
744 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 14:08:47 +0100
745
746 rust-proxmox-backup (1.0.11-1) unstable; urgency=medium
747
748 * fix feature flag logic in pxar create
749
750 * tools/zip: add missing start_disk field for zip64 extension to improve
751 compatibility with some strict archive tools
752
753 * tape: speedup backup by doing read/write in parallel
754
755 * tape: store datastore name in tape archives and media catalog
756
757 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Mar 2021 12:36:01 +0100
758
759 rust-proxmox-backup (1.0.10-1) unstable; urgency=medium
760
761 * tape: improve MediaPool allocation by sorting tapes by creation time and
762 label text
763
764 * api: tape backup: continue on vanishing snapshots, as a prune during long
765 running tape backup jobs is OK
766
767 * tape: fix scsi volume_statistics and cartridge_memory for quantum drives
768
769 * typo fixes all over the place
770
771 * d/postinst: restart, not reload, when updating from a to old version
772
773 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Mar 2021 08:24:31 +0100
774
775 rust-proxmox-backup (1.0.9-1) unstable; urgency=medium
776
777 * client: track key source, print when used
778
779 * fix #3026: pxar: metadata: apply flags _after_ updating mtime
780
781 * docs: add acl.cfg, datastore.cfg, remote.cfg, sync.cfg, user.cfg and
782 verification.cfg manual page pages
783
784 * docs: add API viewer
785
786 * proxmox-backup-manger: add verify-job command group with various sub
787 commands
788
789 * add experimental opt-in tape backup support
790
791 * lto-barcode: fix page offset calibration
792
793 * lto-barcode: fix avery 3420 paper format properties
794
795 * asyncify pxar create archive
796
797 * client: raise HTTP_TIMEOUT for simple requests to 120s
798
799 * docs: depend on mathjax library package from debian instead of CDN
800
801 * fix #3321: docs: client: fix interactive restore command explanation
802
803 * ui: use shorter datetime format for encryption key creation time
804
805 * docs: TFA: improve language
806
807 * config/TFA: webauthn: disallow registering the same token more than once,
808 that can lead to buggy behavior in some token/browser combinations.
809
810 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Mar 2021 15:54:47 +0100
811
812 rust-proxmox-backup (1.0.8-1) unstable; urgency=medium
813
814 * Https Connector: use hostname instead of URL again to avoid certificate
815 verification issues.
816
817 * ui: task summary: add verification jobs to count
818
819 * docs: explain some technical details about datastores/chunks
820
821 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2021 12:39:49 +0100
822
823 rust-proxmox-backup (1.0.7-1) unstable; urgency=medium
824
825 * fix #3197: skip fingerprint check when restoring key
826
827 * client: add 'import-with-master-key' command
828
829 * fix #3192: correct sort in prune sim
830
831 * tools/daemon: improve reload behaviour
832
833 * http client: add timeouts for critical connects
834
835 * api: improve error messages for restricted endpoints
836
837 * api: allow tokens to list users
838
839 * ui: running tasks: Use gettext for column labels
840
841 * login: add two-factor authenication (TFA) and integrate in web-interface
842
843 * login: support webAuthn, recovery keys and TOTP as TFA methods
844
845 * make it possible to abort tasks with CTRL-C
846
847 * fix #3245: only use default schedule for new jobs
848
849 * manager CLI: user/token list: fix rendering 0 (never) expire date
850
851 * update the event-driven, non-blocking I/O tokio platform to 1.0
852
853 * access: limit editing all pam credentials to superuser
854
855 * access: restrict password changes on @pam realm to superuser
856
857 * patch out wrongly linked libraries from ELFs to avoid extra, bogus
858 dependencies in resulting package
859
860 * add "password hint" to encryption key config
861
862 * improve GC error handling
863
864 * cli: make it possible to abort tasks with CTRL-C
865
866 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Feb 2021 10:34:23 +0100
867
868 rust-proxmox-backup (1.0.6-1) unstable; urgency=medium
869
870 * stricter handling of file-descriptors, fixes some cases where some could
871 leak
872
873 * ui: fix various usages of the findRecord emthod, ensuring it matches exact
874
875 * garbage collection: improve task log format
876
877 * verification: improve progress log, make it similar to what's logged on
878 pull (sync)
879
880 * datastore: move manifest locking to /run. This avoids issues with
881 filesystems which cannot natively handle removing in-use files ("delete on
882 last close"), and create a virtual, internal, replacement file to work
883 around that. This is done, for example, by NFS or CIFS (samba).
884
885 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 12:51:33 +0100
886
887 rust-proxmox-backup (1.0.5-1) unstable; urgency=medium
888
889 * client: restore: print meta information exclusively to standard error
890
891 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 15:29:58 +0100
892
893 rust-proxmox-backup (1.0.4-1) unstable; urgency=medium
894
895 * fingerprint: add bytes() accessor
896
897 * ui: fix broken gettext use
898
899 * cli: move more commands into "snapshot" sub-command
900
901 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 06:37:41 +0100
902
903 rust-proxmox-backup (1.0.3-1) unstable; urgency=medium
904
905 * client: inform user when automatically using the default encryption key
906
907 * ui: UserView: render name as 'Firstname Lastname'
908
909 * proxmox-backup-manager: add versions command
910
911 * pxar: fix anchored exclusion at archive root
912
913 * pxar: include .pxarexclude files in the archive
914
915 * client: expose all-file-systems option
916
917 * api: make expensive parts of datastore status opt-in
918
919 * api: include datastore ID in invalid owner errors
920
921 * garbage collection: treat .bad files like regular chunks to ensure they
922 are removed if not referenced anymore
923
924 * client: fix issues with encoded UPID strings
925
926 * encryption: add fingerprint to key config
927
928 * client: add 'key show' command
929
930 * fix #3139: add key fingerprint to backup snapshot manifest and check it
931 when loading with a key
932
933 * ui: add snapshot/file fingerprint tooltip
934
935 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2020 08:55:47 +0100
936
937 rust-proxmox-backup (1.0.1-1) unstable; urgency=medium
938
939 * ui: datastore summary: drop 'removed bytes' display
940
941 * ui: datastore add: set default schedule
942
943 * prune sim: make backup schedule a form, bind update button to its validity
944
945 * daemon: add workaround for race in reloading and systemd 'ready' notification
946
947 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Nov 2020 10:18:12 +0100
948
949 rust-proxmox-backup (1.0.0-1) unstable; urgency=medium
950
951 * fix #3121: forbid removing used remotes
952
953 * docs: backup-client: encryption: discuss paperkey command
954
955 * pxar: log when skipping mount points
956
957 * ui: show also parent ACLs which affect a datastore in its panel
958
959 * api: node/apt: add versions call
960
961 * ui: make Datastore a selectable panel again. Show a datastore summary
962 list, and provide unfiltered access to all sync and verify jobs.
963
964 * ui: add help tool-button to various paneös
965
966 * ui: set various onlineHelp buttons
967
968 * zfs: mount new zpools created via API under /mnt/datastore/<id>
969
970 * ui: move disks/directory views to its own tab panel
971
972 * fix #3060: continue sync if we cannot aquire the group lock
973
974 * HttpsConnector: include destination on connect errors
975
976 * fix #3060:: improve get_owner error handling
977
978 * remote.cfg: rename userid to 'auth-id'
979
980 * verify: log/warn on invalid owner
981
982 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 14:36:13 +0100
983
984 rust-proxmox-backup (0.9.7-1) unstable; urgency=medium
985
986 * ui: add remote store selector
987
988 * tools/daemon: fix reload with open connections
989
990 * pxar/create: fix endless loop for shrinking files
991
992 * pxar/create: handle ErrorKind::Interrupted for file reads
993
994 * ui: add action-button for changing backup group owner
995
996 * docs: add interactive prune simulator
997
998 * verify: fix unprivileged verification jobs
999
1000 * tasks: allow access to job tasks
1001
1002 * drop internal 'backup@pam' owner, sync jobs need to set a explicit owner
1003
1004 * api: datastore: allow to set "verify-new" option over API
1005
1006 * ui: datastore: add Options tab, allowing one to change per-datastore
1007 notification and verify-new options
1008
1009 * docs: scroll navigation bar to current active section
1010
1011 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Nov 2020 07:36:58 +0100
1012
1013 rust-proxmox-backup (0.9.6-1) unstable; urgency=medium
1014
1015 * fix #3106: improve queueing new incoming connections
1016
1017 * fix #2870: sync: ensure a updated ticket is used, if available
1018
1019 * proxy: log if there are too many open connections
1020
1021 * ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation
1022
1023 * datastore config: allow to configure who receives job notify emails
1024
1025 * ui: fix task description for log rotate
1026
1027 * proxy: also rotate auth.log file
1028
1029 * ui: add shell panel under administration
1030
1031 * ui: sync jobs: only set default schedule when creating new jobs and some
1032 other small fixes
1033
1034 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2020 19:12:57 +0100
1035
1036 rust-proxmox-backup (0.9.5-1) unstable; urgency=medium
1037
1038 * ui: user menu: allow one to change the language while staying logged in
1039
1040 * proxmox-backup-manager: add subscription commands
1041
1042 * server/rest: also accept = as token separator
1043
1044 * privs: allow reading snapshot notes with Datastore.Audit
1045
1046 * privs: enforce Datastore.Modify|Backup to set backup notes
1047
1048 * verify: introduce and use new Datastore.Verify privilege
1049
1050 * docs: add API tokens to documentation
1051
1052 * ui: various smaller layout and icon improvements
1053
1054 * api: implement apt pkg cache for caching pending updates
1055
1056 * api: apt: implement support to send notification email on new updates
1057
1058 * add daily update and maintenance task
1059
1060 * fix #2864: add owner option to sync
1061
1062 * sync: allow sync for non-superusers under special conditions
1063
1064 * config: support depreacated netmask when parsing interfaces file
1065
1066 * server: implement access log rotation with re-open via command socket
1067
1068 * garbage collect: improve index error messages
1069
1070 * fix #3039: use the same ID regex for info and api
1071
1072 * ui: administration: allow extensive filtering of the worker task
1073
1074 * report: add api endpoint and function to generate report
1075
1076 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:41:17 +0100
1077
1078 rust-proxmox-backup (0.9.4-2) unstable; urgency=medium
1079
1080 * make postinst (update) script more resilient
1081
1082 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 20:09:30 +0100
1083
1084 rust-proxmox-backup (0.9.4-1) unstable; urgency=medium
1085
1086 * implement API-token
1087
1088 * client/remote: allow using API-token + secret
1089
1090 * ui/cli: implement API-token management interface and commands
1091
1092 * ui: add widget to view the effective permissions of a user or token
1093
1094 * ui: datastore summary: handle error when havin zero snapshot of any type
1095
1096 * ui: move user, token and permissions into an access control tab panel
1097
1098 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 17:19:13 +0100
1099
1100 rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
1101
1102 * fix #2998: encode mtime as i64 instead of u64
1103
1104 * GC: log the number of leftover bad chunks we could not yet cleanup, as no
1105 valid one replaced them. Also log deduplication factor.
1106
1107 * send sync job status emails
1108
1109 * api: datstore status: introduce proper structs and restore compatibility
1110 to 0.9.1
1111
1112 * ui: drop id field from verify/sync add window, they are now seen as internal
1113
1114 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 14:58:13 +0100
1115
1116 rust-proxmox-backup (0.9.2-2) unstable; urgency=medium
1117
1118 * rework server web-interface, move more datastore related panels as tabs
1119 inside the datastore view
1120
1121 * prune: never fail, just warn about failed removals
1122
1123 * prune/forget: skip snapshots with open readers (restore, verification)
1124
1125 * datastore: always ensure to remove individual snapshots before their group
1126
1127 * pxar: fix relative '!' rules in .pxarexclude
1128
1129 * pxar: anchor pxarexcludes starting with a slash
1130
1131 * GC: mark phase: ignore vanished index files
1132
1133 * server/rest: forward real client IP on proxied request and log it in
1134 failed authentication requests
1135
1136 * server: rest: implement max URI path and query length request limits
1137
1138 * server/rest: implement request access log and log the query part of
1139 URL and the user agent
1140
1141 * api: access: log to separate file, use syslog to errors only to reduce
1142 syslog spam
1143
1144 * client: set HTTP connect timeout to 10 seconds
1145
1146 * client: sent TCP keep-alive after 2 minutes instead of the Linux default
1147 of two hours.
1148
1149 * CLI completion: fix ACL path completion
1150
1151 * fix #2988: allow one to enable automatic verification after finishing a
1152 snapshot, can be controlled as a per-datastore option
1153
1154 * various log-rotation improvements
1155
1156 * proxmox-backup-client: use HumanByte to render snapshot size
1157
1158 * paperkey: use svg as image format to provide better scalability
1159
1160 * backup: avoid Transport endpoint is not connected error
1161
1162 * fix #3038: check user before renewing ticket
1163
1164 * ui/tools: add zip module and allow to download an archive directory as a zip
1165
1166 * ui and api: add verification job config, allowing to schedule more
1167 flexible jobs, filtering out already and/or recently verified snapshots
1168 NOTE: the previous simple "verify all" schedule was dropped from the
1169 datastore content, and does *not* gets migrated to the new job config.
1170
1171 * tasks: use systemd escape to decode/encode the task worker ID, avoiding
1172 some display problems with problematic characters
1173
1174 * fix #2934: list also new to-be-installed packages in updates
1175
1176 * apt: add /changelog API call similar to PVE
1177
1178 * api: add world accessible ping dummy endpoint, to cheaply check for a
1179 running PBS instance.
1180
1181 * ui: add datastore summary panel and move Statistics into it
1182
1183 * ui: navigation: add 'Add Datastore' button below datastore list
1184
1185 * ui: datastore panel: save and restore selected tab statefully
1186
1187 * send notification mails to email of root@pam account for GC and verify
1188 jobs
1189
1190 * ui: datastore: use simple V. for verify action button
1191
1192 * ui: datastore: show snapshot manifest comment and allow to edit them
1193
1194 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 23:05:41 +0100
1195
1196 rust-proxmox-backup (0.9.1-1) unstable; urgency=medium
1197
1198 * TLS speedups (use SslAcceptor::mozilla_intermediate_v5)
1199
1200 * introduction.rst: add History
1201
1202 * fix #2847: proxmox-backup-client: add change-owner cmd
1203
1204 * proxmox-backup-client key: rename 'paper-key' command to 'paperkey'
1205
1206 * don't require WorkerTask in backup/ (introduce TaskState trait)
1207
1208 * fix #3070: replace internal with public URLs
1209
1210 * backup: index readers: drop useless shared lock
1211
1212 * add "Build" section to README.rst
1213
1214 * reader: actually allow users to download their own backups
1215
1216 * reader: track index chunks and limit access
1217
1218 * Userid: fix borrow/deref recursion
1219
1220 * depend on proxmox 0.4.3
1221
1222 * api: datastore: require allocate privilege for deletion
1223
1224 * fuse_loop: handle unmap on crashed instance
1225
1226 * fuse_loop: wait for instance to close after killing
1227
1228 * fuse_loop: add automatic cleanup of run files and dangling instances
1229
1230 * mount/map: use names for map/unmap for easier use
1231
1232 * ui: network: remove create VLAN option
1233
1234 * ui: Dashboard/TaskSummary: add Verifies to the Summary
1235
1236 * ui: implement task history limit and make it configurable
1237
1238 * docs: installation: add system requirements section
1239
1240 * client: implement map/unmap commands for .img backups
1241
1242 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Oct 2020 13:42:12 +0200
1243
1244 rust-proxmox-backup (0.9.0-2) unstable; urgency=medium
1245
1246 * ui: RemoteEdit: only send delete on update
1247
1248 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2020 15:37:45 +0200
1249
1250 rust-proxmox-backup (0.9.0-1) unstable; urgency=medium
1251
1252 * use ParallelHandler to verify chunks
1253
1254 * client: add new paper-key command to CLI tool
1255
1256 * server: split task list in active and archived
1257
1258 * tools: add logrotate module and use it for archived tasks, allowing to save
1259 more than 100 thousands of tasks efficiently in the archive
1260
1261 * require square [brackets] for ipv6 addresses and fix ipv6 handling for
1262 remotes/sync jobs
1263
1264 * ui: RemoteEdit: make comment and fingerprint deletable
1265
1266 * api/disks: create zfs: enable import systemd service unit for newly created
1267 ZFS pools
1268
1269 * client and remotes: add support to specify a custom port number. The server
1270 is still always listening on 8007, but you can now use things like reverse
1271 proxies or port mapping.
1272
1273 * ui: RemoteEdit: allow to specify a port in the host field
1274
1275 * client pull: log progress
1276
1277 * various fixes and improvements
1278
1279 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 16:19:40 +0200
1280
1281 rust-proxmox-backup (0.8.21-1) unstable; urgency=medium
1282
1283 * depend on crossbeam-channel
1284
1285 * speedup sync jobs (allow up to 4 worker threads)
1286
1287 * improve docs
1288
1289 * use jobstate mechanism for verify/garbage_collection schedules
1290
1291 * proxy: fix error handling in prune scheduling
1292
1293 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 13:20:19 +0200
1294
1295 rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
1296
1297 * improve sync speed
1298
1299 * benchmark: use compressable data to get more realistic result
1300
1301 * docs: add onlineHelp to some panels
1302
1303 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2020 13:15:45 +0200
1304
1305 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
1306
1307 * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read
1308
1309 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 13:30:27 +0200
1310
1311 rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
1312
1313 * src/client/pull.rs: allow up to 20 concurrent download streams
1314
1315 * docs: add version and date to HTML index
1316
1317 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 12:39:26 +0200
1318
1319 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
1320
1321 * src/client/pull.rs: open temporary manifest with truncate(true)
1322
1323 * depend on proxmox 0.4.1
1324
1325 * fix #3017: check array boundaries before using
1326
1327 * datastore/prune schedules: use JobState for tracking of schedules
1328
1329 * improve docs
1330
1331 * fix #3015: allow user self-service
1332
1333 * add verification scheduling to proxmox-backup-proxy
1334
1335 * fix #3014: allow DataStoreAdmins to list DS config
1336
1337 * depend on pxar 0.6.1
1338
1339 * fix #2942: implement lacp bond mode and bond_xmit_hash_policy
1340
1341 * api2/pull: make pull worker abortable
1342
1343 * fix #2870: renew tickets in HttpClient
1344
1345 * always allow retrieving (censored) subscription info
1346
1347 * fix #2957: allow Sys.Audit access to node RRD
1348
1349 * backup: check all referenced chunks actually exist
1350
1351 * backup: check verify state of previous backup before allowing reuse
1352
1353 * avoid chrono dependency
1354
1355 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 14:08:32 +0200
1356
1357 rust-proxmox-backup (0.8.16-1) unstable; urgency=medium
1358
1359 * BackupDir: make constructor fallible
1360
1361 * handle invalid mtime when formating entries
1362
1363 * ui/docs: add onlineHelp button for syncjobs
1364
1365 * docs: add section for calendar events
1366
1367 * tools/systemd/parse_time: enable */x syntax for calendar events
1368
1369 * docs: set html img width limitation through css
1370
1371 * docs: use alabaster theme
1372
1373 * server: set http2 max frame size
1374
1375 * doc: Add section "FAQ"
1376
1377 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2020 15:54:57 +0200
1378
1379 rust-proxmox-backup (0.8.15-1) unstable; urgency=medium
1380
1381 * verify: skip benchmark directory
1382
1383 * add benchmark flag to backup creation for proper cleanup when running
1384 a benchmark
1385
1386 * mount: fix mount subcommand
1387
1388 * ui: only mark backup encrypted if there are any files
1389
1390 * fix #2983: improve tcp performance
1391
1392 * improve ui and docs
1393
1394 * verify: rename corrupted chunks with .bad extension
1395
1396 * gc: remove .bad files on garbage collect
1397
1398 * ui: add translation support
1399
1400 * server/worker_task: fix upid_read_status
1401
1402 * tools/systemd/time: enable dates for calendarevents
1403
1404 * server/worker_task: fix 'unknown' status for some big task logs
1405
1406 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2020 09:25:59 +0200
1407
1408 rust-proxmox-backup (0.8.14-1) unstable; urgency=medium
1409
1410 * verify speed up: use separate IO thread, use datastore-wide cache (instead
1411 of per group)
1412
1413 * ui: datastore content: improve encrypted column
1414
1415 * ui: datastore content: show more granular verify state, especially for
1416 backup group rows
1417
1418 * verify: log progress in percent
1419
1420 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Sep 2020 09:36:47 +0200
1421
1422 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
1423
1424 * improve and add to documentation
1425
1426 * save last verify result in snapshot manifest and show it in the GUI
1427
1428 * gc: use human readable units for summary in task log
1429
1430 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 16:12:07 +0200
1431
1432 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
1433
1434 * verify: speedup - only verify chunks once
1435
1436 * verify: sort backup groups
1437
1438 * bump pxar dep to 0.4.0
1439
1440 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
1441
1442 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
1443
1444 * improve sync jobs, allow to stop them and better logging
1445
1446 * fix #2926: make network interfaces parser more flexible
1447
1448 * fix #2904: zpool status: parse also those vdevs without READ/ẀRITE/...
1449 statistics
1450
1451 * api2/node/services: turn service api calls into workers
1452
1453 * docs: add sections describing ACL related commands and describing
1454 benchmarking
1455
1456 * docs: general grammar, wording and typo improvements
1457
1458 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
1459
1460 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
1461
1462 * ui: acl: add improved permission selector
1463
1464 * services: make reload safer and default to it in gui
1465
1466 * ui: rework DataStore content Panel
1467
1468 * ui: add search box to DataStore content
1469
1470 * ui: DataStoreContent: keep selection and expansion on reload
1471
1472 * upload_chunk: allow upload of empty blobs
1473
1474 * fix #2856: also check whole device for device mapper
1475
1476 * ui: fix error when reloading DataStoreContent
1477
1478 * ui: fix in-progress snapshots always showing as "Encrypted"
1479
1480 * update to pxar 0.3 to support negative timestamps
1481
1482 * fix #2873: if --pattern is used, default to not extracting
1483
1484 * finish_backup: test/verify manifest at server side
1485
1486 * finish_backup: add chunk_upload_stats to manifest
1487
1488 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
1489
1490 * list_snapshots: Returns new "comment" property (first line from notes)
1491
1492 * pxar: create: attempt to use O_NOATIME
1493
1494 * systemd/time: fix weekday wrapping on month
1495
1496 * pxar: better error handling on extract
1497
1498 * pxar/extract: fixup path stack for errors
1499
1500 * datastore: allow browsing signed pxar files
1501
1502 * GC: use time pre phase1 to calculate min_atime in phase2
1503
1504 * gui: user: fix #2898 add dialog to set password
1505
1506 * fix #2909: handle missing chunks gracefully in garbage collection
1507
1508 * finish_backup: mark backup as finished only after checks have passed
1509
1510 * fix: master-key: upload RSA encoded key with backup
1511
1512 * admin-guide: add section explaining master keys
1513
1514 * backup: only allow finished backups as base snapshot
1515
1516 * datastore api: only decode unencrypted indices
1517
1518 * datastore api: verify blob/index csum from manifest
1519
1520 * sync, blobs and chunk readers: add more checks and verification
1521
1522 * verify: add more checks, don't fail on first error
1523
1524 * mark signed manifests as such
1525
1526 * backup/prune/forget: improve locking
1527
1528 * backup: ensure base snapshots are still available after backup
1529
1530 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
1531
1532 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
1533
1534 * improve termprocy (console) behavior on updating proxmox-backup-server and
1535 other daemon restarts
1536
1537 * client: improve upload log output and speed calculation
1538
1539 * fix #2885: client upload: bail on duplicate backup targets
1540
1541 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
1542
1543 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
1544
1545 * pxar: .pxarexclude: match behavior from absolute paths to the one described
1546 in the documentation and use byte based paths
1547
1548 * catalog shell: add exit command
1549
1550 * manifest: revert signature canonicalization to old behaviour. Fallout from
1551 encrypted older backups is expected and was ignored due to the beta status
1552 of Proxmox Backup.
1553
1554 * documentation: various improvements and additions
1555
1556 * cached user info: print privilege path in error message
1557
1558 * docs: fix #2851 Add note about GC grace period
1559
1560 * api2/status: fix datastore full estimation bug if there where (almost) no
1561 change for several days
1562
1563 * schedules, calendar event: support the 'weekly' special expression
1564
1565 * ui: sync job: group remote fields and use "Source" in labels
1566
1567 * ui: add calendar event selector
1568
1569 * ui: sync job: change default to false for "remove-vanished" for new jobs
1570
1571 * fix #2860: skip in-progress snapshots when syncing
1572
1573 * fix #2865: detect and skip vanished snapshots
1574
1575 * fix #2871: close FDs when scanning backup group, avoid leaking
1576
1577 * backup: list images: handle walkdir error, catch "lost+found" special
1578 directory
1579
1580 * implement AsyncSeek for AsyncIndexReader
1581
1582 * client: rework logging upload info like size or bandwidth
1583
1584 * client writer: do not output chunklist for now on verbose=true
1585
1586 * add initial API for listing available updates and updating the APT
1587 database
1588
1589 * ui: add xterm.js console implementation
1590
1591 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
1592
1593 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
1594
1595 * support restoring file attributes from pxar archives
1596
1597 * docs: additions and fixes
1598
1599 * ui: running tasks: update limit to 100
1600
1601 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
1602
1603 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
1604
1605 * ui: add button for easily showing the server fingerprint dashboard
1606
1607 * proxmox-backup-client benchmark: add --verbose flag and improve output
1608 format
1609
1610 * docs: reference PDF variant in HTML output
1611
1612 * proxmox-backup-client: add simple version command
1613
1614 * improve keyfile and signature handling in catalog and manifest
1615
1616 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
1617
1618 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
1619
1620 * fix cross process task listing
1621
1622 * docs: expand datastore documentation
1623
1624 * docs: add remotes and sync-jobs and schedules
1625
1626 * bump pathpatterns to 0.1.2
1627
1628 * ui: align version and user-menu spacing with pve/pmg
1629
1630 * ui: make username a menu-button
1631
1632 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
1633
1634 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
1635
1636 * add TaskButton in header
1637
1638 * simpler lost+found pattern
1639
1640 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
1641
1642 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
1643
1644 * get_disks: don't fail on zfs_devices
1645
1646 * allow some more characters for zpool list
1647
1648 * ui: adapt for new sign-only crypt mode
1649
1650 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
1651
1652 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
1653
1654 * buildsys: also upload debug packages
1655
1656 * src/backup/manifest.rs: rename into_string -> to_string
1657
1658 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
1659
1660 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
1661
1662 * remove authhenticated data blobs (not needed)
1663
1664 * add signature to manifest
1665
1666 * improve docs
1667
1668 * client: introduce --keyfd parameter
1669
1670 * ui improvements
1671
1672 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
1673
1674 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
1675
1676 * implement get_runtime_with_builder
1677
1678 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
1679
1680 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
1681
1682 * implement clone for RemoteChunkReader
1683
1684 * improve docs
1685
1686 * client: add --encryption boolen parameter
1687
1688 * client: use default encryption key if it is available
1689
1690 * d/rules: do not compress .pdf files
1691
1692 * ui: various fixes
1693
1694 * add beta text with link to bugtracker
1695
1696 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
1697
1698 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
1699
1700 * make ReadChunk not require mutable self.
1701
1702 * ui: increase timeout for snapshot listing
1703
1704 * ui: consistently spell Datastore without space between words
1705
1706 * ui: disk create: sync and improve 'add-datastore' checkbox label
1707
1708 * proxmox-backup-client: add benchmark command
1709
1710 * pxar: fixup 'vanished-file' logic a bit
1711
1712 * ui: add verify button
1713
1714 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
1715
1716 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
1717
1718 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
1719
1720 * ui: allow to Forget (delete) backup snapshots
1721
1722 * pxar: deal with files changing size during archiving
1723
1724 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
1725
1726 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
1727
1728 * change api for incremental backups mode
1729
1730 * zfs disk management gui
1731
1732 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
1733
1734 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
1735
1736 * support incremental backups mode
1737
1738 * new disk management
1739
1740 * single file restore for container backups
1741
1742 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
1743
1744 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
1745
1746 * tools/systemd/time: fix compute_next_event for weekdays
1747
1748 * improve display of 'next run' for sync jobs
1749
1750 * fix csum calculation for images which do not have a 'chunk_size' aligned
1751 size
1752
1753 * add parser for zpool list output
1754
1755 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
1756
1757 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
1758
1759 * proxmox-backup-client.rs: implement quiet flag
1760
1761 * client restore: don't add server file ending if already specified
1762
1763 * src/client/pull.rs: also download client.log.blob
1764
1765 * src/client/pull.rs: more verbose logging
1766
1767 * gui improvements
1768
1769 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
1770
1771 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
1772
1773 * ui: move server RRD statistics to 'Server Status' panel
1774
1775 * ui/api: add more server statistics
1776
1777 * ui/api: add per-datastore usage and performance statistics over time
1778
1779 * ui: add initial remote config management panel
1780
1781 * remotes: save passwords as base64
1782
1783 * gather zpool io stats
1784
1785 * various fixes/improvements
1786
1787 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
1788
1789 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
1790
1791 * see git changelog (too many changes)
1792
1793 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
1794
1795 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
1796
1797 * use SectionConfig from proxmox 0.1.18-1
1798
1799 * docs/administration-guide.rst: add small section to explain output-format
1800
1801 * depend on proxmox 0.1.18
1802
1803 * improve cli output format
1804
1805 * catalog shell improvements
1806
1807 * Add zsh completion scripts
1808
1809 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
1810
1811 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
1812
1813 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
1814
1815 * switch to debcargo to generate build-dependencies
1816
1817 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
1818
1819 proxmox-backup (0.1.2) unstable; urgency=medium
1820
1821 * proxmox-backup-api: create cert here
1822
1823 * start_h2_connection: correctly return error during upgrade
1824
1825 * proxy/api: await running workers before shutdown
1826
1827 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
1828
1829 proxmox-backup (0.1.1) unstable; urgency=medium
1830
1831 * proxmox-backup-proxy: create self signed cert at startup
1832
1833 * proxmox-backup-manager.rs: impl. cert update/info
1834
1835 * minor GUI updates
1836
1837 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
1838
1839 proxmox-backup (0.1.0) unstable; urgency=medium
1840
1841 * proper packaging of build-dependencies
1842
1843 * cleanup packaging
1844
1845 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
1846
1847 proxmox-backup (0.1-1) unstable; urgency=medium
1848
1849 [ Proxmox Support Team ]
1850 * first try
1851
1852 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100