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