Skip to content

Commit 106447a

Browse files
Merge pull request #2893 from truenas/PD-1257-backup-to-google-photos-must-select-albums-as-destination-folder
Pd 1257 backup to google photos must select albums as destination folder
2 parents 8f02ae1 + b0131a8 commit 106447a

21 files changed

+186
-48
lines changed

content/SCALE/SCALETutorials/DataProtection/CloudSyncTasks/AddGooglePhotosCloudSyncTask.md

+174-37
Large diffs are not rendered by default.

content/SCALE/SCALEUIReference/DataProtection/CloudSyncTasksScreensSCALE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The **Manage Credentials** link opens the [Backup Credentials]({{< relref "/SCAL
116116
|----------|-------------|
117117
| **Description** | Enter a description of the cloud sync task. |
118118
| **Direction** | Select a direction option from the dropdown list. **PUSH** sends data to cloud storage. **PULL** receives data from cloud storage and is the default setting. |
119-
| **Transfer Mode** | Select the transfer mode type from the dropdown list. To keep all files identical between the two storage locations, select **SYNC**. This changes files on the destination to match those on the source. If a file does not exist on the source, it is also deleted from the destination. There are three options:<br><li>**COPY** - Select to duplicate each source file into the destination and overwrite destination files using the same source. Copies files from the source to the destination. If files with the same names are present on the destination, they are overwritten.<br><li>**MOVE** - Select to transfer files from the source to the destination and delete source files. Copies files from the source to the destination and then deletes them from the source. Files with the same names on the destination are overwritten.<br><li>**SYNC** - Select to change files on the destination to match those on the source. If a file does not exist on the source, it is also deleted from the destination.</li> |
119+
| **Transfer Mode** | Select the transfer mode type from the dropdown list. There are three options:<br><li>**COPY** - Select to duplicate each source file into the destination. If files with the same names are present on the destination, they are overwritten.<br><li>**MOVE** - Select to transfer files from the source to the destination and delete source files. Copies files from the source to the destination and then deletes them from the source. Files with the same names on the destination are overwritten.<br><li>**SYNC** - Select to change files on the destination to match those on the source. If a file does not exist on the source, it is also deleted from the destination.</li> |
120120
| **Directory/Files** | Enter or click the <span class="material-icons">arrow_right</span> arrow to the left of **/mnt** folder to expand and show datasets and directories within that folder. When you locate the dataset or directory location to send to the cloud for push syncs, or as the destination to write to for pull syncs. Be cautious with pull destinations to avoid overwriting existing files. Click the <span class="material-icons">arrow_right</span> arrow to the left of **/mnt** folder again to collapse the directory tree. |
121121
{{< /truetable >}}
122122

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
+11-10
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
&NewLine;
22

3-
To add a cloud sync task, go to **Data Protection > Cloud Sync Tasks** and click **Add**. The **Cloudsync Task Wizard** opens.
3+
To add a cloud sync task, go to **Data Protection > Cloud Sync Tasks** and click **Add**. The **Cloud Sync Task Wizard** opens.
44

5-
![CloudSyncTaskWizardProviderScreen](/images/SCALE/DataProtection/CloudSyncTaskWizardProviderScreen.png "Cloudsync Task Wizard Provider")
5+
{{< trueimage src="/images/SCALE/DataProtection/CloudSyncTaskWizardProviderScreen.png" alt="Cloud Sync Task Wizard" id="Cloud Sync Task Wizard" >}}
66

77
1. Select an existing backup credential from the **Credential** dropdown list.
8+
89
If not already added as a cloud credential, click **Add New** to open the **Cloud Credentials** screen to add the credential.
910
Click **Save** to close the screen and return to the wizard.
1011

11-
2. Click **Next** to open the **Where and When** wizard screen.
12+
Click **Verify Credential** to ensure the credentials are valid then click **Next**.
1213

13-
![CloudSyncTaskWizardWhatandWhenScreen](/images/SCALE/DataProtection/CloudSyncTaskWizardWhatandWhenScreen.png "Cloudsync Task Wizard What and When")
14-
15-
3. Select the option from **Direction** and in **Transfer Mode**.
14+
2. Select the option from **Direction** and in **Transfer Mode**.
1615
Select the location where to pull from or push data to in the **Folder** field.
1716

18-
4. Select the dataset location in **Directory/Files**. Browse to the dataset to use on SCALE for data storage.
17+
{{< trueimage src="/images/SCALE/DataProtection/CloudSyncTaskWizardWhatandWhenScreen.png" alt="Cloud Sync Task Wizard What and When" id="Cloud Sync Task Wizard - What and When" >}}
18+
19+
3. Select the dataset location in **Directory/Files**. Browse to the dataset to use on SCALE for data storage.
1920
Click the arrow to the left of the name to expand it, then click on the name to select it.
2021

2122
If **Direction** is set to **PUSH**, click on the folder icon to add **/** to the **Folder** field.
2223

2324
{{< include file="/static/includes/FileExplorerFolderIcons.md" >}}
2425

25-
5. Cloud provider settings change based on the credential you select. Select or enter the required settings that include where files are stored.
26+
4. Select or enter the required settings that include where files are stored. Cloud provider settings change based on the credential selected.
2627
If shown, select the bucket on the **Bucket** dropdown list.
2728

28-
6. Select the time to run the task from the **Schedule** options.
29+
5. Select the time to run the task from the **Schedule** options.
2930

30-
7. Click **Save** to add the task.
31+
6. Click **Save** to add the task.
3132

3233
Use **Dry Run** to test the configuration before clicking **Save** or select the option on the **Cloud Sync Task** widget after you click **Save**.
3334
TrueNAS adds the task to the **Cloud Sync Task** widget with the **Pending** status until the task runs on schedule.

0 commit comments

Comments
 (0)