Qnap [ RClone ] [ 1.61.1 ] RSync for Cloud Storage

Bonjour,

est-ce compatible avec le modèle 112p dont le dernier firmware est en 4.3.3?

Il faut prendre la version ARM X19 pour tester?

J'ai peur de faire des bêtises d'où mes questions.
 
QoolBox a dit:
faut essayer... ces NAS sont fin de vie.. et aucun armv5 pour tester

Ca s'installe et l'interface apparait, sauf que lorsque je configure le cloud google drive, il n'arrive pas à m'afficher la popup d'autorisation après avois mis le Client_id ainsi que le Secret.

J'obtiens les messages suivants en haut à droite dans un cadre rouge:

" Error creating config. Error: Network Error "

De plus, après ça la page ne peut plus s'ouvrir une fois qu'on l'a quitté (je suppose le cache donne l'illusion que la navigation est OK mais en réalité non), j'arrêtes Rclone manuellement pour le refaire vivre.


J'ai tenté avec Putty de me log avec le compte administrateur, la commande rclone ne réponds pas.

Je n'arrive pas à trouver ou est situé l'installation, afin que je tentes de lancer la configuration par ligne de commande.

J'ai tenté de cherché le dossier /opt/Rclone , sans succès.
J'ai eu cette idée suite au message de la page précédente:
QoolBox a dit:
oui j'ai changé la HOME dans le package pour la partie WebUI

pour ceux qui ont déjà une config en place... avec les anciennes versions

en ligne de commande il te suffit de faire un :

export HOME=/opt/RClone

et tes fichiers se retourveront au même endroit que ceux de la WebUI

/root fait parti du ramdisk... tu ne veux pas le saturer quand même :geek:

Si je connais l'arborescence du dossier je pourrai contourner le souci en copiant ma config rclone déjà fonctionnelle.

Merci d'avance de m'aider.
 
difficile de t'aider pour ma part

essaye peut être de créer une issue sur le github de RClone ..
ils pourront sans doute t'aider
 
J'ai réussi à mettre rclone via entware 3.x.

Parcontre, par la suite, j'ai tenté de repartir à zéro, mais je n'arrives pas à prendre les packages suivant dans le Qnapclub Store:
- Entware-std 3X
- RunLast

Pour ce dernier j'ai pris le package NASARM, mais bon finalement ce n'est pas le bon on dirait, l'installation coince à 75%.
J'ai tenté X19, idem.
Une idée du bon choix pour mon vieux TS-112p?

Je commence à fatiguer, je vais virer tout avec rm -rf /opt/* voir si c'est mieux en repartant de zéro.

Au passage, j'ai trouvé comment avoir le chemin d'accès de Rclone:
which rclone
Sources:
https://forum.qnap.com/viewtopic.php?p=730171#p730171
https://forum.qnap.com/viewtopic.php?f=320&t=123914&start=75#p733091
 
QoolBox a dit:
plus trop d'idée

Ok pas grave, je vais me débrouiller seul.

Possible de mettre à disposition les packages Entware-std 1.03 ainsi que RunLast201223 afin de pouvoir les récupérer directement dans votre Store?

J'ai ce message pour Entware:
[App Center] Failed to download Entware-std from https://www.qnapclub.eu/fr/qpkg/model/download/471841/Entware_1.03std.qpkg.
 
v1.55.1 - 2021-04-26


Code:
Bug Fixes
selfupdate
Dont detect FUSE if build is static (Ivan Andreev)
Add build tag noselfupdate (Ivan Andreev)
sync: Fix incorrect error reported by graceful cutoff (Nick Craig-Wood)
install.sh: fix macOS arm64 download (Nick Craig-Wood)
build: Fix version numbers in android branch builds (Nick Craig-Wood)
docs
Contributing.md: update setup instructions for go1.16 (Nick Gaya)
WinFsp 2021 is out of beta (albertony)
Minor cleanup of space around code section (albertony)
Fixed some typos (albertony)
VFS
Fix a code path which allows dirty data to be removed causing data loss (Nick Craig-Wood)
Compress
Fix compressed name regexp (buengese)
Drive
Fix backend copyid of google doc to directory (Nick Craig-Wood)
Don't open browser when service account... (Ansh Mittal)
Dropbox
Add missing team_data.member scope for use with --impersonate (Nick Craig-Wood)
Fix About after scopes changes - rclone config reconnect needed (Nick Craig-Wood)
Fix Unable to decrypt returned paths from changeNotify (Nick Craig-Wood)
FTP
Fix implicit TLS (Ivan Andreev)
Onedrive
Work around for random "Unable to initialize RPS" errors (OleFrost)
SFTP
Revert sftp library to v1.12.0 from v1.13.0 to fix performance regression (Nick Craig-Wood)
Fix Update ReadFrom failed: failed to send packet: EOF errors (Nick Craig-Wood)
Zoho
Fix error when region isn't set (buengese)
Do not ask for mountpoint twice when using headless setup (buengese)
v1.55.0 - 2021-03-31
See commits

New commands
selfupdate (Ivan Andreev)
Allows rclone to update itself in-place or via a package (using --package flag)
Reads cryptographically signed signatures for non beta releases
Works on all OSes.
test - these are test commands - use with care!
histogram - Makes a histogram of file name characters.
info - Discovers file name or other limitations for paths.
makefiles - Make a random file hierarchy for testing.
memory - Load all the objects at remote:path into memory and report memory stats.
New Features
Connection strings
Config parameters can now be passed as part of the remote name as a connection string.
For example to do the equivalent of --drive-shared-with-me use drive,shared_with_me:
Make sure we don't save on the fly remote config to the config file (Nick Craig-Wood)
Make sure backends with additional config have a different name for caching (Nick Craig-Wood)
This work was sponsored by CERN, through the CS3MESH4EOSC Project.
CS3MESH4EOSC has received funding from the European Union’s Horizon 2020
research and innovation programme under Grant Agreement no. 863353.
build
Update go build version to go1.16 and raise minimum go version to go1.13 (Nick Craig-Wood)
Make a macOS ARM64 build to support Apple Silicon (Nick Craig-Wood)
Install macfuse 4.x instead of osxfuse 3.x (Nick Craig-Wood)
Use GO386=softfloat instead of deprecated GO386=387 for 386 builds (Nick Craig-Wood)
Disable IOS builds for the time being (Nick Craig-Wood)
Androids builds made with up to date NDK (x0b)
Add an rclone user to the Docker image but don't use it by default (cynthia kwok)
dedupe: Make largest directory primary to minimize data moved (Saksham Khanna)
config
Wrap config library in an interface (Fionera)
Make config file system pluggable (Nick Craig-Wood)
--config "" or "/notfound" for in memory config only (Nick Craig-Wood)
Clear fs cache of stale entries when altering config (Nick Craig-Wood)
copyurl: Add option to print resulting auto-filename (albertony)
delete: Make --rmdirs obey the filters (Nick Craig-Wood)
docs - many fixes and reworks from edwardxml, albertony, pvalls, Ivan Andreev, Evan Harris, buengese, Alexey Tabakman
encoder/filename - add SCSU as tables (Klaus Post)
Add multiple paths support to --compare-dest and --copy-dest flag (K265)
filter: Make --exclude "dir/" equivalent to --exclude "dir/**" (Nick Craig-Wood)
fshttp: Add DSCP support with --dscp for QoS with differentiated services (Max Sum)
lib/cache: Add Delete and DeletePrefix methods (Nick Craig-Wood)
lib/file
Make pre-allocate detect disk full errors and return them (Nick Craig-Wood)
Don't run preallocate concurrently (Nick Craig-Wood)
Retry preallocate on EINTR (Nick Craig-Wood)
operations: Made copy and sync operations obey a RetryAfterError (Ankur Gupta)
rc
Add string alternatives for setting options over the rc (Nick Craig-Wood)
Add options/local to see the options configured in the context (Nick Craig-Wood)
Add _config parameter to set global config for just this rc call (Nick Craig-Wood)
Implement passing filter config with _filter parameter (Nick Craig-Wood)
Add fscache/clear and fscache/entries to control the fs cache (Nick Craig-Wood)
Avoid +Inf value for speed in core/stats (albertony)
Add a full set of stats to core/stats (Nick Craig-Wood)
Allow fs= params to be a JSON blob (Nick Craig-Wood)
rcd: Added systemd notification during the rclone rcd command. (Naveen Honest Raj)
rmdirs: Make --rmdirs obey the filters (Nick Craig-Wood)
version: Show build tags and type of executable (Ivan Andreev)
Bug Fixes
install.sh: make it fail on download errors (Ivan Andreev)
Fix excessive retries missing --max-duration timeout (Nick Craig-Wood)
Fix crash when --low-level-retries=0 (Nick Craig-Wood)
Fix failed token refresh on mounts created via the rc (Nick Craig-Wood)
fshttp: Fix bandwidth limiting after bad merge (Nick Craig-Wood)
lib/atexit
Unregister interrupt handler once it has fired so users can interrupt again (Nick Craig-Wood)
Fix occasional failure to unmount with CTRL-C (Nick Craig-Wood)
Fix deadlock calling Finalise while Run is running (Nick Craig-Wood)
lib/rest: Fix multipart uploads not stopping on context cancel (Nick Craig-Wood)
Mount
Allow mounting to root directory on windows (albertony)
Improved handling of relative paths on windows (albertony)
Fix unicode issues with accented characters on macOS (Nick Craig-Wood)
Docs: document the new FileSecurity option in WinFsp 2021 (albertony)
Docs: add note about volume path syntax on windows (albertony)
Fix caching of old directories after renaming them (Nick Craig-Wood)
Update cgofuse to the latest version to bring in macfuse 4 fix (Nick Craig-Wood)
VFS
--vfs-used-is-size to report used space using recursive scan (tYYGH)
Don't set modification time if it was already correct (Nick Craig-Wood)
Fix Create causing windows explorer to truncate files on CTRL-C CTRL-V (Nick Craig-Wood)
Fix modtimes not updating when writing via cache (Nick Craig-Wood)
Fix modtimes changing by fractional seconds after upload (Nick Craig-Wood)
Fix modtime set if --vfs-cache-mode writes/full and no write (Nick Craig-Wood)
Rename files in cache and cancel uploads on directory rename (Nick Craig-Wood)
Fix directory renaming by renaming dirs cached in memory (Nick Craig-Wood)
Local
Add flag --local-no-preallocate (David Sze)
Make nounc an advanced option except on Windows (albertony)
Don't ignore preallocate disk full errors (Nick Craig-Wood)
Cache
Add --fs-cache-expire-duration to control the fs cache (Nick Craig-Wood)
Crypt
Add option to not encrypt data (Vesnyx)
Log hash ok on upload (albertony)
Azure Blob
Add container public access level support. (Manish Kumar)
B2
Fix HTML files downloaded via cloudflare (Nick Craig-Wood)
Box
Fix transfers getting stuck on token expiry after API change (Nick Craig-Wood)
Chunker
Partially implement no-rename transactions (Maxwell Calman)
Drive
Don't stop server side copy if couldn't read description (Nick Craig-Wood)
Pass context on to drive SDK - to help with cancellation (Nick Craig-Wood)
Dropbox
Add polling for changes support (Robert Thomas)
Make --timeout 0 work properly (Nick Craig-Wood)
Raise priority of rate limited message to INFO to make it more noticeable (Nick Craig-Wood)
Fichier
Implement copy & move (buengese)
Implement public link (buengese)
FTP
Implement Shutdown method (Nick Craig-Wood)
Close idle connections after --ftp-idle-timeout (1m by default) (Nick Craig-Wood)
Make --timeout 0 work properly (Nick Craig-Wood)
Add --ftp-close-timeout flag for use with awkward ftp servers (Nick Craig-Wood)
Retry connections and logins on 421 errors (Nick Craig-Wood)
Hdfs
Fix permissions for when directory is created (Lucas Messenger)
Onedrive
Make --timeout 0 work properly (Nick Craig-Wood)
S3
Fix --s3-profile which wasn't working (Nick Craig-Wood)
SFTP
Close idle connections after --sftp-idle-timeout (1m by default) (Nick Craig-Wood)
Fix "file not found" errors for read once servers (Nick Craig-Wood)
Fix SetModTime stat failed: object not found with --sftp-set-modtime=false (Nick Craig-Wood)
Swift
Update github.com/ncw/swift to v2.0.0 (Nick Craig-Wood)
Implement copying large objects (nguyenhuuluan434)
Union
Fix crash when using epff policy (Nick Craig-Wood)
Fix union attempting to update files on a read only file system (Nick Craig-Wood)
Refactor to use fspath.SplitFs instead of fs.ParseRemote (Nick Craig-Wood)
Fix initialisation broken in refactor (Nick Craig-Wood)
WebDAV
Add support for sharepoint with NTLM authentication (Rauno Ots)
Make sharepoint-ntlm docs more consistent (Alex Chen)
Improve terminology in sharepoint-ntlm docs (Ivan Andreev)
Disable HTTP/2 for NTLM authentication (georne)
Fix sharepoint-ntlm error 401 for parallel actions (Ivan Andreev)
Check that purged directory really exists (Ivan Andreev)
Yandex
Make --timeout 0 work properly (Nick Craig-Wood)
Zoho
Replace client id - you will need to rclone config reconnect after this (buengese)
Add forgotten setupRegion() to NewFs - this finally fixes regions other than EU (buengese)
 

v1.58.0 - 2022-03-18​

See commits

  • New backends
  • New commands
    • bisync - experimental bidirectional cloud sync (Ivan Andreev, Chris Nelson)
  • New Features
    • build
      • Add windows/arm64 build (rclone mount not supported yet) (Nick Craig-Wood)
      • Raise minimum go version to go1.15 (Nick Craig-Wood)
    • config: Allow dot in remote names and improve config editing (albertony)
    • dedupe: Add quit as a choice in interactive mode (albertony)
    • dlna: Change icons to the newest ones. (Alain Nussbaumer)
    • filter: Add {{ regexp }} syntax to pattern matches (Nick Craig-Wood)
    • fshttp: Add prometheus metrics for HTTP status code (Michał Matczuk)
    • hashsum: Support creating hash from data received on stdin (albertony)
    • librclone
      • Allow empty string or null input instead of empty json object (albertony)
      • Add support for mount commands (albertony)
    • operations: Add server-side moves to stats (Ole Frost)
    • rc: Allow user to disable authentication for web gui (negative0)
    • tree: Remove obsolete --human replaced by global --human-readable (albertony)
    • version: Report correct friendly-name for newer Windows 10/11 versions (albertony)
  • Bug Fixes
    • build
      • Fix ARM architecture version in .deb packages after nfpm change (Nick Craig-Wood)
      • Hard fork github.com/jlaffaye/ftp to fix go get github.com/rclone/rclone (Nick Craig-Wood)
    • oauthutil: Fix crash when webrowser requests /robots.txt (Nick Craig-Wood)
    • operations: Fix goroutine leak in case of copy retry (Ankur Gupta)
    • rc:
      • Fix operations/publiclink default for expires parameter (Nick Craig-Wood)
      • Fix missing computation of transferQueueSize when summing up statistics group (Carlo Mion)
      • Fix missing StatsInfo fields in the computation of the group sum (Carlo Mion)
    • sync: Fix --max-duration so it doesn't retry when the duration is exceeded (Nick Craig-Wood)
    • touch: Fix issue where a directory is created instead of a file (albertony)
  • Mount
    • Add --devname to set the device name sent to FUSE for mount display (Nick Craig-Wood)
  • VFS
    • Add vfs/stats remote control to show statistics (Nick Craig-Wood)
    • Fix failed to _ensure cache internal error: downloaders is nil error (Nick Craig-Wood)
    • Fix handling of special characters in file names (Bumsu Hyeon)
  • Local
    • Fix hash invalidation which caused errors with local crypt mount (Nick Craig-Wood)
  • Crypt
    • Add base64 and base32768 filename encoding options (Max Sum, Sinan Tan)
  • Azure Blob
    • Implement --azureblob-upload-concurrency parameter to speed uploads (Nick Craig-Wood)
    • Remove 100MB upper limit on chunk_size as it is no longer needed (Nick Craig-Wood)
    • Raise --azureblob-upload-concurrency to 16 by default (Nick Craig-Wood)
    • Fix crash with SAS URL and no container (Nick Craig-Wood)
  • Compress
    • Fix crash if metadata upload failed (Nick Craig-Wood)
    • Fix memory leak (Nick Craig-Wood)
  • Drive
    • Added --drive-copy-shortcut-content (Abhiraj)
    • Disable OAuth OOB flow (copy a token) due to Google deprecation (Nick Craig-Wood)
    • Add --drive-skip-dangling-shortcuts flag (Nick Craig-Wood)
    • When using a link type --drive-export-formats shows all doc types (Nick Craig-Wood)
  • Dropbox
    • Speed up directory listings by specifying 1000 items in a chunk (Nick Craig-Wood)
    • Save an API request when at the root (Nick Craig-Wood)
  • Fichier
    • Implemented About functionality (Gourav T)
  • FTP
    • Add --ftp-ask-password to prompt for password when needed (Borna Butkovic)
  • Google Cloud Storage
    • Add missing regions (Nick Craig-Wood)
    • Disable OAuth OOB flow (copy a token) due to Google deprecation (Nick Craig-Wood)
  • Googlephotos
    • Disable OAuth OOB flow (copy a token) due to Google deprecation (Nick Craig-Wood)
  • Hasher
    • Fix crash on object not found (Nick Craig-Wood)
  • Hdfs
    • Add file (Move) and directory move (DirMove) support (Andy Jackson)
  • HTTP
    • Improved recognition of URL pointing to a single file (albertony)
  • Jottacloud
    • Change API used by recursive list (ListR) (Kim)
    • Add support for Tele2 Cloud (Fredric Arklid)
  • Koofr
    • Add Digistorage service as a Koofr provider. (jaKa)
  • Mailru
    • Fix int32 overflow on arm32 (Ivan Andreev)
  • Onedrive
    • Add config option for oauth scope Sites.Read.All (Charlie Jiang)
    • Minor optimization of quickxorhash (Isaac Levy)
    • Add --onedrive-root-folder-id flag (Nick Craig-Wood)
    • Do not retry on 400 pathIsTooLong error (ctrl-q)
  • Pcloud
    • Add support for recursive list (ListR) (Niels van de Weem)
    • Fix pre-1970 time stamps (Nick Craig-Wood)
  • S3
    • Use ListObjectsV2 for faster listings (Felix Bünemann)
      • Fallback to ListObject v1 on unsupported providers (Nick Craig-Wood)
    • Use the ETag on multipart transfers to verify the transfer was OK (Nick Craig-Wood)
      • Add --s3-use-multipart-etag provider quirk to disable this on unsupported providers (Nick Craig-Wood)
    • New Providers
      • RackCorp object storage (bbabich)
      • Seagate Lyve Cloud storage (Nick Craig-Wood)
      • SeaweedFS (Chris Lu)
      • Storj Shared gateways (Márton Elek, Nick Craig-Wood)
    • Add Wasabi AP Northeast 2 endpoint info (lindwurm)
    • Add GLACIER_IR storage class (Yunhai Luo)
    • Document Content-MD5 workaround for object-lock enabled buckets (Paulo Martins)
    • Fix multipart upload with --no-head flag (Nick Craig-Wood)
    • Simplify content length processing in s3 with download url (Logeshwaran Murugesan)
  • SFTP
    • Add rclone to list of supported md5sum/sha1sum commands to look for (albertony)
    • Refactor so we only have one way of running remote commands (Nick Craig-Wood)
    • Fix timeout on hashing large files by sending keepalives (Nick Craig-Wood)
    • Fix unecessary seeking when uploading and downloading files (Nick Craig-Wood)
    • Update docs on how to create known_hosts file (Nick Craig-Wood)
  • Storj
    • Rename tardigrade backend to storj backend (Nick Craig-Wood)
    • Implement server side Move for files (Nick Craig-Wood)
    • Update docs to explain differences between s3 and this backend (Elek, Márton)
  • Swift
    • Fix About so it shows info about the current container only (Nick Craig-Wood)
  • Union
    • Fix treatment of remotes with // in (Nick Craig-Wood)
    • Fix deadlock when one part of a multi-upload fails (Nick Craig-Wood)
    • Fix eplus policy returned nil (Vitor Arruda)
  • Yandex
    • Add permanent deletion support (deinferno)
 

v1.58.1 - 2022-04-29​

See commits

  • Bug Fixes
    • build: Update github.com/billziss-gh to github.com/winfsp (Nick Craig-Wood)
    • filter: Fix timezone of --min-age/-max-age from UTC to local as documented (Nick Craig-Wood)
    • rc/js: Correct RC method names (Sơn Trần-Nguyễn)
    • docs
      • Fix some links to command pages (albertony)
      • Add --multi-thread-streams note to --transfers. (Zsolt Ero)
  • Mount
    • Fix --devname and fusermount: unknown option 'fsname' when mounting via rc (Nick Craig-Wood)
  • VFS
    • Remove wording which suggests VFS is only for mounting (Nick Craig-Wood)
  • Dropbox
    • Fix retries of multipart uploads with incorrect_offset error (Nick Craig-Wood)
  • Google Cloud Storage
    • Use the s3 pacer to speed up transactions (Nick Craig-Wood)
    • pacer: Default the Google pacer to a burst of 100 to fix gcs pacing (Nick Craig-Wood)
  • Jottacloud
    • Fix scope in token request (albertony)
  • Netstorage
    • Fix unescaped HTML in documentation (Nick Craig-Wood)
    • Make levels of headings consistent (Nick Craig-Wood)
    • Add support contacts to netstorage doc (Nil Alexandrov)
  • Onedrive
    • Note that sharepoint also changes web files (.html, .aspx) (GH)
  • Putio
    • Handle rate limit errors (Berkan Teber)
    • Fix multithread download and other ranged requests (rafma0)
  • S3
    • Add ChinaMobile EOS to provider list (GuoXingbin)
    • Sync providers in config description with providers (Nick Craig-Wood)
  • SFTP
    • Fix OpenSSH 8.8+ RSA keys incompatibility (KARBOWSKI Piotr)
    • Note that Scaleway C14 is deprecating SFTP in favor of S3 (Adrien Rey-Jarthon)
  • Storj
    • Fix bucket creation on Move (Nick Craig-Wood)
  • WebDAV
    • Don't override Referer if user sets it (Nick Craig-Wood)

v1.58.0 - 2022-03-18​

 

Changelog​

v1.59.0 - 2022-07-09​

See commits

  • Code:
    New backendsCombine multiple remotes in one directory tree (Nick Craig-Wood)
    Hidrive (Ovidiu Victor Tatar)
    Internet Archive (Lesmiscore (Naoya Ozaki))
    New S3 providersArvanCloud AOS (ehsantdy)
    Cloudflare R2 (Nick Craig-Wood)
    Huawei OBS (m00594701)
    IDrive e2 (vyloy)
    
    
    
    
    New commandstest makefile: Create a single file for testing (Nick Craig-Wood)
    
    
    New FeaturesMetadata framework to read and write system and user metadata on backends (Nick Craig-Wood)Implemented initially for local, s3 and internetarchive backends
    --metadata/-M flag to control whether metadata is copied
    --metadata-set flag to specify metadata for uploads
    Thanks to Manz Solutions for sponsoring this work.
    
    
    buildUpdate to go1.18 and make go1.16 the minimum required version (Nick Craig-Wood)
    Update android go build to 1.18.x and NDK to 23.1.7779620 (Nick Craig-Wood)
    All windows binaries now no longer CGO (Nick Craig-Wood)
    Add linux/arm/v6 to docker images (Nick Craig-Wood)
    A huge number of fixes found with staticcheck (albertony)
    Configurable version suffix independent of version number (albertony)
    
    
    check: Implement --no-traverse and --no-unicode-normalization (Nick Craig-Wood)
    config: Readability improvements (albertony)
    copyurl: Add --header-filename to honor the HTTP header filename directive (J-P Treen)
    filter: Allow multiple --exclude-if-present flags (albertony)
    fshttp: Add --disable-http-keep-alives to disable HTTP Keep Alives (Nick Craig-Wood)
    install.shSet the modes on the files and/or directories on macOS (Michael C Tiernan - MIT-Research Computing Project)
    Pre verify sudo authorization -v before calling curl. (Michael C Tiernan - MIT-Research Computing Project)
    
    
    lib/encoder: Add Semicolon encoding (Nick Craig-Wood)
    lsf: Add metadata support with M flag (Nick Craig-Wood)
    lsjson: Add --metadata/-M flag (Nick Craig-Wood)
    ncduImplement multi selection (CrossR)
    Replace termbox with tcell's termbox wrapper (eNV25)
    Display correct path in delete confirmation dialog (Roberto Ricci)
    
    
    operationsSpeed up hash checking by aborting the other hash if first returns nothing (Nick Craig-Wood)
    Use correct src/dst in some log messages (zzr93)
    
    
    rcat: Check checksums by default like copy does (Nick Craig-Wood)
    selfupdate: Replace deprecated x/crypto/openpgp package with ProtonMail/go-crypto (albertony)
    serve ftp: Check --passive-port arguments are correct (Nick Craig-Wood)
    size: Warn about inaccurate results when objects with unknown size (albertony)
    sync: Overlap check is now filter-sensitive so --backup-dir can be in the root provided it is filtered (Nick)
    test info: Check file name lengths using 1,2,3,4 byte unicode characters (Nick Craig-Wood)
    test makefile(s): --sparse, --zero, --pattern, --ascii, --chargen flags to control file contents (Nick Craig-Wood)
    Make sure we call the Shutdown method on backends (Martin Czygan)
    
    
    Bug Fixesaccounting: Fix unknown length file transfers counting 3 transfers each (buda)
    ncdu: Fix issue where dir size is summed when file sizes are -1 (albertony)
    sync/copy/moveFix --fast-list --create-empty-src-dirs and --exclude (Nick Craig-Wood)
    Fix --max-duration and --cutoff-mode soft (Nick Craig-Wood)
    
    
    Fix fs cache unpin (Martin Czygan)
    Set proper exit code for errors that are not low-level retried (e.g. size/timestamp changing) (albertony)
    
    
    MountSupport windows/arm64 (may still be problems - see #5828) (Nick Craig-Wood)
    Log IO errors at ERROR level (Nick Craig-Wood)
    Ignore _netdev mount argument (Hugal31)
    
    
    VFSAdd --vfs-fast-fingerprint for less accurate but faster fingerprints (Nick Craig-Wood)
    Add --vfs-disk-space-total-size option to manually set the total disk space (Claudio Maradonna)
    vfscache: Fix fatal error: sync: unlock of unlocked mutex error (Nick Craig-Wood)
    
    
    LocalFix parsing of --local-nounc flag (Nick Craig-Wood)
    Add Metadata support (Nick Craig-Wood)
    
    
    CryptSupport metadata (Nick Craig-Wood)
    
    
    Azure BlobCalculate Chunksize/blocksize to stay below maxUploadParts (Leroy van Logchem)
    Use chunksize lib to determine chunksize dynamically (Derek Battams)
    Case insensitive access tier (Rob Pickerill)
    Allow remote emulator (azurite) (Lorenzo Maiorfi)
    
    
    B2Add --b2-version-at flag to show file versions at time specified (SwazRGB)
    Use chunksize lib to determine chunksize dynamically (Derek Battams)
    
    
    ChunkerMark as not supporting metadata (Nick Craig-Wood)
    
    
    CompressSupport metadata (Nick Craig-Wood)
    
    
    DriveMake backend config -o config add a combined AllDrives: remote (Nick Craig-Wood)
    Make --drive-shared-with-me work with shared drives (Nick Craig-Wood)
    Add --drive-resource-key for accessing link-shared files (Nick Craig-Wood)
    Add backend commands exportformats and importformats for debugging (Nick Craig-Wood)
    Fix 404 errors on copy/server side copy objects from public folder (Nick Craig-Wood)
    Update Internal OAuth consent screen docs (Phil Shackleton)
    Moved root_folder_id to advanced section (Abhiraj)
    
    
    DropboxMigrate from deprecated api (m8rge)
    Add logs to show when poll interval limits are exceeded (Nick Craig-Wood)
    Fix nil pointer exception on dropbox impersonate user not found (Nick Craig-Wood)
    
    
    FichierParse api error codes and them accordingly (buengese)
    
    
    FTPAdd support for disable_utf8 option (Jason Zheng)
    Revert to upstream github.com/jlaffaye/ftp from our fork (Nick Craig-Wood)
    
    
    Google Cloud StorageAdd --gcs-no-check-bucket to minimise transactions and perms (Nick Gooding)
    Add --gcs-decompress flag to decompress gzip-encoded files (Nick Craig-Wood)by default these will be downloaded compressed (which previously failed)
    
    
    
    
    HasherSupport metadata (Nick Craig-Wood)
    
    
    HTTPFix missing response when using custom auth handler (albertony)
    
    
    JottacloudAdd support for upload to custom device and mountpoint (albertony)
    Always store username in config and use it to avoid initial API request (albertony)
    Fix issue with server-side copy when destination is in trash (albertony)
    Fix listing output of remote with special characters (albertony)
    
    
    MailruFix timeout by using int instead of time.Duration for keeping number of seconds (albertony)
    
    
    MegaDocument using MEGAcmd to help with login failures (Art M. Gallagher)
    
    
    OnedriveImplement --poll-interval for onedrive (Hugo Laloge)
    Add access scopes option (Sven Gerber)
    
    
    OpendriveResolve lag and truncate bugs (Scott Grimes)
    
    
    PcloudFix about with no free space left (buengese)
    Fix cleanup (buengese)
    
    
    S3Use PUT Object instead of presigned URLs to upload single part objects (Nick Craig-Wood)
    Backend restore command to skip non-GLACIER objects (Vincent Murphy)
    Use chunksize lib to determine chunksize dynamically (Derek Battams)
    Retry RequestTimeout errors (Nick Craig-Wood)
    Implement reading and writing of metadata (Nick Craig-Wood)
    
    
    SFTPAdd support for about and hashsum on windows server (albertony)
    Use vendor-specific VFS statistics extension for about if available (albertony)
    Add --sftp-chunk-size to control packets sizes for high latency links (Nick Craig-Wood)
    Add --sftp-concurrency to improve high latency transfers (Nick Craig-Wood)
    Add --sftp-set-env option to set environment variables (Nick Craig-Wood)
    Add Hetzner Storage Boxes to supported sftp backends (Anthrazz)
    
    
    StorjFix put which lead to the file being unreadable when using mount (Erik van Velzen)
    
    
    UnionAdd min_free_space option for lfs/eplfs policies (Nick Craig-Wood)
    Fix uploading files to union of all bucket based remotes (Nick Craig-Wood)
    Fix get free space for remotes which don't support it (Nick Craig-Wood)
    Fix eplus policy to select correct entry for existing files (Nick Craig-Wood)
    Support metadata (Nick Craig-Wood)
    
    
    UptoboxFix root path handling (buengese)
    
    
    WebDAVAdd SharePoint in other specific regions support (Noah Hsu)
    
    
    YandexHandle api error on server-side move (albertony)
    
    
    ZohoAdd Japan and China regions (buengese)
 
Bonjour QoolBox,

J'utilise d'habitude RClone sur mon pc sous W10 pour atteindre mon uptobox avec plex. Je viens d'acheter un QNAP TS-453D et je découvre ce post avec ton outil pour qnap.
Par contre, alors que rclone officiel fonctionne avec uptobox, je ne vois pas ce fournisseur dans ta liste. Ce n'est donc pas juste une sorte d'encapsulage en paquet d'install pour qnap que tu fais ? tu programmes aussi la connexion à chaque service cloud ? Et du coup, uptobox ne fonctionnera pas avec ton outil ?

Sinon, y-a-t'il un myen de faire tourner le logiciel rclone original sur le NAS ? J'ai vu des pages à propos de docker et rclone, mais j'y connais rien en linux, encore moins en docker. Est-ce que c'est une piste à creuser ou bien j'ai mal compris (vu que c'est en anglais en plus partout où ils en parlent).

Merci.