Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move #45

Open
seertenedos opened this issue Sep 22, 2021 · 1 comment
Open

Move #45

seertenedos opened this issue Sep 22, 2021 · 1 comment

Comments

@seertenedos
Copy link

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.

@burkely-00orso69
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants