We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Q. How to run this command in the background using subprocess or anything else....
rclone -v --transfers=16 --drive-chunk-size=16384k --drive-upload-cutoff=16384k copy local_dir gdrive_config:remote_drive_dir
because when browser closed all the child process id subprocess are killed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Q. How to run this command in the background using subprocess or anything else....
rclone -v --transfers=16 --drive-chunk-size=16384k --drive-upload-cutoff=16384k copy local_dir gdrive_config:remote_drive_dir
because when browser closed all the child process id subprocess are killed
The text was updated successfully, but these errors were encountered: