]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
tape restore: do not verify restored files
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (1.1.5-3) stable; urgency=medium
2
3 * file-restore: use 'norecovery' for XFS filesystem to allow mounting
4 those which where not un-mounted during backup
5
6 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Apr 2021 15:26:13 +0200
7
8 rust-proxmox-backup (1.1.5-2) stable; urgency=medium
9
10 * file-restore: strip .img.fidx suffix from drive serials to avoid running
11 in the 20 character limit SCSI serial values have.
12
13 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2021 11:15:08 +0200
14
15 rust-proxmox-backup (1.1.5-1) unstable; urgency=medium
16
17 * tools/sgutils2: add size workaround for mode_sense
18
19 * tape: add read_medium_configuration_page() to detect WORM media
20
21 * file-restore: fix package name for kernel/initramfs image
22
23 * tape: remove MediumType struct, which is only valid on IBM drives
24
25 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 12:20:04 +0200
26
27 rust-proxmox-backup (1.1.4-1) unstable; urgency=medium
28
29 * file-restore: add size to image files and components
30
31 * file-restore: exit with code 1 in case streaming fails
32
33 * file-restore: use less memory for VM (now 128 MiB) and reboot on panic
34
35 * ui: tape: improve reload drive-status logic on user actions
36
37 * tape backup: list the snapshots we could back up on failed backup
38 notification
39
40 * Improve on a scheduling issue when updating the calendar event such, that
41 it would had triggered between the last-run and now. Use the next future
42 event as actual next trigger instead.
43
44 * SCSI mode sense: include the expected and unexpected sizes in the error
45 message, to allow easier debugging
46
47 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 08:27:10 +0200
48
49 rust-proxmox-backup (1.1.3-2) unstable; urgency=medium
50
51 * improve check for LTO4 tapes
52
53 * api: node status: return further information about SWAP, IO-wait, CPU info
54 and Kernel version
55
56 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 10:52:08 +0200
57
58 rust-proxmox-backup (1.1.3-1) unstable; urgency=medium
59
60 * tape restore: improve datastore locking when GC runs at the same time
61
62 * tape restore: always do quick chunk verification
63
64 * tape: improve compatibillity with some changers
65
66 * tape: work-around missing format command on LTO-4 drives, fall-back to
67 slower rewind erease
68
69 * fix #3393: pxar: allow and safe the 'security.NTACL' extended attribute
70
71 * file-restore: support encrypted VM backups
72
73 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:14:58 +0200
74
75 rust-proxmox-backup (1.1.2-1) unstable; urgency=medium
76
77 * backup verify: always re-check if we can skip a chunk in the actual verify
78 loop.
79
80 * tape: do not try to backup unfinished backups
81
82 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 13:26:52 +0200
83
84 rust-proxmox-backup (1.1.1-1) unstable; urgency=medium
85
86 * docs: include tape in table of contents
87
88 * docs: tape: improve definition-list format and add screenshots
89
90 * docs: reorder maintenance and network chapters after client-usage/tools
91 chapters
92
93 * ui: tape changer status: add Format button to drive grid
94
95 * backup/verify: improve speed on disks with slow random-IO (spinners) by
96 iterating over chunks sorted by inode
97
98 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Apr 2021 14:50:29 +0200
99
100 rust-proxmox-backup (1.1.0-1) unstable; urgency=medium
101
102 * enable tape backup as technology preview by default
103
104 * tape: read drive status: clear deferred error or media changed events.
105
106 * tape: improve end-of-tape (EOT) error handling
107
108 * tape: cleanup media catalog on tape reuse
109
110 * zfs: re-use underlying pool wide IO stats for datasets
111
112 * api daemon: only log error from accepting new connections to avoid opening
113 to many file descriptors
114
115 * api/datastore: allow downloading the entire archive as ZIP archive, not
116 only sub-paths
117
118 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 14:42:18 +0200
119
120 rust-proxmox-backup (1.0.14-1) unstable; urgency=medium
121
122 * server: compress API call response and static files if client accepts that
123
124 * compress generated ZIP archives with deflate
125
126 * tape: implement LTO userspace driver
127
128 * docs: mention new user space tape driver, adopt device path names
129
130 * tape: always clear encryption key after backup (for security reasons)
131
132 * ui: improve changer status view
133
134 * add proxmox-file-restore package, providing a central file-restore binary
135 with preparations for restoring files also from block level backups using
136 QEMU for a safe encapsulation.
137
138 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Apr 2021 16:35:11 +0200
139
140 rust-proxmox-backup (1.0.13-1) unstable; urgency=medium
141
142 * pxar: improve handling ACL entries on create and restore
143
144 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Apr 2021 15:32:01 +0200
145
146 rust-proxmox-backup (1.0.12-1) unstable; urgency=medium
147
148 * tape: write catalogs to tape (speedup catalog restore)
149
150 * tape: add --scan option for catalog restore
151
152 * tape: improve locking (lock media-sets)
153
154 * tape: ui: enable datastore mappings
155
156 * fix #3359: fix blocking writes in async code during pxar create
157
158 * api2/tape/backup: wait indefinitely for lock in scheduled backup jobs
159
160 * docu improvements
161
162 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 14:08:47 +0100
163
164 rust-proxmox-backup (1.0.11-1) unstable; urgency=medium
165
166 * fix feature flag logic in pxar create
167
168 * tools/zip: add missing start_disk field for zip64 extension to improve
169 compatibility with some strict archive tools
170
171 * tape: speedup backup by doing read/write in parallel
172
173 * tape: store datastore name in tape archives and media catalog
174
175 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Mar 2021 12:36:01 +0100
176
177 rust-proxmox-backup (1.0.10-1) unstable; urgency=medium
178
179 * tape: improve MediaPool allocation by sorting tapes by creation time and
180 label text
181
182 * api: tape backup: continue on vanishing snapshots, as a prune during long
183 running tape backup jobs is OK
184
185 * tape: fix scsi volume_statistics and cartridge_memory for quantum drives
186
187 * typo fixes all over the place
188
189 * d/postinst: restart, not reload, when updating from a to old version
190
191 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Mar 2021 08:24:31 +0100
192
193 rust-proxmox-backup (1.0.9-1) unstable; urgency=medium
194
195 * client: track key source, print when used
196
197 * fix #3026: pxar: metadata: apply flags _after_ updating mtime
198
199 * docs: add acl.cfg, datastore.cfg, remote.cfg, sync.cfg, user.cfg and
200 verification.cfg manual page pages
201
202 * docs: add API viewer
203
204 * proxmox-backup-manger: add verify-job command group with various sub
205 commands
206
207 * add experimental opt-in tape backup support
208
209 * lto-barcode: fix page offset calibration
210
211 * lto-barcode: fix avery 3420 paper format properties
212
213 * asyncify pxar create archive
214
215 * client: raise HTTP_TIMEOUT for simple requests to 120s
216
217 * docs: depend on mathjax library package from debian instead of CDN
218
219 * fix #3321: docs: client: fix interactive restore command explanation
220
221 * ui: use shorter datetime format for encryption key creation time
222
223 * docs: TFA: improve language
224
225 * config/TFA: webauthn: disallow registering the same token more than once,
226 that can lead to buggy behavior in some token/browser combinations.
227
228 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Mar 2021 15:54:47 +0100
229
230 rust-proxmox-backup (1.0.8-1) unstable; urgency=medium
231
232 * Https Connector: use hostname instead of URL again to avoid certificate
233 verification issues.
234
235 * ui: task summary: add verification jobs to count
236
237 * docs: explain some technical details about datastores/chunks
238
239 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2021 12:39:49 +0100
240
241 rust-proxmox-backup (1.0.7-1) unstable; urgency=medium
242
243 * fix #3197: skip fingerprint check when restoring key
244
245 * client: add 'import-with-master-key' command
246
247 * fix #3192: correct sort in prune sim
248
249 * tools/daemon: improve reload behaviour
250
251 * http client: add timeouts for critical connects
252
253 * api: improve error messages for restricted endpoints
254
255 * api: allow tokens to list users
256
257 * ui: running tasks: Use gettext for column labels
258
259 * login: add two-factor authenication (TFA) and integrate in web-interface
260
261 * login: support webAuthn, recovery keys and TOTP as TFA methods
262
263 * make it possible to abort tasks with CTRL-C
264
265 * fix #3245: only use default schedule for new jobs
266
267 * manager CLI: user/token list: fix rendering 0 (never) expire date
268
269 * update the event-driven, non-blocking I/O tokio platform to 1.0
270
271 * access: limit editing all pam credentials to superuser
272
273 * access: restrict password changes on @pam realm to superuser
274
275 * patch out wrongly linked libraries from ELFs to avoid extra, bogus
276 dependencies in resulting package
277
278 * add "password hint" to encryption key config
279
280 * improve GC error handling
281
282 * cli: make it possible to abort tasks with CTRL-C
283
284 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Feb 2021 10:34:23 +0100
285
286 rust-proxmox-backup (1.0.6-1) unstable; urgency=medium
287
288 * stricter handling of file-descriptors, fixes some cases where some could
289 leak
290
291 * ui: fix various usages of the findRecord emthod, ensuring it matches exact
292
293 * garbage collection: improve task log format
294
295 * verification: improve progress log, make it similar to what's logged on
296 pull (sync)
297
298 * datastore: move manifest locking to /run. This avoids issues with
299 filesystems which cannot natively handle removing in-use files ("delete on
300 last close"), and create a virtual, internal, replacement file to work
301 around that. This is done, for example, by NFS or CIFS (samba).
302
303 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 12:51:33 +0100
304
305 rust-proxmox-backup (1.0.5-1) unstable; urgency=medium
306
307 * client: restore: print meta information exclusively to standard error
308
309 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 15:29:58 +0100
310
311 rust-proxmox-backup (1.0.4-1) unstable; urgency=medium
312
313 * fingerprint: add bytes() accessor
314
315 * ui: fix broken gettext use
316
317 * cli: move more commands into "snapshot" sub-command
318
319 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 06:37:41 +0100
320
321 rust-proxmox-backup (1.0.3-1) unstable; urgency=medium
322
323 * client: inform user when automatically using the default encryption key
324
325 * ui: UserView: render name as 'Firstname Lastname'
326
327 * proxmox-backup-manager: add versions command
328
329 * pxar: fix anchored exclusion at archive root
330
331 * pxar: include .pxarexclude files in the archive
332
333 * client: expose all-file-systems option
334
335 * api: make expensive parts of datastore status opt-in
336
337 * api: include datastore ID in invalid owner errors
338
339 * garbage collection: treat .bad files like regular chunks to ensure they
340 are removed if not referenced anymore
341
342 * client: fix issues with encoded UPID strings
343
344 * encryption: add fingerprint to key config
345
346 * client: add 'key show' command
347
348 * fix #3139: add key fingerprint to backup snapshot manifest and check it
349 when loading with a key
350
351 * ui: add snapshot/file fingerprint tooltip
352
353 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2020 08:55:47 +0100
354
355 rust-proxmox-backup (1.0.1-1) unstable; urgency=medium
356
357 * ui: datastore summary: drop 'removed bytes' display
358
359 * ui: datastore add: set default schedule
360
361 * prune sim: make backup schedule a form, bind update button to its validity
362
363 * daemon: add workaround for race in reloading and systemd 'ready' notification
364
365 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Nov 2020 10:18:12 +0100
366
367 rust-proxmox-backup (1.0.0-1) unstable; urgency=medium
368
369 * fix #3121: forbid removing used remotes
370
371 * docs: backup-client: encryption: discuss paperkey command
372
373 * pxar: log when skipping mount points
374
375 * ui: show also parent ACLs which affect a datastore in its panel
376
377 * api: node/apt: add versions call
378
379 * ui: make Datastore a selectable panel again. Show a datastore summary
380 list, and provide unfiltered access to all sync and verify jobs.
381
382 * ui: add help tool-button to various paneös
383
384 * ui: set various onlineHelp buttons
385
386 * zfs: mount new zpools created via API under /mnt/datastore/<id>
387
388 * ui: move disks/directory views to its own tab panel
389
390 * fix #3060: continue sync if we cannot aquire the group lock
391
392 * HttpsConnector: include destination on connect errors
393
394 * fix #3060:: improve get_owner error handling
395
396 * remote.cfg: rename userid to 'auth-id'
397
398 * verify: log/warn on invalid owner
399
400 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 14:36:13 +0100
401
402 rust-proxmox-backup (0.9.7-1) unstable; urgency=medium
403
404 * ui: add remote store selector
405
406 * tools/daemon: fix reload with open connections
407
408 * pxar/create: fix endless loop for shrinking files
409
410 * pxar/create: handle ErrorKind::Interrupted for file reads
411
412 * ui: add action-button for changing backup group owner
413
414 * docs: add interactive prune simulator
415
416 * verify: fix unprivileged verification jobs
417
418 * tasks: allow access to job tasks
419
420 * drop internal 'backup@pam' owner, sync jobs need to set a explicit owner
421
422 * api: datastore: allow to set "verify-new" option over API
423
424 * ui: datastore: add Options tab, allowing one to change per-datastore
425 notification and verify-new options
426
427 * docs: scroll navigation bar to current active section
428
429 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Nov 2020 07:36:58 +0100
430
431 rust-proxmox-backup (0.9.6-1) unstable; urgency=medium
432
433 * fix #3106: improve queueing new incoming connections
434
435 * fix #2870: sync: ensure a updated ticket is used, if available
436
437 * proxy: log if there are too many open connections
438
439 * ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation
440
441 * datastore config: allow to configure who receives job notify emails
442
443 * ui: fix task description for log rotate
444
445 * proxy: also rotate auth.log file
446
447 * ui: add shell panel under administration
448
449 * ui: sync jobs: only set default schedule when creating new jobs and some
450 other small fixes
451
452 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2020 19:12:57 +0100
453
454 rust-proxmox-backup (0.9.5-1) unstable; urgency=medium
455
456 * ui: user menu: allow one to change the language while staying logged in
457
458 * proxmox-backup-manager: add subscription commands
459
460 * server/rest: also accept = as token separator
461
462 * privs: allow reading snapshot notes with Datastore.Audit
463
464 * privs: enforce Datastore.Modify|Backup to set backup notes
465
466 * verify: introduce and use new Datastore.Verify privilege
467
468 * docs: add API tokens to documentation
469
470 * ui: various smaller layout and icon improvements
471
472 * api: implement apt pkg cache for caching pending updates
473
474 * api: apt: implement support to send notification email on new updates
475
476 * add daily update and maintenance task
477
478 * fix #2864: add owner option to sync
479
480 * sync: allow sync for non-superusers under special conditions
481
482 * config: support depreacated netmask when parsing interfaces file
483
484 * server: implement access log rotation with re-open via command socket
485
486 * garbage collect: improve index error messages
487
488 * fix #3039: use the same ID regex for info and api
489
490 * ui: administration: allow extensive filtering of the worker task
491
492 * report: add api endpoint and function to generate report
493
494 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:41:17 +0100
495
496 rust-proxmox-backup (0.9.4-2) unstable; urgency=medium
497
498 * make postinst (update) script more resilient
499
500 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 20:09:30 +0100
501
502 rust-proxmox-backup (0.9.4-1) unstable; urgency=medium
503
504 * implement API-token
505
506 * client/remote: allow using API-token + secret
507
508 * ui/cli: implement API-token management interface and commands
509
510 * ui: add widget to view the effective permissions of a user or token
511
512 * ui: datastore summary: handle error when havin zero snapshot of any type
513
514 * ui: move user, token and permissions into an access control tab panel
515
516 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 17:19:13 +0100
517
518 rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
519
520 * fix #2998: encode mtime as i64 instead of u64
521
522 * GC: log the number of leftover bad chunks we could not yet cleanup, as no
523 valid one replaced them. Also log deduplication factor.
524
525 * send sync job status emails
526
527 * api: datstore status: introduce proper structs and restore compatibility
528 to 0.9.1
529
530 * ui: drop id field from verify/sync add window, they are now seen as internal
531
532 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 14:58:13 +0100
533
534 rust-proxmox-backup (0.9.2-2) unstable; urgency=medium
535
536 * rework server web-interface, move more datastore related panels as tabs
537 inside the datastore view
538
539 * prune: never fail, just warn about failed removals
540
541 * prune/forget: skip snapshots with open readers (restore, verification)
542
543 * datastore: always ensure to remove individual snapshots before their group
544
545 * pxar: fix relative '!' rules in .pxarexclude
546
547 * pxar: anchor pxarexcludes starting with a slash
548
549 * GC: mark phase: ignore vanished index files
550
551 * server/rest: forward real client IP on proxied request and log it in
552 failed authentication requests
553
554 * server: rest: implement max URI path and query length request limits
555
556 * server/rest: implement request access log and log the query part of
557 URL and the user agent
558
559 * api: access: log to separate file, use syslog to errors only to reduce
560 syslog spam
561
562 * client: set HTTP connect timeout to 10 seconds
563
564 * client: sent TCP keep-alive after 2 minutes instead of the Linux default
565 of two hours.
566
567 * CLI completion: fix ACL path completion
568
569 * fix #2988: allow one to enable automatic verification after finishing a
570 snapshot, can be controlled as a per-datastore option
571
572 * various log-rotation improvements
573
574 * proxmox-backup-client: use HumanByte to render snapshot size
575
576 * paperkey: use svg as image format to provide better scalability
577
578 * backup: avoid Transport endpoint is not connected error
579
580 * fix #3038: check user before renewing ticket
581
582 * ui/tools: add zip module and allow to download an archive directory as a zip
583
584 * ui and api: add verification job config, allowing to schedule more
585 flexible jobs, filtering out already and/or recently verified snapshots
586 NOTE: the previous simple "verify all" schedule was dropped from the
587 datastore content, and does *not* gets migrated to the new job config.
588
589 * tasks: use systemd escape to decode/encode the task worker ID, avoiding
590 some display problems with problematic characters
591
592 * fix #2934: list also new to-be-installed packages in updates
593
594 * apt: add /changelog API call similar to PVE
595
596 * api: add world accessible ping dummy endpoint, to cheaply check for a
597 running PBS instance.
598
599 * ui: add datastore summary panel and move Statistics into it
600
601 * ui: navigation: add 'Add Datastore' button below datastore list
602
603 * ui: datastore panel: save and restore selected tab statefully
604
605 * send notification mails to email of root@pam account for GC and verify
606 jobs
607
608 * ui: datastore: use simple V. for verify action button
609
610 * ui: datastore: show snapshot manifest comment and allow to edit them
611
612 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 23:05:41 +0100
613
614 rust-proxmox-backup (0.9.1-1) unstable; urgency=medium
615
616 * TLS speedups (use SslAcceptor::mozilla_intermediate_v5)
617
618 * introduction.rst: add History
619
620 * fix #2847: proxmox-backup-client: add change-owner cmd
621
622 * proxmox-backup-client key: rename 'paper-key' command to 'paperkey'
623
624 * don't require WorkerTask in backup/ (introduce TaskState trait)
625
626 * fix #3070: replace internal with public URLs
627
628 * backup: index readers: drop useless shared lock
629
630 * add "Build" section to README.rst
631
632 * reader: actually allow users to download their own backups
633
634 * reader: track index chunks and limit access
635
636 * Userid: fix borrow/deref recursion
637
638 * depend on proxmox 0.4.3
639
640 * api: datastore: require allocate privilege for deletion
641
642 * fuse_loop: handle unmap on crashed instance
643
644 * fuse_loop: wait for instance to close after killing
645
646 * fuse_loop: add automatic cleanup of run files and dangling instances
647
648 * mount/map: use names for map/unmap for easier use
649
650 * ui: network: remove create VLAN option
651
652 * ui: Dashboard/TaskSummary: add Verifies to the Summary
653
654 * ui: implement task history limit and make it configurable
655
656 * docs: installation: add system requirements section
657
658 * client: implement map/unmap commands for .img backups
659
660 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Oct 2020 13:42:12 +0200
661
662 rust-proxmox-backup (0.9.0-2) unstable; urgency=medium
663
664 * ui: RemoteEdit: only send delete on update
665
666 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2020 15:37:45 +0200
667
668 rust-proxmox-backup (0.9.0-1) unstable; urgency=medium
669
670 * use ParallelHandler to verify chunks
671
672 * client: add new paper-key command to CLI tool
673
674 * server: split task list in active and archived
675
676 * tools: add logrotate module and use it for archived tasks, allowing to save
677 more than 100 thousands of tasks efficiently in the archive
678
679 * require square [brackets] for ipv6 addresses and fix ipv6 handling for
680 remotes/sync jobs
681
682 * ui: RemoteEdit: make comment and fingerprint deletable
683
684 * api/disks: create zfs: enable import systemd service unit for newly created
685 ZFS pools
686
687 * client and remotes: add support to specify a custom port number. The server
688 is still always listening on 8007, but you can now use things like reverse
689 proxies or port mapping.
690
691 * ui: RemoteEdit: allow to specify a port in the host field
692
693 * client pull: log progress
694
695 * various fixes and improvements
696
697 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 16:19:40 +0200
698
699 rust-proxmox-backup (0.8.21-1) unstable; urgency=medium
700
701 * depend on crossbeam-channel
702
703 * speedup sync jobs (allow up to 4 worker threads)
704
705 * improve docs
706
707 * use jobstate mechanism for verify/garbage_collection schedules
708
709 * proxy: fix error handling in prune scheduling
710
711 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 13:20:19 +0200
712
713 rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
714
715 * improve sync speed
716
717 * benchmark: use compressable data to get more realistic result
718
719 * docs: add onlineHelp to some panels
720
721 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2020 13:15:45 +0200
722
723 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
724
725 * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read
726
727 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 13:30:27 +0200
728
729 rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
730
731 * src/client/pull.rs: allow up to 20 concurrent download streams
732
733 * docs: add version and date to HTML index
734
735 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 12:39:26 +0200
736
737 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
738
739 * src/client/pull.rs: open temporary manifest with truncate(true)
740
741 * depend on proxmox 0.4.1
742
743 * fix #3017: check array boundaries before using
744
745 * datastore/prune schedules: use JobState for tracking of schedules
746
747 * improve docs
748
749 * fix #3015: allow user self-service
750
751 * add verification scheduling to proxmox-backup-proxy
752
753 * fix #3014: allow DataStoreAdmins to list DS config
754
755 * depend on pxar 0.6.1
756
757 * fix #2942: implement lacp bond mode and bond_xmit_hash_policy
758
759 * api2/pull: make pull worker abortable
760
761 * fix #2870: renew tickets in HttpClient
762
763 * always allow retrieving (censored) subscription info
764
765 * fix #2957: allow Sys.Audit access to node RRD
766
767 * backup: check all referenced chunks actually exist
768
769 * backup: check verify state of previous backup before allowing reuse
770
771 * avoid chrono dependency
772
773 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 14:08:32 +0200
774
775 rust-proxmox-backup (0.8.16-1) unstable; urgency=medium
776
777 * BackupDir: make constructor fallible
778
779 * handle invalid mtime when formating entries
780
781 * ui/docs: add onlineHelp button for syncjobs
782
783 * docs: add section for calendar events
784
785 * tools/systemd/parse_time: enable */x syntax for calendar events
786
787 * docs: set html img width limitation through css
788
789 * docs: use alabaster theme
790
791 * server: set http2 max frame size
792
793 * doc: Add section "FAQ"
794
795 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2020 15:54:57 +0200
796
797 rust-proxmox-backup (0.8.15-1) unstable; urgency=medium
798
799 * verify: skip benchmark directory
800
801 * add benchmark flag to backup creation for proper cleanup when running
802 a benchmark
803
804 * mount: fix mount subcommand
805
806 * ui: only mark backup encrypted if there are any files
807
808 * fix #2983: improve tcp performance
809
810 * improve ui and docs
811
812 * verify: rename corrupted chunks with .bad extension
813
814 * gc: remove .bad files on garbage collect
815
816 * ui: add translation support
817
818 * server/worker_task: fix upid_read_status
819
820 * tools/systemd/time: enable dates for calendarevents
821
822 * server/worker_task: fix 'unknown' status for some big task logs
823
824 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2020 09:25:59 +0200
825
826 rust-proxmox-backup (0.8.14-1) unstable; urgency=medium
827
828 * verify speed up: use separate IO thread, use datastore-wide cache (instead
829 of per group)
830
831 * ui: datastore content: improve encrypted column
832
833 * ui: datastore content: show more granular verify state, especially for
834 backup group rows
835
836 * verify: log progress in percent
837
838 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Sep 2020 09:36:47 +0200
839
840 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
841
842 * improve and add to documentation
843
844 * save last verify result in snapshot manifest and show it in the GUI
845
846 * gc: use human readable units for summary in task log
847
848 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 16:12:07 +0200
849
850 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
851
852 * verify: speedup - only verify chunks once
853
854 * verify: sort backup groups
855
856 * bump pxar dep to 0.4.0
857
858 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
859
860 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
861
862 * improve sync jobs, allow to stop them and better logging
863
864 * fix #2926: make network interfaces parser more flexible
865
866 * fix #2904: zpool status: parse also those vdevs without READ/ẀRITE/...
867 statistics
868
869 * api2/node/services: turn service api calls into workers
870
871 * docs: add sections describing ACL related commands and describing
872 benchmarking
873
874 * docs: general grammar, wording and typo improvements
875
876 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
877
878 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
879
880 * ui: acl: add improved permission selector
881
882 * services: make reload safer and default to it in gui
883
884 * ui: rework DataStore content Panel
885
886 * ui: add search box to DataStore content
887
888 * ui: DataStoreContent: keep selection and expansion on reload
889
890 * upload_chunk: allow upload of empty blobs
891
892 * fix #2856: also check whole device for device mapper
893
894 * ui: fix error when reloading DataStoreContent
895
896 * ui: fix in-progress snapshots always showing as "Encrypted"
897
898 * update to pxar 0.3 to support negative timestamps
899
900 * fix #2873: if --pattern is used, default to not extracting
901
902 * finish_backup: test/verify manifest at server side
903
904 * finish_backup: add chunk_upload_stats to manifest
905
906 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
907
908 * list_snapshots: Returns new "comment" property (first line from notes)
909
910 * pxar: create: attempt to use O_NOATIME
911
912 * systemd/time: fix weekday wrapping on month
913
914 * pxar: better error handling on extract
915
916 * pxar/extract: fixup path stack for errors
917
918 * datastore: allow browsing signed pxar files
919
920 * GC: use time pre phase1 to calculate min_atime in phase2
921
922 * gui: user: fix #2898 add dialog to set password
923
924 * fix #2909: handle missing chunks gracefully in garbage collection
925
926 * finish_backup: mark backup as finished only after checks have passed
927
928 * fix: master-key: upload RSA encoded key with backup
929
930 * admin-guide: add section explaining master keys
931
932 * backup: only allow finished backups as base snapshot
933
934 * datastore api: only decode unencrypted indices
935
936 * datastore api: verify blob/index csum from manifest
937
938 * sync, blobs and chunk readers: add more checks and verification
939
940 * verify: add more checks, don't fail on first error
941
942 * mark signed manifests as such
943
944 * backup/prune/forget: improve locking
945
946 * backup: ensure base snapshots are still available after backup
947
948 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
949
950 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
951
952 * improve termprocy (console) behavior on updating proxmox-backup-server and
953 other daemon restarts
954
955 * client: improve upload log output and speed calculation
956
957 * fix #2885: client upload: bail on duplicate backup targets
958
959 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
960
961 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
962
963 * pxar: .pxarexclude: match behavior from absolute paths to the one described
964 in the documentation and use byte based paths
965
966 * catalog shell: add exit command
967
968 * manifest: revert signature canonicalization to old behaviour. Fallout from
969 encrypted older backups is expected and was ignored due to the beta status
970 of Proxmox Backup.
971
972 * documentation: various improvements and additions
973
974 * cached user info: print privilege path in error message
975
976 * docs: fix #2851 Add note about GC grace period
977
978 * api2/status: fix datastore full estimation bug if there where (almost) no
979 change for several days
980
981 * schedules, calendar event: support the 'weekly' special expression
982
983 * ui: sync job: group remote fields and use "Source" in labels
984
985 * ui: add calendar event selector
986
987 * ui: sync job: change default to false for "remove-vanished" for new jobs
988
989 * fix #2860: skip in-progress snapshots when syncing
990
991 * fix #2865: detect and skip vanished snapshots
992
993 * fix #2871: close FDs when scanning backup group, avoid leaking
994
995 * backup: list images: handle walkdir error, catch "lost+found" special
996 directory
997
998 * implement AsyncSeek for AsyncIndexReader
999
1000 * client: rework logging upload info like size or bandwidth
1001
1002 * client writer: do not output chunklist for now on verbose=true
1003
1004 * add initial API for listing available updates and updating the APT
1005 database
1006
1007 * ui: add xterm.js console implementation
1008
1009 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
1010
1011 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
1012
1013 * support restoring file attributes from pxar archives
1014
1015 * docs: additions and fixes
1016
1017 * ui: running tasks: update limit to 100
1018
1019 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
1020
1021 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
1022
1023 * ui: add button for easily showing the server fingerprint dashboard
1024
1025 * proxmox-backup-client benchmark: add --verbose flag and improve output
1026 format
1027
1028 * docs: reference PDF variant in HTML output
1029
1030 * proxmox-backup-client: add simple version command
1031
1032 * improve keyfile and signature handling in catalog and manifest
1033
1034 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
1035
1036 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
1037
1038 * fix cross process task listing
1039
1040 * docs: expand datastore documentation
1041
1042 * docs: add remotes and sync-jobs and schedules
1043
1044 * bump pathpatterns to 0.1.2
1045
1046 * ui: align version and user-menu spacing with pve/pmg
1047
1048 * ui: make username a menu-button
1049
1050 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
1051
1052 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
1053
1054 * add TaskButton in header
1055
1056 * simpler lost+found pattern
1057
1058 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
1059
1060 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
1061
1062 * get_disks: don't fail on zfs_devices
1063
1064 * allow some more characters for zpool list
1065
1066 * ui: adapt for new sign-only crypt mode
1067
1068 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
1069
1070 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
1071
1072 * buildsys: also upload debug packages
1073
1074 * src/backup/manifest.rs: rename into_string -> to_string
1075
1076 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
1077
1078 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
1079
1080 * remove authhenticated data blobs (not needed)
1081
1082 * add signature to manifest
1083
1084 * improve docs
1085
1086 * client: introduce --keyfd parameter
1087
1088 * ui improvements
1089
1090 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
1091
1092 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
1093
1094 * implement get_runtime_with_builder
1095
1096 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
1097
1098 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
1099
1100 * implement clone for RemoteChunkReader
1101
1102 * improve docs
1103
1104 * client: add --encryption boolen parameter
1105
1106 * client: use default encryption key if it is available
1107
1108 * d/rules: do not compress .pdf files
1109
1110 * ui: various fixes
1111
1112 * add beta text with link to bugtracker
1113
1114 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
1115
1116 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
1117
1118 * make ReadChunk not require mutable self.
1119
1120 * ui: increase timeout for snapshot listing
1121
1122 * ui: consistently spell Datastore without space between words
1123
1124 * ui: disk create: sync and improve 'add-datastore' checkbox label
1125
1126 * proxmox-backup-client: add benchmark command
1127
1128 * pxar: fixup 'vanished-file' logic a bit
1129
1130 * ui: add verify button
1131
1132 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
1133
1134 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
1135
1136 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
1137
1138 * ui: allow to Forget (delete) backup snapshots
1139
1140 * pxar: deal with files changing size during archiving
1141
1142 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
1143
1144 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
1145
1146 * change api for incremental backups mode
1147
1148 * zfs disk management gui
1149
1150 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
1151
1152 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
1153
1154 * support incremental backups mode
1155
1156 * new disk management
1157
1158 * single file restore for container backups
1159
1160 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
1161
1162 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
1163
1164 * tools/systemd/time: fix compute_next_event for weekdays
1165
1166 * improve display of 'next run' for sync jobs
1167
1168 * fix csum calculation for images which do not have a 'chunk_size' aligned
1169 size
1170
1171 * add parser for zpool list output
1172
1173 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
1174
1175 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
1176
1177 * proxmox-backup-client.rs: implement quiet flag
1178
1179 * client restore: don't add server file ending if already specified
1180
1181 * src/client/pull.rs: also download client.log.blob
1182
1183 * src/client/pull.rs: more verbose logging
1184
1185 * gui improvements
1186
1187 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
1188
1189 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
1190
1191 * ui: move server RRD statistics to 'Server Status' panel
1192
1193 * ui/api: add more server statistics
1194
1195 * ui/api: add per-datastore usage and performance statistics over time
1196
1197 * ui: add initial remote config management panel
1198
1199 * remotes: save passwords as base64
1200
1201 * gather zpool io stats
1202
1203 * various fixes/improvements
1204
1205 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
1206
1207 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
1208
1209 * see git changelog (too many changes)
1210
1211 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
1212
1213 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
1214
1215 * use SectionConfig from proxmox 0.1.18-1
1216
1217 * docs/administration-guide.rst: add small section to explain output-format
1218
1219 * depend on proxmox 0.1.18
1220
1221 * improve cli output format
1222
1223 * catalog shell improvements
1224
1225 * Add zsh completion scripts
1226
1227 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
1228
1229 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
1230
1231 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
1232
1233 * switch to debcargo to generate build-dependencies
1234
1235 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
1236
1237 proxmox-backup (0.1.2) unstable; urgency=medium
1238
1239 * proxmox-backup-api: create cert here
1240
1241 * start_h2_connection: correctly return error during upgrade
1242
1243 * proxy/api: await running workers before shutdown
1244
1245 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
1246
1247 proxmox-backup (0.1.1) unstable; urgency=medium
1248
1249 * proxmox-backup-proxy: create self signed cert at startup
1250
1251 * proxmox-backup-manager.rs: impl. cert update/info
1252
1253 * minor GUI updates
1254
1255 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
1256
1257 proxmox-backup (0.1.0) unstable; urgency=medium
1258
1259 * proper packaging of build-dependencies
1260
1261 * cleanup packaging
1262
1263 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
1264
1265 proxmox-backup (0.1-1) unstable; urgency=medium
1266
1267 [ Proxmox Support Team ]
1268 * first try
1269
1270 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100