public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES v4 manager] add protected and notes-template parameters for vzdump
@ 2022-04-27 15:41 Fabian Ebner
  2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 1/7] partially close #438: vzdump: support setting notes-template Fabian Ebner
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Fabian Ebner @ 2022-04-27 15:41 UTC (permalink / raw)
  To: pve-devel

Introduce 'protected' to automatically mark a backup as protected
upon completion, and 'notes-template' to generate notes from a
template string with certain variables.

Add both to the UI for manual backups and add 'notes-template' to the
UI for backup jobs.

Changes from v3:
    * dropped already applied patches
    * also expand \\ and \n and have notes-template be a single line
      so that it can be written to job config
    * die on unexpected variable or escape character


Missing adapt description in common and add something to docs (will do
so tomorrow).


Fabian Ebner (6):
  partially close #438: vzdump: support setting notes-template
  ui: util: add helpers for (un)escaping notes-template
  ui: backup: allow setting protected and notes-template for manual
    backup
  close #438: ui: backup job: allow setting a notes-template for a job
  ui: dc/backup: (un)escape notes-template
  vzdump: generate notes: die upon unexpected escape character or
    variable

Thomas Lamprecht (1):
  ui: dc/backup: move note template to own tab and adapt

 PVE/VZDump.pm                 | 38 ++++++++++++++++++++++++++
 www/manager6/Utils.js         | 16 +++++++++++
 www/manager6/dc/Backup.js     | 51 ++++++++++++++++++++++++++++++++++-
 www/manager6/window/Backup.js | 34 ++++++++++++++++++++++-
 4 files changed, 137 insertions(+), 2 deletions(-)

-- 
2.30.2





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-28 16:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 15:41 [pve-devel] [PATCH-SERIES v4 manager] add protected and notes-template parameters for vzdump Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 1/7] partially close #438: vzdump: support setting notes-template Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 2/7] ui: util: add helpers for (un)escaping notes-template Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 3/7] ui: backup: allow setting protected and notes-template for manual backup Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 4/7] close #438: ui: backup job: allow setting a notes-template for a job Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 5/7] ui: dc/backup: move note template to own tab and adapt Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 6/7] ui: dc/backup: (un)escape notes-template Fabian Ebner
2022-04-27 15:41 ` [pve-devel] [PATCH v4 manager 7/7] vzdump: generate notes: die upon unexpected escape character or variable Fabian Ebner
2022-04-28 16:30 ` [pve-devel] applied-series: [PATCH-SERIES v4 manager] add protected and notes-template parameters for vzdump Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal