Software:Rclone

From HandWiki
Revision as of 15:40, 9 February 2024 by WikiEditor (talk | contribs) (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Cloud storage management software
Rclone
Rclone wide logo.svg
Screenshot using rclone ncdu.png
Original author(s)Nick Craig-Wood[1]
Developer(s)Nick Craig-Wood,[2] Ivan Andreev[3]
Initial releaseJuly 3, 2014; 9 years ago (2014-07-03)[4]
Repositorygithub.com/rclone/rclone
Written inGo[5]
Operating systemLinux, Windows, macOS, FreeBSD, NetBSD, OpenBSD, Plan9, Solaris[5]
PlatformIntel/AMD-64, Intel/AMD-32, ARM-32, ARM-64, MIPS-Big-Endian, MIPS-Little-Endian[5]
LicenceMIT
Websiterclone.org

Rclone is an open source, multi threaded, command line computer program to manage or migrate content on cloud and other high latency storage. Its capabilities include sync, transfer, crypt, cache, union, compress and mount. The rclone website lists supported backends including S3 and Google Drive.[5]

Descriptions of rclone often carry the strapline Rclone syncs your files to cloud storage.[5] Those prior to 2020 include the alternative Rsync for Cloud Storage.[6]

Rclone is well known for its rclone sync and rclone mount commands.[7] It provides further management functions analogous to those ordinarily used for files on local disks, but which tolerate some intermittent and unreliable service. Rclone is commonly used with media servers such as Plex,[8] Emby or Jellyfin[9] to stream content direct from consumer file storage services.[8]

Official Ubuntu, Debian, Fedora, Gentoo, Arch, Brew, Chocolatey, and other package managers include rclone.[10]

Rclone may also refer to an R library used to analyse individual and population genetics of partially clonal species.[11][12]

History

Nick Craig-Wood was inspired by rsync.[13][6] Concerns about the noise and power costs arising from home computer servers prompted him to embrace cloud storage and he began developing rclone as open source software in 2012 under the name swiftsync.[14][15][1]

Rclone was promoted to stable version 1.00 in July 2014.[4]

In May 2017, Amazon Drive barred new users of rclone and other upload utilities, citing security concerns.[16] Amazon Drive had been advertised as offering unlimited storage for £55 per year. Amazon's AWS S3 service continues to support new rclone users.

The original rclone logo was updated in September 2018.[17]

In March 2020, Nick Craig-Wood resigned from Memset Ltd, a cloud hosting company he founded, to focus on open source software.[18][15][19][20]

Amazon's AWS April 2020 public sector blog explained how the Fred Hutch Cancer Research Center were using rclone in their Motuz tool to migrate very large biomedical research datasets in and out of AWS S3 object stores.[21]

In November 2020, rclone was updated to correct a weakness in the way it generated passwords. Passwords for encrypted remotes can be generated randomly by rclone or supplied by the user. In all versions of rclone from 1.49.0 to 1.53.2 the seed value for generated passwords was based on the number of seconds elapsed in the day, and therefore not truly random. CVE-2020-28924 recommended users upgrade to the latest version of rclone and check the passwords protecting their encrypted remotes.[22]

Release 1.55 of rclone in March 2021 included features sponsored by CERN and their CS3MESH4EOSC project.[23] The work was EU funded to promote vendor-neutral application programming interfaces and protocols for synchronisation and sharing of academic data on cloud storage.[24]

Backends and Commands

Rclone supports the following services as backends. There are others, built on standard protocols such as WebDAV or S3, that work.[5] WebDAV backends do not support rclone functionality dependent on server side checksum or modtime.[25]

Remotes are usually defined interactively from these backends, local disk, or memory (as S3), with rclone config. Rclone can further wrap those remotes with one or more of alias, chunk, compress, crypt or union, remotes.

Once defined, the remotes are referenced by other rclone commands interchangeably with the local drive. Remote names are followed by a colon to distinguish them from local drives. For example, a remote example_remote containing a folder, or pseudofolder, myfolder is referred to within a command as a path example_remote:/myfolder.[35]

Rclone commands directly apply to remotes, or mount them for file access or streaming. With appropriate cache options the mount can be addressed as if a conventional, block level disk. Commands are provided to serve remotes over SFTP, HTTP, WebDAV, FTP and DLNA.[5] Commands can have sub-commands and flags. Filters determine which files on a remote that rclone commands are applied to.[36]

rclone rc passes commands or new parameters to existing rclone sessions and has an experimental web browser interface.[37]

Crypt remotes

Rclone's crypt implements encryption of files at rest in cloud storage. It layers an encrypted remote over a pre-existing, cloud or other remote. Crypt is commonly[8] used to encrypt / decrypt media, for streaming, on consumer storage services such as Google Drive.

Rclone's configuration file contains the crypt password. The password can be lightly obfuscated, or the whole rclone.conf file can be encrypted.[38]

Crypt can either encrypt file content and name, or additionally full paths. In the latter case there is a potential clash with encryption for cloud backends, such as Microsoft OneDrive, having limited path lengths.[39] Crypt remotes do not encrypt object modification time or size. The encryption mechanism for content, name and path is available, for scrutiny, on the rclone website. Key derivation is with scrypt.[38]

Example syntax (Linux)

These examples describe paths and file names but object keys behave similarly.

To recursively copy files from directory remote_stuff, at the remote xmpl, to directory stuff in the home folder:-

$ rclone copy -v -P xmpl:/remote_stuff ~/stuff

-v enables logging and -P, progress information. By default rclone checks the file integrity (hash) after copy; can retry each file up to three times if the operation is interrupted; uses up to four parallel transfer threads, and does not apply bandwidth throttling.

Running the above command again copies any new or changed files at the remote to the local folder but, like default rsync behaviour, will not delete from the local directory, files which have been removed from the remote.

To additionally delete files from the local folder which have been removed from the remote - more like the behaviour of rsync with a --delete flag:-

$ rclone sync xmpl:/remote_stuff ~/stuff

And to delete files from the source after they have been transferred to the local directory - more like the behaviour of rsync with a --remove-source-file flag:-

$ rclone move xmpl:/remote_stuff ~/stuff

To mount the remote directory at a mountpoint in the pre-existing, empty stuff directory in the home directory (the ampersand at the end makes the mount command run as a background process):-

$ rclone mount xmpl:/remote_stuff ~/stuff &

Default rclone syntax can be modified. Alternative transfer, filter, conflict and backend specific flags are available. Performance choices include number of concurrent transfer threads; chunk size; bandwidth limit profiling, and cache aggression.[36]

Academic evaluation

In 2018, University of Kentucky researchers published a conference paper comparing use of rclone and other command line, cloud data transfer agents for big data.[40] The paper was published as a result of funding by the National Science Foundation.[41]

Later that year, University of Utah's Center for High Performance Computing examined the impact of rclone options on data transfer rates.[42]

Rclone use at HPC research sites

Examples are University of Maryland,[43] Iowa State University,[44] Trinity College Dublin,[45] NYU,[46] BYU,[47] Indiana University,[48] CSC Finland,[49] Utrecht University,[50] University of Nebraska,[51] University of Utah,[52] North Carolina State University,[53] Stony Brook,[54] Tulane University,[55] Washington State University,[56] Georgia Tech,[57] National Institutes of Health,[58] Wharton,[59] Yale,[60] Harvard,[61] Minnesota,[62] Michigan State,[63] Case Western Reserve University,[64] University of South Dakota, Northern Arizona University,[65] University of Pennsylvania,[66] Stanford,[67] University of Southern California,[68] UC Santa Barbara,[69][70] UC Irvine,[71] UC Berkeley,[72][73] and SURFnet.[74]

Rclone and cybercrime

May 2020 reports stated rclone had been used by hackers to exploit Diebold Nixdorf ATMs with ProLock ransomware.[75][76] The FBI issued a Flash Alert MI-000125-MW on May 4, 2020, in relation to the compromise.[77] They issued a further, related alert 20200901–001 in September 2020. Attackers had exfiltrated / encrypted data from organisations involved in healthcare, construction, finance, and legal services. Multiple US government agencies, and industrial entities were affected. Researchers established the hackers spent about a month exploring the breached networks, using rclone to archive stolen data to cloud storage, before encrypting the target system.[77][78][79] Reported targets included LaSalle County, and the city of Novi Sad.[80][81]

The FBI warned January 2021, in Private Industry Notification 20210106–001, of extortion activity using Egregor ransomware and rclone. Organisations worldwide had been threatened with public release of exfiltrated data. In some cases rclone had been disguised under the name svchost.[82] Bookseller Barnes & Noble, US retailer Kmart, games developer Ubisoft and the Vancouver metro system have been reported as victims.[83]

An April 2021, cybersecurity investigation into SonicWall VPN zero-day vulnerability SNWLID-2021-0001[84] by FireEye's Mandiant team established attackers UNC2447 used rclone for reconnaissance and exfiltration of victims' files.[85] Cybersecurity and Infrastructure Security Agency Analysis Report AR21-126A confirmed this use of rclone in FiveHands ransomware attacks.[86]

A June 2021, Microsoft Security Intelligence Twitter post identified use of rclone in BazaCall cyber attacks.[87] The miscreants sent emails encouraging recipients to contact a bogus call centre to cancel a paid for service. The call centre team then instructed victims to download a hostile file that installed malware on the target network, ultimately allowing use of rclone for covert extraction of potentially sensitive data.

Rclone Wars

In a 2021, Star Wars Day blog article, Managed Security Service Provider Red Canary announced Rclone Wars, an allusion to Clone Wars. The post notes illicit use of other legitimate file transfer utilities in exfiltrate and extort schemes but focuses on MEGAsync, MEGAcmd and rclone. To identify use of renamed rclone executables on compromised devices the authors suggest monitoring for distinctive rclone top level commands and command line flag strings such as remote: and \\.[88]

Rclone or rsync

Rsync transfers files with other computers that have rsync installed.[89] It operates at the block, rather than file, level and has a delta algorithm so that it only needs to transfer changes in files. Rsync preserves file attributes and permissions. Rclone has a wider range of content management capabilities, and types of backend it can address, but only works at a whole file / object level.[90][1] It does not currently preserve permissions and attributes.[91] Rclone is designed to have some tolerance of intermittent and unreliable connections or remote services. Its transfers are optimised for high latency networks. Rclone decides which of those whole files / objects to transfer after obtaining checksums, to compare, from the remote server. Where checksums are not available, rclone can use object size and timestamp.[92]

Rsync is single threaded.[93] Rclone is multi threaded with a user definable number of simultaneous transfers.[94][95]

Rclone can pipe data between two completely remote locations, sometimes without local download. During an rsync transfer, one side must be a local drive.[89][95]

Rclone ignores trailing slashes. Rsync requires their correct use.[96] Rclone filters require the use of ** to refer to the contents of a directory. Rsync does not.[97]

Eponymous cloud storage service rsync.net provides remote unix filesystems so that customers can run rsync and other standard Unix tools.[98] They also offer rclone only accounts.[99]

In 2016, a poster on Hacker News summarised rclone's relationship to rsync as:- (rclone) exists to give you rsync to things that aren't rsync. If you want to rsync to things that are rsync, use rsync.[100]

See also

References

  1. 1.0 1.1 1.2 Craig-Wood, Nick (November 21, 2018). "Rclone "rsync for cloud storage"". https://www.craig-wood.com/nick/pub/london-go-meetup-2018-rclone-presentation.pdf. 
  2. Craig-Wood, Nick (September 3, 2020). "Rclone 1.53 release". https://forum.rclone.org/t/rclone-1-53-release/18880. 
  3. Craig-Wood, Nick (February 2, 2021). "Rclone 1.54 release" (in en). https://forum.rclone.org/t/rclone-1-54-release/22051. 
  4. 4.0 4.1 "Changelog". https://rclone.org/changelog/. 
  5. 5.0 5.1 5.2 5.3 5.4 5.5 5.6 "Rclone". https://rclone.org/. 
  6. 6.0 6.1 "rclone/rclone". July 31, 2020. https://github.com/rclone/rclone. 
  7. Tozzi, Christopher (September 25, 2020). "How to Access S3 Buckets from Windows or Linux" (in en). Itpro Today: It News, How-Tos, Trends, Case Studies, Career Tips, More. https://www.itprotoday.com/hybrid-cloud/how-access-s3-buckets-windows-or-linux. 
  8. 8.0 8.1 8.2 "Recommended Google Drive and Plex Mount Settings" (in en-US). July 10, 2018. https://forum.rclone.org/t/recommended-google-drive-and-plex-mount-settings/6132. 
  9. "Storage | Documentation - Jellyfin Project". https://jellyfin.org/docs/general/server/storage.html. 
  10. "rclone package versions - Repology". https://repology.org/project/rclone/versions. 
  11. Bailleul, D.; Stoeckel, S.; Arnaud-Haond, S. (2016). "RClone: a package to identify MultiLocus Clonal Lineages and handle clonal data sets in R.". Methods in Ecology and Evolution 7 (8): 966–970. doi:10.1111/2041-210X.12550. 
  12. "Rclone, R package". https://github.com/dbailleul/RClone. 
  13. Craig-Wood, Nick (September 9, 2020). "Rclone --links gets tripped up by existing .rclonelink files" (in en-US). https://forum.rclone.org/t/rclone-links-gets-tripped-up-by-existing-rclonelink-files/18959/6. 
  14. Craig-Wood, Nick (June 10, 2020). "Is rclone more efficient than an nfs mount". https://forum.rclone.org/t/is-rclone-more-efficient-than-an-nfs-mount/16974/6. 
  15. 15.0 15.1 "Meet The Team" (in en). https://www.memset.com/about/meet-the-team/. 
  16. Claburn, Thomas (May 23, 2017). "Amazon Drive bans rclone storage client". https://www.theregister.com/2017/05/23/amazon_drive_bans_rclone_storage_client/. 
  17. "A New Logo for rclone". September 30, 2018. https://forum.rclone.org/t/a-new-logo-for-rclone/7019. 
  18. Craig-Wood, Nick (May 27, 2020). "Rclone 1.52 release" (in en-US). https://forum.rclone.org/t/rclone-1-52-release/16718. 
  19. "MEMSET LTD - Officers (free information from Companies House)" (in en). https://beta.companieshouse.gov.uk/company/04504980/officers. 
  20. "Trading Update, Iomart Group PLC, 2020-04-03" (in en-GB). April 3, 2020. https://aim-watch.com/trading-update-iomart-group-plc-2020-04-03/. 
  21. Rogers, Ray (April 16, 2020). "How Fred Hutch unlocks siloed data with AWS and open-source software". Amazon Web Services. https://aws.amazon.com/blogs/publicsector/how-fred-hutch-unlocks-siloed-data-open-source-software/. 
  22. "CVE - CVE-2020-28924". November 19, 2020. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28924. 
  23. Craig-Wood, Nick (March 31, 2021). "Rclone 1.55 release" (in en). https://forum.rclone.org/t/rclone-1-55-release/23217. 
  24. "Interactive and agile/responsive sharing mesh of storage, data and applications for EOSC". https://cordis.europa.eu/project/id/863353. 
  25. Winokur, Justin (October 5, 2020). "iDrive.com Support" (in en-US). https://forum.rclone.org/t/idrive-com-support/18756/5. 
  26. "Aruba Cloud Object Storage" (in en-US). October 10, 2020. https://forum.rclone.org/t/aruba-cloud-object-storage/19704. 
  27. Roetert, Niels (August 28, 2019). "S3 Bucket migration with metadata issues" (in en-US). https://forum.rclone.org/t/s3-bucket-migration-with-metadata-issues/10262/11. 
  28. "Is anybody using Dell EMC Object Storage successfully with rclone?" (in en-US). September 23, 2020. https://forum.rclone.org/t/is-anybody-using-dell-emc-object-storage-successfully-with-rclone/19328. 
  29. 29.0 29.1 Craig-Wood, Nick (February 2, 2021). "Rclone 1.54 release" (in en-US). https://forum.rclone.org/t/rclone-1-54-release/22051. 
  30. "Can't ls to sub directory? sorry, total newbie here" (in en-US). November 11, 2019. https://forum.rclone.org/t/cant-ls-to-sub-directory-sorry-total-newbie-here/12872/7. 
  31. "RClone". https://docs.openio.io/latest/source/integrations/cookbook_rclone.html. 
  32. "OOM with big buckets" (in en-US). September 16, 2020. https://forum.rclone.org/t/oom-with-big-buckets/19140. 
  33. "Cloud Object Storage that supports an Amazon S3-compatible API" (in en). https://selectel.ru/en/services/cloud/storage/. 
  34. "Add Selectel.com Storage support · Issue #4472 · rclone/rclone" (in en). July 30, 2020. https://github.com/rclone/rclone/issues/4472. 
  35. McKay, Dave (January 10, 2020). "How to Use rclone to Back Up to Google Drive on Linux". https://www.howtogeek.com/451262/how-to-use-rclone-to-back-up-to-google-drive-on-linux/. 
  36. 36.0 36.1 "Documentation". https://rclone.org/docs/. 
  37. "GUI". https://rclone.org/gui/. 
  38. 38.0 38.1 "Crypt". September 2, 2020. https://rclone.org/crypt/. 
  39. "Crypt backend, and path lengths" (in en-US). June 14, 2020. https://forum.rclone.org/t/crypt-backend-and-path-lengths/17188. 
  40. "Navigating the Unexpected Realities of Big Data Transfers in a Cloud-based World". https://par.nsf.gov/servlets/purl/10073416. 
  41. "NSF Award Search: Award#1541380 - CC*DNI Networking Infrastructure: An Software Defined Networking-Enabled Research Infrastructure". May 9, 2018. https://www.nsf.gov/awardsearch/showAward?AWD_ID=1541380. 
  42. "rclone - Center for High Performance Computing - The University of Utah". https://www.chpc.utah.edu/documentation/software/rclone.php#eteooop. 
  43. "HPC Software Rclone". https://hpcc.umd.edu/hpcc/help/software/rclone.html. 
  44. "Rclone - High Performance Computing". https://www.hpc.iastate.edu/guides/rclone. 
  45. "rclone". https://www.tchpc.tcd.ie/node/1346. 
  46. Deng, Wensheng (September 30, 2018). "Transferring files between the HPC Prince Cluster and Google Drive - High Performance Computing at NYU - NYU Wikis". https://wikis.nyu.edu/display/NYUHPC/Transferring+files+between+the+HPC+Prince+Cluster+and+Google+Drive. 
  47. "Office of Research Computing - BYU". August 19, 2020. https://rc.byu.edu/wiki/?id=Rclone. 
  48. Henderson, Rob (March 4, 2019). "Using Box under Linux - Luddy School of Informatics, Computing, and Engineering KB - Indiana University Enterprise Confluence". https://uisapp2.iu.edu/confluence-prd/display/SOICKB/Using+Box+under+Linux. 
  49. "Using Allas with Rclone on CSC supercomputers - Docs CSC". August 11, 2020. https://docs.csc.fi/data/Allas/using_allas/rclone/. 
  50. "How to synchronize data with HPC platforms - News - Universiteit Utrecht" (in en). February 18, 2019. https://www.uu.nl/en/news/how-to-synchronize-data-with-hpc-platforms. 
  51. "HCC-DOCS". https://hcc.unl.edu/docs/handling_data/data_transfer/using_rclone_with_hcc/. 
  52. "rclone - Center for High Performance Computing - The University of Utah". https://www.chpc.utah.edu/documentation/software/rclone.php. 
  53. "High Powered Computing Cluster – Mathematics IT" (in en-US). https://wp.math.ncsu.edu/it/high-powered-computing-cluster/. 
  54. "Using rclone to backup data". August 11, 2020. https://it.stonybrook.edu/help/kb/using-rclone-to-backup-data. 
  55. "cypress/FileTransfer – hpc". https://wiki.hpc.tulane.edu/trac/wiki/cypress/FileTransfer. 
  56. "The Forbes Group". https://swan.physics.wsu.edu/forbes/draft/git-annex/#Rclone. 
  57. "Dropbox, HPC, and Rclone". http://bioit.biology.gatech.edu/content/dropbox-hpc-and-rclone. 
  58. "Rclone on Helix and Biowulf". https://hpc.nih.gov/apps/rclone.html. 
  59. "Rclone". https://research-it.wharton.upenn.edu/tools/rclone/. 
  60. "Rclone - Yale Center for Research Computing". https://docs.ycrc.yale.edu/clusters-at-yale/guides/rclone/. 
  61. "rclone – transfer files to/from cloud storage – FASRC DOCS" (in en-US). https://docs.rc.fas.harvard.edu/kb/rclone/. 
  62. "rclone - The Minnesota Supercomputing Institute". https://www.msi.umn.edu/sw/rclone. 
  63. "Rclone on HPCC - Institute for Cyber-Enabled Research - Michigan State University". https://icer.msu.edu/about/announcements/rclone-hpcc. 
  64. "Rclone - Google Drive - hpc". https://sites.google.com/a/case.edu/hpcc/helpful-references/transferring-files-hpcc/rclone---google-drive. 
  65. "Cloud Storage Management" (in en-US). https://in.nau.edu/hpc/overview/managing-cloud-storage/. 
  66. "HPC Software Rclone". https://hpcwiki.pmacs.upenn.edu/wiki/index.php/HPC:Rclone. 
  67. "Rclone - Sherlock". https://www.sherlock.stanford.edu/docs/software/using/rclone/. 
  68. "USC Research Computing, New Faculty Orientation Presentation". August 1, 2019. https://16mhpx3atvadrnpip2kwi9or-wpengine.netdna-ssl.com/wp-content/uploads/2019/08/HighPerformanceComputing.2019.pdf. 
  69. "Introduction to HPC Resources and Linux". http://csc.cnsi.ucsb.edu/sites/csc.cnsi.ucsb.edu/files/docs/hpcintro_2018_0.pdf. 
  70. "Copying files to Google (Google Drive)". https://csc.cnsi.ucsb.edu/docs/copying-files-google-google-drive. 
  71. Mangalam, Harry (March 23, 2018). "Pushing data with rclone". http://moo.nac.uci.edu/~hjm/HOWTO-rclone-to-Gdrive.html. 
  72. "Transferring Data Between Savio and Your bDrive (Google Drive) Account". https://research-it.berkeley.edu/services/high-performance-computing/transferring-data-between-savio-and-your-bdrive-google-drive. 
  73. "Take advantage of unlimited bDrive (and Box) storage using rclone" (in en). https://research-it.berkeley.edu/services/research-data-management-service/take-advantage-unlimited-bdrive-and-box-storage-using. 
  74. "Object Store: store large quantities of data" (in en). https://www.surf.nl/en/object-store-store-large-quantities-of-data. 
  75. Millman, Rene (May 23, 2020). "Diebold Nixdorf ATM attack by ProLock ransomware used QakBot trojan to access networks". https://www.scmagazineuk.com/diebold-nixdorf-atm-attack-prolock-ransomware-used-qakbot-trojan-access-networks/article/1683611. 
  76. Ilascu, Ionut (May 14, 2020). "ProLock Ransomware teams up with QakBot trojan for network access". https://www.bleepingcomputer.com/news/security/prolock-ransomware-teams-up-with-qakbot-trojan-for-network-access/. 
  77. 77.0 77.1 Gatlan, Sergiu (September 5, 2020). "FBI issues second alert about ProLock ransomware stealing data" (in en-US). https://www.databreaches.net/fbi-issues-second-alert-about-prolock-ransomware-stealing-data/. 
  78. Ilascu, Ionut (September 10, 2020). "ProLock ransomware increases payment demand and victim count" (in en-us). https://www.bleepingcomputer.com/news/security/prolock-ransomware-increases-payment-demand-and-victim-count/. 
  79. Skulkin, Oleg (May 14, 2020). "ATT&CKing ProLock Ransomware". https://www.group-ib.com/blog/prolock. 
  80. "ProLock Ransomware". https://www.sisainfosec.com/downloads/Advisory/ProLock-Ransomware.pdf. [yes|permanent dead link|dead link}}]
  81. Abrams, Lawrence (March 2, 2020). "New PwndLocker Ransomware Targeting U.S. Cities, Enterprises" (in en-us). https://www.bleepingcomputer.com/news/security/new-pwndlocker-ransomware-targeting-us-cities-enterprises/. 
  82. "FBI Private Industry Notification 20210106-001". January 6, 2021. https://assets.documentcloud.org/documents/20444693/fbi-pin-egregor-ransomware-bc-01062021.pdf. 
  83. Montalbano, Elizabeth (January 8, 2021). "FBI Warns of Egregor Attacks on Businesses Worldwide" (in en). https://threatpost.com/fbi-egregor-attacks-businesses-worldwide/162885/. 
  84. "Security Advisory". February 3, 2021. https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0001. 
  85. McLellan, Tyler; Moore, Justin; Leong, Raymond (April 29, 2021). "UNC2447 SOMBRAT and FIVEHANDS Ransomware: A Sophisticated Financial Threat" (in en). https://www.fireeye.com/blog/threat-research/2021/04/unc2447-sombrat-and-fivehands-ransomware-sophisticated-financial-threat.html. 
  86. "FiveHands Ransomware | CISA". May 6, 2021. https://us-cert.cisa.gov/ncas/analysis-reports/ar21-126a. 
  87. "Microsoft Security Intelligence" (in en-GB). June 22, 2021. https://twitter.com/msftsecintel/status/1407470790333722628. 
  88. Schoenfeld, Justin; Didier, Aaron (May 4, 2021). "Rclone Wars: Transferring leverage in a ransomware attack". https://redcanary.com/blog/rclone-mega-extortion/. 
  89. 89.0 89.1 "rsync(1) - Linux man page". https://linux.die.net/man/1/rsync. 
  90. "Difference between Rclone and Rsync when syncing to the Local Filesystem?". July 9, 2017. https://forum.rclone.org/t/difference-between-rclone-and-rsync-when-syncing-to-the-local-filesystem/3088/2. 
  91. "Rclone instead of rsync" (in en-US). September 11, 2019. https://forum.rclone.org/t/rclone-instead-of-rsync/11746. 
  92. "SFTP". https://rclone.org/sftp/#limitations. 
  93. Riel, Manuel (June 5, 2020). "bash - Speed up rsync with Simultaneous/Concurrent File Transfers?". https://stackoverflow.com/questions/24058544/speed-up-rsync-with-simultaneous-concurrent-file-transfers. 
  94. "Documentation". August 9, 2020. https://rclone.org/docs/#transfers-n. 
  95. 95.0 95.1 Winokur, Justin (September 12, 2020). "Nick giving a talk about Rclone and Backblaze" (in en-US). https://forum.rclone.org/t/nick-giving-a-talk-about-rclone-and-backblaze/19028/9. 
  96. Levens, Skip; Craig-Wood, Nick (September 17, 2020). "Tapping the Power of Cloud Copy & Sync with Rclone". https://www.brighttalk.com/webcast/14807/433302/tapping-the-power-of-cloud-copy-sync-with-rclone. 
  97. Krajnik, Daniel (February 1, 2021). "How to exclude from directory ?! why is exclude not working? why is it even complicated at all?!" (in en-US). https://forum.rclone.org/t/how-to-exclude-from-directory-why-is-exclude-not-working-why-is-it-even-complicated-at-all/22037/3. 
  98. "rsync.net Cloud Storage for Offsite Backups". https://www.rsync.net/about.html. 
  99. "Cloud Storage for Offsite Backups - rclone support". https://www.rsync.net/products/rclone.html. 
  100. "Rclone: rsync for cloud storage". August 31, 2016. https://news.ycombinator.com/item?id=12398303. 

External links