mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 15:58:26 +02:00
docs: Updated crypt/cryptdecode docs with additional info
This commit is contained in:
committed by
Nick Craig-Wood
parent
817987dfc4
commit
768ad4de2a
@ -36,6 +36,9 @@ use it like this
|
||||
rclone cryptdecode encryptedremote: encryptedfilename1 encryptedfilename2
|
||||
|
||||
rclone cryptdecode --reverse encryptedremote: filename1 filename2
|
||||
|
||||
Another way to accomplish this is by using the ` + "`rclone backend encode` (or `decode`)" + `command.
|
||||
See the documentation on the ` + "`crypt`" + ` overlay for more info.
|
||||
`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(2, 11, command, args)
|
||||
|
Reference in New Issue
Block a user