github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_touch.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone touch" 4 slug: rclone_touch 5 url: /commands/rclone_touch/ 6 --- 7 ## rclone touch 8 9 Create new file or change file modification time. 10 11 ### Synopsis 12 13 Create new file or change file modification time. 14 15 ``` 16 rclone touch remote:path [flags] 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for touch 23 -C, --no-create Do not create the file if it does not exist. 24 -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) 25 ``` 26 27 See the [global flags page](/flags/) for global options not listed here. 28 29 ### SEE ALSO 30 31 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 32