forked from KevinJump/uSync-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing typos, capitalisation, repeated words; rephrasing sentences
- Loading branch information
Showing
10 changed files
with
104 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
# uSync Action File | ||
|
||
The usync action file | ||
The uSync action file | ||
|
||
```bash | ||
uSyncActions.config | ||
``` | ||
|
||
Is placed in the root of the uSync folder when ever a delete (or certain type of rename) | ||
Is placed in the root of the uSync folder whenever a delete (or certain type of rename) | ||
is detected by uSync. | ||
|
||
The action file is used on imports to make sure we delete things that are no longer | ||
needed on the umbraco site. | ||
The action file is used on imports to make sure we delete things that are no longer needed on the Umbraco site. | ||
|
||
# Full Exports | ||
|
||
When you perform a full export everything is cleaned from the disk, and recreated as | ||
an export - prior to v3.2.3 exports would wipe the uSyncActions.config file as part | ||
When you perform a full export, everything is cleaned from the disk, and recreated as | ||
an export. Prior to v3.2.3, exports would wipe the uSyncActions.config file as part | ||
of this process, but we found this could cause problems as the target systems then | ||
didn't know about any deletes that might have happened previously. | ||
wouldn't know about any deletes that might have happened previously. | ||
|
||
in v3.2.3 we have introduced an option to keep or delete the action file on a full | ||
In v3.2.3 we have introduced an option to keep or delete the action file on a full | ||
export. | ||
|
||
It is now recommended that you keep the action file on a full export, as this will | ||
at least make sure that all downstream installs of umbraco will at least know of | ||
make sure that all downstream installs of Umbraco will at least know of | ||
any deletes. | ||
|
||
You will only want to delete the action file once you are sure that all possible | ||
orphaned items have been removed from all of your umbraco instanced. | ||
orphaned items have been removed from all of your Umbraco instances. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.