From e5a70fb18eeac7b8cdb25d89a137f7dd807c94b2 Mon Sep 17 00:00:00 2001 From: Alex Karpov Date: Mon, 1 Jul 2024 12:12:38 +0300 Subject: [PATCH] NAS-129760: Rename "Take Snapshot" in Cloud Sync task --- .../helptext/data-protection/cloudsync/cloudsync.ts | 11 +++++++++-- .../system/advanced/advanced-settings.component.html | 2 +- src/assets/i18n/af.json | 2 ++ src/assets/i18n/ar.json | 2 ++ src/assets/i18n/ast.json | 2 ++ src/assets/i18n/az.json | 2 ++ src/assets/i18n/be.json | 2 ++ src/assets/i18n/bg.json | 2 ++ src/assets/i18n/bn.json | 2 ++ src/assets/i18n/br.json | 2 ++ src/assets/i18n/bs.json | 2 ++ src/assets/i18n/ca.json | 2 ++ src/assets/i18n/cs.json | 2 ++ src/assets/i18n/cy.json | 2 ++ src/assets/i18n/da.json | 2 ++ src/assets/i18n/de.json | 2 ++ src/assets/i18n/dsb.json | 2 ++ src/assets/i18n/el.json | 2 ++ src/assets/i18n/en-au.json | 2 ++ src/assets/i18n/en-gb.json | 2 ++ src/assets/i18n/en.json | 2 ++ src/assets/i18n/eo.json | 2 ++ src/assets/i18n/es-ar.json | 2 ++ src/assets/i18n/es-co.json | 2 ++ src/assets/i18n/es-mx.json | 2 ++ src/assets/i18n/es-ni.json | 2 ++ src/assets/i18n/es-ve.json | 2 ++ src/assets/i18n/es.json | 2 ++ src/assets/i18n/et.json | 2 ++ src/assets/i18n/eu.json | 2 ++ src/assets/i18n/fa.json | 2 ++ src/assets/i18n/fi.json | 2 ++ src/assets/i18n/fr.json | 2 ++ src/assets/i18n/fy.json | 2 ++ src/assets/i18n/ga.json | 2 ++ src/assets/i18n/gd.json | 2 ++ src/assets/i18n/gl.json | 2 ++ src/assets/i18n/he.json | 2 ++ src/assets/i18n/hi.json | 2 ++ src/assets/i18n/hr.json | 2 ++ src/assets/i18n/hsb.json | 2 ++ src/assets/i18n/hu.json | 2 ++ src/assets/i18n/ia.json | 2 ++ src/assets/i18n/id.json | 2 ++ src/assets/i18n/io.json | 2 ++ src/assets/i18n/is.json | 2 ++ src/assets/i18n/it.json | 2 ++ src/assets/i18n/ja.json | 2 ++ src/assets/i18n/ka.json | 2 ++ src/assets/i18n/kk.json | 2 ++ src/assets/i18n/km.json | 2 ++ src/assets/i18n/kn.json | 2 ++ src/assets/i18n/ko.json | 2 ++ src/assets/i18n/lb.json | 2 ++ src/assets/i18n/lt.json | 2 ++ src/assets/i18n/lv.json | 2 ++ src/assets/i18n/mk.json | 2 ++ src/assets/i18n/ml.json | 2 ++ src/assets/i18n/mn.json | 2 ++ src/assets/i18n/mr.json | 2 ++ src/assets/i18n/my.json | 2 ++ src/assets/i18n/nb.json | 2 ++ src/assets/i18n/ne.json | 2 ++ src/assets/i18n/nl.json | 2 ++ src/assets/i18n/nn.json | 2 ++ src/assets/i18n/os.json | 2 ++ src/assets/i18n/pa.json | 2 ++ src/assets/i18n/pl.json | 2 ++ src/assets/i18n/pt-br.json | 2 ++ src/assets/i18n/pt.json | 2 ++ src/assets/i18n/ro.json | 2 ++ src/assets/i18n/ru.json | 2 ++ src/assets/i18n/sk.json | 2 ++ src/assets/i18n/sl.json | 2 ++ src/assets/i18n/sq.json | 2 ++ src/assets/i18n/sr-latn.json | 2 ++ src/assets/i18n/sr.json | 2 ++ src/assets/i18n/strings.json | 2 ++ src/assets/i18n/sv.json | 2 ++ src/assets/i18n/sw.json | 2 ++ src/assets/i18n/ta.json | 2 ++ src/assets/i18n/te.json | 2 ++ src/assets/i18n/th.json | 2 ++ src/assets/i18n/tr.json | 2 ++ src/assets/i18n/tt.json | 2 ++ src/assets/i18n/udm.json | 2 ++ src/assets/i18n/uk.json | 2 ++ src/assets/i18n/vi.json | 2 ++ src/assets/i18n/zh-hans.json | 2 ++ src/assets/i18n/zh-hant.json | 2 ++ 90 files changed, 186 insertions(+), 3 deletions(-) diff --git a/src/app/helptext/data-protection/cloudsync/cloudsync.ts b/src/app/helptext/data-protection/cloudsync/cloudsync.ts index bab8347cab3..85f0fd59261 100644 --- a/src/app/helptext/data-protection/cloudsync/cloudsync.ts +++ b/src/app/helptext/data-protection/cloudsync/cloudsync.ts @@ -77,8 +77,15 @@ export const helptextCloudSync = { transfer_mode_warning_move: T('MOVE: After files are copied from the source to the destination, they are\ deleted from the source. Files with the same names on the destination are overwritten.'), - snapshot_placeholder: T('Take Snapshot'), - snapshot_tooltip: T('Set to take a snapshot of the dataset before a PUSH.'), + snapshot_placeholder: T('Use Snapshot'), + snapshot_tooltip: T('This option ensures data consistency by creating a snapshot at the\ + start of the backup or synchronization task. The process involves the following steps:

\ + 1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

\ + 2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization,\ + ensuring that the data remains consistent and unchanged during the operation.

\ + 3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

\ + This mechanism guarantees that the backup or synchronization task captures an exact state of your\ + data at the start, even if changes occur during the process.'), pre_script_placeholder: T('Pre-script'), pre_script_tooltip: T('Script to execute before running sync.'), diff --git a/src/app/pages/system/advanced/advanced-settings.component.html b/src/app/pages/system/advanced/advanced-settings.component.html index c5487db5abc..06323e690de 100644 --- a/src/app/pages/system/advanced/advanced-settings.component.html +++ b/src/app/pages/system/advanced/advanced-settings.component.html @@ -14,7 +14,7 @@ - + diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index a8c10627040..86867010a31 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -3921,6 +3921,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4140,6 +4141,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index d6bae0d7f71..6f7a2476036 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -2964,6 +2964,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -3124,6 +3125,7 @@ "Use Custom ACME Server Directory URI": "", "Use FQDN for Logging": "", "Use Preset": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index 1455e50d6c1..cc3565b22c3 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -2100,6 +2100,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This session is current and cannot be terminated": "", "This view is not available for this enclosure.": "", @@ -2234,6 +2235,7 @@ "Usage Collection": "", "Use Custom ACME Server Directory URI": "", "Use Preset": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", "Use snapshot {snapshot} to roll {dataset} back to {datetime}?": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index dc180f167c8..bf44accda79 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -4130,6 +4130,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4348,6 +4349,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 7973c60b169..0cc840e9b14 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -639,6 +639,7 @@ "Terminal": "", "Terminate Other User Sessions": "", "Test": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "Ticket": "", "Time Server": "", "Timestamp": "", @@ -668,6 +669,7 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", + "Use Snapshot": "", "User Execute": "", "User List": "", "User Read": "", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 6d0c1dd470c..83001b7eb88 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -4131,6 +4131,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4363,6 +4364,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index af1cc689d3d..8312098a272 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -3833,6 +3833,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4049,6 +4050,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index 973970f9704..86560688ebd 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -3858,6 +3858,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4090,6 +4091,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index bdd04cb6e06..e9c908654ff 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -4341,6 +4341,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4573,6 +4574,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index 6f408d5b418..76190d3d9e8 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -485,6 +485,7 @@ "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", "This node is currently configuring the system dataset.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This view is not available for this enclosure.": "", "Ticket": "", "Time Server": "", @@ -509,6 +510,7 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", + "Use Snapshot": "", "User List": "", "User Management": "", "User Quota Manager": "", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index e5eed7710af..e6e850098fe 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -4260,6 +4260,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4492,6 +4493,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index c7ae6e6695e..034296302f8 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -4284,6 +4284,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4516,6 +4517,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index 02129290fd8..91c8486683a 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -2342,6 +2342,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -2475,6 +2476,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index 5467994cf8d..4b1b6fb2d75 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -2553,6 +2553,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -2692,6 +2693,7 @@ "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use FQDN for Logging": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 381c21255b4..ae989879589 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -1111,6 +1111,7 @@ "This field remains empty until a token is obtained.\n Choose the category that best describes the bug or feature being reported.": "", "This information is provided by the catalog maintainer.": "", "This node is currently configuring the system dataset.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This session is current and cannot be terminated": "", "This view is not available for this enclosure.": "", @@ -1166,6 +1167,7 @@ "Uploading and Applying Config": "", "Usage Collection": "", "Use Custom ACME Server Directory URI": "", + "Use Snapshot": "", "User Execute": "", "User List": "", "User Management": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 647706acc48..c8b981a8f4b 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -4347,6 +4347,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -4579,6 +4580,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use all disk space": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 027896cd672..5bea9e6996e 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -553,6 +553,7 @@ "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", "This node is currently configuring the system dataset.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This view is not available for this enclosure.": "", "Ticket": "", "Time Server": "", @@ -579,6 +580,7 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", + "Use Snapshot": "", "User List": "", "User Management": "", "User Quota Manager": "", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 8d6757f43e5..94153780102 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -3551,6 +3551,7 @@ "This node is currently configuring the system dataset.": "", "This node is currently processing a failover event.": "", "This option controls how metadata and alternate data streams read write to disks. Only enable this when the share configuration was migrated from the deprecated Apple Filing Protocol (AFP). Do not attempt to force a previous AFP share to behave like a pure SMB share or file corruption can occur.": "", + "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool contains the system dataset that stores critical data like debugging core files, encryption keys for pools, and Samba 4 metadata such as the user/group cache and share level permissions. Exporting this pool will transfer the system dataset to another available pool. If the only available pool is encrypted, that pool will no longer be able to be locked. When no other pools exist, the system dataset transfers back to the TrueNAS operating system device.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", "This process continues in the background after closing this dialog.": "", @@ -3740,6 +3741,7 @@ "Use FQDN for Logging": "", "Use Preset": "", "Use Signature Version 2": "", + "Use Snapshot": "", "Use Sudo For ZFS Commands": "", "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "",