public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] report: add prune.cfg to report
@ 2024-01-04 11:10 Stefan Lendl
  2024-01-09  9:06 ` [pbs-devel] applied: " Fabian Grünbichler
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Lendl @ 2024-01-04 11:10 UTC (permalink / raw)
  To: pbs-devel

prune.cfg stores prune job configurations

Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
---
 src/server/report.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/server/report.rs b/src/server/report.rs
index 3a804433..44a7d888 100644
--- a/src/server/report.rs
+++ b/src/server/report.rs
@@ -42,6 +42,7 @@ fn files() -> Vec<(&'static str, Vec<&'static str>)> {
             "Jobs",
             vec![
                 "/etc/proxmox-backup/sync.cfg",
+                "/etc/proxmox-backup/prune.cfg",
                 "/etc/proxmox-backup/verification.cfg",
             ],
         ),
-- 
2.42.0





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

end of thread, other threads:[~2024-01-09  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04 11:10 [pbs-devel] [PATCH proxmox-backup] report: add prune.cfg to report Stefan Lendl
2024-01-09  9:06 ` [pbs-devel] applied: " Fabian Grünbichler

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