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

Recursively lock/unlock files from remote:path in Google Drive #7814

Open
gitacct5 opened this issue Apr 30, 2024 · 3 comments
Open

Recursively lock/unlock files from remote:path in Google Drive #7814

gitacct5 opened this issue Apr 30, 2024 · 3 comments

Comments

@gitacct5
Copy link

What is your current rclone version (output from rclone version)?

v1.66.0

What problem are you are trying to solve?

Recursively lock/unlock files from remote:path in Google Drive

How do you think rclone should be changed to solve that?

Not sure if this is possible but I was hoping to use something like rclone lock remote:path --recursive and rclone unlock remote:path --recursive to lock/unlock files from Google Drive. Thanks!

@edc-w
Copy link

edc-w commented May 13, 2024

You can lock google drive files. We could probably do this via an rclone backend command.

If you are interested in getting this added as a feature on behalf of your company then please get in touch via sales@rclone.com

@edc-w edc-w added this to the Help Wanted milestone May 13, 2024
@gitacct5
Copy link
Author

Thanks, Ed. I was going through my personal files on Google Drive the other day and found that there isn't an easy way to batch lock files. It seems I have to lock the files one by one so I was wondering if batch locking is something rclone can do..

@ncw
Copy link
Member

ncw commented May 14, 2024

@gitacct5 if we did an rclone backend command then it could be made to do lots of files at once using recursion and --include and --exclude to select files.

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

No branches or pull requests

3 participants