From e45afe460b5d78337bd5f97876425756b9afcfc7 Mon Sep 17 00:00:00 2001 From: Your Name <j@842.be> Date: Sun, 18 May 2025 15:43:19 +1200 Subject: [PATCH] Backups seem to be working . --- source/src/commands/backupdata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/src/commands/backupdata.cpp b/source/src/commands/backupdata.cpp index dadf175..b801dba 100644 --- a/source/src/commands/backupdata.cpp +++ b/source/src/commands/backupdata.cpp @@ -33,8 +33,8 @@ struct BackupDataCommandRegister { false, // hidden true, // requires_config true, // requires_install - 0, // min_args (after command) - 1, // max_args (after command) + 2, // min_args (after command) + 2, // max_args (after command) "backupdata SERVER SERVICE", "Backup data for a service on a server.", // heredoc