Enhancement request for additional Cloud Sync Task parameters.
Description
Activity
Kris Moore July 18, 2024 at 5:56 PM
Thank you for submitting this feature request! To better accommodate and gauge community interest for future versions of TrueNAS we have moved the submission process to our TrueNAS Community Forums. If this feature is still important and relevant for consideration, please refer to the links below on how to submit it for community voting and TrueNAS roadmap review.
Feature Requests Forum:
https://forums.truenas.com/c/features/12
Feature Requests FAQ:
https://forums.truenas.com/t/about-the-feature-requests-category-readme-first/8802
Michele Lucini August 16, 2023 at 1:54 AM
I’d also like to be able to add arbitrary cmd line parameters to the rclone command….
Arthur Tucker July 14, 2023 at 7:19 PM
I would like the ability to add arbitrary parameters as well.
Mostly looking for --ftp-tls
and --ftp-encoding
at the moment, but being able to write any parameter would be amazing.
Marion Z. April 29, 2023 at 12:24 PM
I would like to have additional parameters. I’m having timeout errors on my Webdav server, which requires adding --timeout 0 on rclone.
SKiZZ August 13, 2022 at 4:03 PM
Yes, but this attribute was set when setting up my rclone containers initially and if it’s not checked it doesnt recognize them as it sets a different encryption specifically for directory names. This is an additional layer of confidentiality if some were to try and brute force the decryption.
I am requesting that 'directory_name_encryption = true' be made configurable in the GUI for 'Cloud Sync Tasks' for additional security.
i.e.
[gdrive]
type = drive
client_id = myid
client_secret = mysecret
scope = drive
token = {"access_token":"my_access_token","token_type":"Bearer","refresh_token":"my_refresh_token","expiry":"2020-02-27T17:09:07.374648959+02:00"}
root_folder_id = myrootfolderid
[test]
type = crypt
remote = gdrive:
filename_encryption = standard
directory_name_encryption = true
password = mypass1
password2 = mypass2