There is easy way transfer multiple directories.
rclone -v copy --include {dir1,dir2,dir3}/* remote-name:path/to/remote/file
--exclude
works as above
There is easy way transfer multiple directories.
rclone -v copy --include {dir1,dir2,dir3}/* remote-name:path/to/remote/file
--exclude
works as above
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Rachel Duncan -
Zhang Wei -
Bob Cars(on) -
ashu-commits -
Top comments (1)
I think that * might not expand to dotfiles, though ;)