Software >
(on Wikipedia)
https://github.com/rclone/rclone
https://rclone.org/
Rclone is a command-line program to manage files on the local file system or cloud storage.
I'm using it to replace rsync, because fuck that program.
-
-
- 2022-07-03 - 1.58.1 on Windows 10
- 2022-07-03 - Replaces rsync
-
2022-07-03 - Replaces Karen's Replicator
Table of Contents [hide]
Usage ∞
Sync from a
to b
∞
Given two directories:
./a ./b
Make b
the same as a
:
- Copy all nonexistent files from
a
tob
. - Overwrite files on
b
which are different thana
, e.g. changed files. -
Delete files on
b
which are not ona
.
rclone sync --dry-run -P a b
You can specify paths in unsurprising ways, like ../a
Alternatives ∞
Last updated 2023-03-24 at 08:41:07