Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-23 00:13:03 +00:00
parent 9f343b3402
commit ae71584b37
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Copy files changed within the past 24 hours to a remote from the local machine, asking the user to confirm each file:
`rclone copy --interactive --max-age 24h {{remote_name}}:{{path/to/directory}} {{path/to/local_directory}} `
`rclone copy --interactive --max-age 24h {{remote_name}}:{{path/to/directory}} {{path/to/local_directory}}`
- Mirror a specific file or directory (Note: Unlike copy, sync removes files from the remote if it does not exist locally):