Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
attackgithub
/
rclone
Public
forked from
rclone/rclone
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rclone
fs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 15, 2019
Start v1.48.0-DEV development
ncw
committed
4549305
View commit details
Copy full SHA for 4549305
View code at this point
Browse repository at this point
Version v1.48.0
ncw
committed
245fed5
View commit details
Copy full SHA for 245fed5
View code at this point
Browse repository at this point
moveto: fix detection of same file name to include the root
Show description for 52332a4
ncw
committed
52332a4
View commit details
Copy full SHA for 52332a4
View code at this point
Browse repository at this point
sync: fix tests on union remote
ncw
committed
75606dc
View commit details
Copy full SHA for 75606dc
View code at this point
Browse repository at this point
fs/cache: unlock mutex in cache.Get to allow recursive calls
Show description for f3719fe
ncw
committed
f3719fe
View commit details
Copy full SHA for f3719fe
View code at this point
Browse repository at this point
moveto: fix case-insensitive same remote move
gary-kim
authored and
ncw
committed
d2be792
View commit details
Copy full SHA for d2be792
View code at this point
Browse repository at this point
remove duplicate code
czosnek16
authored and
ncw
committed
2793d4b
View commit details
Copy full SHA for 2793d4b
View code at this point
Browse repository at this point
enable creating encrypted config through external script invocation - fixes #3127
czosnek16
authored and
ncw
committed
30ac9d9
View commit details
Copy full SHA for 30ac9d9
View code at this point
Browse repository at this point
rc/jobs: make job expiry timeouts configurable
ajankovic
authored and
ncw
committed
93207ea
View commit details
Copy full SHA for 93207ea
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Use rclone.conf from rclone executable directory if already existing
albertony
authored and
ncw
committed
976a020
View commit details
Copy full SHA for 976a020
View code at this point
Browse repository at this point
Commits on Jun 10, 2019
config: make config create/update encrypt passwords where necessary
Show description for 903ede5
ncw
committed
903ede5
View commit details
Copy full SHA for 903ede5
View code at this point
Browse repository at this point
rc: Fix serving bucket based objects with --rc-serve
Show description for f681d32
ncw
committed
f681d32
View commit details
Copy full SHA for f681d32
View code at this point
Browse repository at this point
Commits on Jun 9, 2019
operations: ignore negative sizes when calculating total (#3135)
garrmcnu
authored and
ncw
committed
34f03ce
View commit details
Copy full SHA for 34f03ce
View code at this point
Browse repository at this point
fs: Allow sync of a file and a directory with the same name
Show description for 4b27c67
forgems
authored and
ncw
committed
4b27c67
View commit details
Copy full SHA for 4b27c67
View code at this point
Browse repository at this point
Commits on Jun 8, 2019
rc: Add operations/fsinfo: Return information about the remote
Show description for 454dfd3
ncw
committed
454dfd3
View commit details
Copy full SHA for 454dfd3
View code at this point
Browse repository at this point
fs: add Features.Enabled to return map of enabled features by name
ncw
committed
e1cf551
View commit details
Copy full SHA for e1cf551
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
lsjson: add IsBucket field for bucket based remote listing of the root
ncw
committed
1aa65d6
View commit details
Copy full SHA for 1aa65d6
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
cmd/providers: add DefaultStr, ValueStr and Type fields
Show description for ac4c8d8
ncw
committed
ac4c8d8
View commit details
Copy full SHA for ac4c8d8
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
fs: add --ignore-case-sync for forced case insensitivity - fixes #2773
garry415
authored and
ncw
committed
1124c42
View commit details
Copy full SHA for 1124c42
View code at this point
Browse repository at this point
Commits on May 27, 2019
operations: make move and copy individual files obey --backup-dir
Show description for e7c20e0
ncw
committed
e7c20e0
View commit details
Copy full SHA for e7c20e0
View code at this point
Browse repository at this point
Look for Fs in the cache rather than calling NewFs directly
Show description for 8ee6034
ncw
committed
8ee6034
View commit details
Copy full SHA for 8ee6034
View code at this point
Browse repository at this point
fs/cache: factor Fs caching from fs/rc into its own package
ncw
committed
206e1ca
View commit details
Copy full SHA for 206e1ca
View code at this point
Browse repository at this point
Commits on May 12, 2019
sync: fix integrations tests
Show description for 0e23c45
ncw
committed
0e23c45
View commit details
Copy full SHA for 0e23c45
View code at this point
Browse repository at this point
Commits on May 11, 2019
Use go-homedir to read the home directory more reliably
ncw
committed
edda6d9
View commit details
Copy full SHA for edda6d9
View code at this point
Browse repository at this point
operations: enable multi threaded downloads - Fixes #2252
Show description for 7d70e92
ncw
committed
7d70e92
View commit details
Copy full SHA for 7d70e92
View code at this point
Browse repository at this point
operations: if --ignore-checksum is in effect, don't calculate checksum
Show description for 687cbf3
ncw
committed
687cbf3
View commit details
Copy full SHA for 687cbf3
View code at this point
Browse repository at this point
accounting: enable accounting without passing through the stream #2252
Show description for 822483a
ncw
committed
822483a
View commit details
Copy full SHA for 822483a
View code at this point
Browse repository at this point
sync: move Transferring into operations.Copy
Show description for 2eb31a4
ncw
committed
2eb31a4
View commit details
Copy full SHA for 2eb31a4
View code at this point
Browse repository at this point
operations: re-work reopen framework so it can take a RangeOption #2252
Show description for 0655738
ncw
committed
0655738
View commit details
Copy full SHA for 0655738
View code at this point
Browse repository at this point
local: define OpenWriterAt interface and test and implement it #2252
Show description for 7c4fe3e
ncw
committed
7c4fe3e
View commit details
Copy full SHA for 7c4fe3e
View code at this point
Browse repository at this point
copyurl: honor --no-check-certificate
breunigs
authored and
ncw
committed
72721f4
View commit details
Copy full SHA for 72721f4
View code at this point
Browse repository at this point
cmd: implement --stats-one-line-date and --stats-one-line-date-format
peterberbec
authored and
ncw
committed
0d511b7
View commit details
Copy full SHA for 0d511b7
View code at this point
Browse repository at this point
docs: Fix typo: Dump HTTP bodies -> Dump HTTP headers
Jon
authored and
ncw
committed
bbe28df
View commit details
Copy full SHA for bbe28df
View code at this point
Browse repository at this point
Commits on May 1, 2019
fserrors: use errors.Walk for the wrapped error types
B4dM4n
authored and
ncw
committed
d04b0b8
View commit details
Copy full SHA for d04b0b8
View code at this point
Browse repository at this point
rc: fix race in tests
ncw
committed
577fda0
View commit details
Copy full SHA for 577fda0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.