crop icon indicating copy to clipboard operation
crop copied to clipboard

Move

Open seertenedos opened this issue 4 years ago • 1 comments

Any chance of adding a move option as i want to only move from one remote to another. In my case the 2 remotes can't do server-side-copy so it is like a copy then delete from source.

seertenedos avatar Sep 22 '21 05:09 seertenedos

The move function is built in for what it's worth.

global_params: default: move: - '--min-age=4m' - '--order-by=modtime,ascending' - '--transfers=8' - '--delete-empty-src-dirs' - '--create-empty-src-dirs' - '--tpslimit-burst=32' uploader:

  • name: MyLinuxISOs enabled: true check: limit: 14400 type: age local_folder: /mnt/local/MyFolder/MyLinuxISOs remotes: move: 'MyLinuxISOs:MyFolder/MyLinuxISOs' rclone_params: global_move: default

burkely-00orso69 avatar Mar 31 '22 12:03 burkely-00orso69