-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --delete flag to timer create transfer (#1017)
* Added --delete flag to timer create transfer * Update transfer --delete helptext
- Loading branch information
1 parent
0718b38
commit 0237dd0
Showing
4 changed files
with
74 additions
and
19 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
### Enhancements | ||
|
||
* Added a `--delete` flag to `globus timer create transfer` to mirror | ||
`globus transfer --delete` functionality. | ||
|
||
This option will delete files, directories, and symlinks on the destination endpoint | ||
which don’t exist on the source endpoint or are a different type. Only applies for | ||
recursive directory transfers. |
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