rclone/docs/content/commands/rclone_version.md

72 lines
1.7 KiB
Markdown
Raw Normal View History

---
title: "rclone version"
description: "Show the version number."
slug: rclone_version
url: /commands/rclone_version/
2022-12-21 04:16:14 +11:00
versionIntroduced: v1.33
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/version/ and as part of making a release run "make commanddocs"
---
# rclone version
Show the version number.
## Synopsis
2018-09-01 21:58:00 +10:00
2021-06-09 01:57:04 +10:00
Show the rclone version number, the go version, the build target
OS and architecture, the runtime OS and kernel version and bitness,
build tags and the type of executable (static or dynamic).
2018-09-01 21:58:00 +10:00
2021-04-01 05:12:08 +11:00
For example:
2018-09-01 21:58:00 +10:00
$ rclone version
2021-06-09 01:57:04 +10:00
rclone v1.55.0
- os/version: ubuntu 18.04 (64 bit)
- os/kernel: 4.15.0-136-generic (x86_64)
2021-04-01 05:12:08 +11:00
- os/type: linux
- os/arch: amd64
- go/version: go1.16
- go/linking: static
- go/tags: none
Note: before rclone version 1.55 the os/type and os/arch lines were merged,
and the "go/version" line was tagged as "go version".
2018-09-01 21:58:00 +10:00
If you supply the --check flag, then it will do an online check to
compare your version with the latest release and the latest beta.
$ rclone version --check
yours: 1.42.0.6
latest: 1.42 (released 2018-06-16)
beta: 1.42.0.5 (released 2018-06-17)
Or
$ rclone version --check
yours: 1.41
latest: 1.42 (released 2018-06-16)
upgrade: https://downloads.rclone.org/v1.42
beta: 1.42.0.5 (released 2018-06-17)
upgrade: https://beta.rclone.org/v1.42-005-g56e1e820
```
2017-09-30 23:19:47 +10:00
rclone version [flags]
```
## Options
2017-09-30 23:19:47 +10:00
```
2021-11-02 02:42:05 +11:00
--check Check for new version
2018-09-01 21:58:00 +10:00
-h, --help help for version
```
2023-08-02 19:02:38 +10:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# SEE ALSO
2018-10-15 21:03:08 +11:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 21:06:13 +11:00