From 7e543a64e4b3675fed02428fe27e38aaf0b951ec Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 6 Aug 2025 13:53:21 +0200 Subject: [PATCH] Only rsync format supports hardlinks, chown and preserving of fs attributes --- .../src/components/BackupProviderForm.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/src/components/BackupProviderForm.vue b/dashboard/src/components/BackupProviderForm.vue index e7c1f3b90..c908d24b8 100644 --- a/dashboard/src/components/BackupProviderForm.vue +++ b/dashboard/src/components/BackupProviderForm.vue @@ -194,15 +194,6 @@ onMounted(async () => { - - - - - - - - - @@ -280,5 +271,14 @@ onMounted(async () => {
{{ $t('backups.configureBackupStorage.s3LikeNote') }}
+ + + + + + + + +