mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
790 B
790 B
date | title | slug | url |
---|---|---|---|
2019-05-10T23:12:21+01:00 | rclone touch | rclone_touch | /commands/rclone_touch/ |
rclone touch
Create new file or change file modification time.
Synopsis
Create new file or change file modification time.
rclone touch remote:path [flags]
Options
-h, --help help for touch
-C, --no-create Do not create the file if it does not exist.
-t, --timestamp string Change the modification times to the specified time instead of the current time of day. The argument is of the form 'YYMMDD' (ex. 17.10.30) or 'YYYY-MM-DDTHH:MM:SS' (ex. 2006-01-02T15:04:05)
SEE ALSO
- rclone - Show help for rclone commands, flags and backends.