Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PD-1706 / 25.04 / PD-1706-document-new-cloud-backup-option #3463

Merged
merged 5 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,11 @@ The **Remote** settings specify the TrueCloud credential and destination storage

{{< trueimage src="/images/SCALE/DataProtection/AddTrueCloudTaskAdvancedOptions.png" alt="Add TrueCloud Backup Task - Advanced Options" id="Add TrueCloud Backup Task - Advanced Options" >}}

<!-- <to be re-added to the table at a later date> | **Take Snapshot** | Select to take a snapshot before transferring data to the specified cloud provider like Storj. This option is not available to datasets with child datasets. |-->

{{< truetable >}}
| Settings | Description |
|----------|-------------|
| **Pre-Script** | (For advanced users only) Enter a script to execute before running the task. See **Script Environment Variables** list below for variables you can use in scripts. See the [Managing TrueCloud Backup Tasks tutorial]({{< relref "TrueCloudTasks.md #using-advanced-options" >}}) for more information. |
| **Post-Script** | (For advanced users only) Enter a script to execute after running the task. See **Script Environment Variables** list below for variables you can use in scripts. See the [Managing TrueCloud Backup Tasks tutorial]({{< relref "TrueCloudTasks.md #using-advanced-options" >}}) for more information. |
| **Exclude** | Enter a list of files and directories to exclude from backup. Separate entries by pressing <kbdEnter</kbd>. See [restic exclude patterns](https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files) for more details about the `--exclude option`. |
| **Take Snapshot** | Check the box to set the TrueCloud Backup Task to take a snapshot of the dataset before a push. |
| **Use Absolute Paths** | Check the box to ensure that restic backups will contain absolute paths. If you don't check this box, the restic backup will contain relative paths. |
| **Pre-Script** | (For advanced users only) Enter a script to execute before running the task. See the [Managing TrueCloud Backup Tasks tutorial]({{< relref "TrueCloudTasks.md #using-advanced-options" >}}) for more information. See **Script Environment Variables** below for a list of variables for scripts. |
| **Post-Script** | (For advanced users only) Enter a script to execute after running the task. See the [Managing TrueCloud Backup Tasks tutorial]({{< relref "TrueCloudTasks.md #using-advanced-options" >}}) for more information. See **Script Environment Variables** below for a list of variables for scripts. |
| **Exclude** | Enter a list of files and directories to exclude from the backup. Separate entries by pressing <kbd>Enter</kbd>. See [restic exclude patterns](https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files) for more information about the `--exclude` option and proper syntax. |
Expand All @@ -207,4 +204,4 @@ The following environment variables can be used in pre and post-scripts.
| Settings | Description |
|----------|-------------|
| **Transfer Settings** | Select the option from the dropdown list to set the number of simultaneous file transfers to allow. Options:<br><li>**Default** - Select to use the Restic PACK_SIZE of 16 Mib and READ_CONCURRENCY to two files.<br><li>**Perfromance** - Select to set the Restic PACK_SIZE to 29 MiB and READ_CONCURRENCY to two files.<br><li>**Fast Storage** - Select to set the Restic PACK_SIZE to 58 MiB and READ_CONCURRENCY to 100 files.</li>  |
{{< /truetable >}}
{{< /truetable >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading