Questions tagged [rclone]
98 questions
0
votes
0 answers
LINUX Copy the name of the newest folder and paste it in a command
I would like to know if it's possible to grab the newest folder inside a directory and use that in a command automatically for linux. What I am trying to achieve is the following:
There is a folder called/home/admin/web/backups/FTP/ where a software…

Juan
- 13
- 2
0
votes
1 answer
rclone and set/reset public access level of azure container
It seems that the tool rclone has limitation not to allow set/reset public access level to either blob or container of a container either at the time of creation or later. Container has default public access level set to private.
Here is the rclone…

MaNKuR
- 2,578
- 1
- 19
- 31
0
votes
1 answer
Will rclone --ignore-existing prevent ransomware damages?
I am rclone backing up files multiple times a day. I would like my backup server to be a recovery point from ransomware or any other error.
Am I correct that if I do a
rclone copy --ignore-existing
, my backup server is safe from the ransomware. If…

T. Lacy
- 11
- 1
- 3
0
votes
0 answers
Running fish shell script immediately at X login?
So, I have seen some other answers out there on similar questions, and I think I'm getting closer to an answer on my specific question. However, none of the answers I've seen are exactly what I need just yet.
So, I know that you can load things at…

GregTheHun
- 61
- 1
- 6
0
votes
0 answers
Python Subprocess Keeps Stopping Itself
I'm running a python script where I'm using subprocess to call serious of rclone copy operations. Since rclone isn't a native command, I'm defining it from a shell script run automatically by my .bashrc file. I can confirm that works since…

Sammy Wammy
- 55
- 6
0
votes
1 answer
No such directory or file - Mac
I'm pretty rookie to this, but I managed to get this code running when I had a PC.
Now I want to get this working on my MacBook.
I'm using Rclone to sync to Jottacloud, and I want to make a clickable file, just as a .bat file in windows.
This is my…
0
votes
1 answer
RClone: Store AWS S3 Access key and Secret key in my server rather than users computer / Desktop application
I have created a desktop application using GoLang Fyne and RClone. I will be using sync and mount functionalities of RClone with S3 and I don't want to store the AWS access key and Secret key in my desktop application (end users desktop application…

user259060
- 121
- 6
0
votes
1 answer
linux - rclone and script
I want make daily backups on my dropbox using rclone it works fine with cron but i want make it like this
today i got folder test on my dropbox and tomorrow i want folder test1 and next tomorrow folder test2 instead overwriting test folder so i can…

imnotmad
- 1
0
votes
0 answers
configure rclone drive from shell script
I want to use a shell script to configure rclone to use a OneDrive. The only user interaction I want is for authentication. Currently, I am using the command line :
$ rclone config create MyOneDrive onedrive --onedrive-drive-type business
But, when…

François
- 123
- 1
- 10
0
votes
1 answer
Is it true that the Drive API does not revoke the token but the Gmail API revokes when the account password is changed?
UPDATE TITLE: "Why does RCLONE work with Drive API without credentials, while Gmail API doesn't?" to "Is it true that the Drive API does not revoke the token but the Gmail API revokes when the account password is changed?"
What does the link below…

CESAR MURILO DA SILVA JUNIOR
- 15
- 1
- 9
0
votes
0 answers
Python: Parse terminal response
I want to write a script for automatic backing up some documents on my raspberry pi to a google drive. Therefore I installed rclone and it seems to work well.
For organisation purpose I want to create for every upload a new folder with a 3 digit…

Nopact
- 3
- 2
0
votes
2 answers
Prevent rclone from re-copying files to AWS S3 Deep Archive
I'm using rclone in order to copy some files to an S3 bucket (deep archive). The command I'm using is:
rclone copy --ignore-existing --progress --max-delete 0 "/var/vmail" foo-backups:foo-backups/vmail
This is making rclone to copy files that I…

alexandernst
- 14,352
- 22
- 97
- 197
0
votes
0 answers
invalid_account_type in rclone to dropbox
We currently need to send large files to a dropbox. We're using rclone to do this. We are using the trial period from dropbox advanced.
When we try to send by rclone using the api, the console reports:
"invalid_account_type/feature", as we can see…

cpdtexto
- 1
- 2
0
votes
1 answer
How to make an ftp remote with rclone
I'm trying to sync an ftp server with a google cloud bucket. I think the easiest way to do this is with rclone.
According to the docs, rclone can link up to ftp easily. However, when running it myself, the output I get is very…

Nathan
- 3,558
- 1
- 18
- 38
0
votes
1 answer
rclone move folder to folder in digitalocean spaces
I'm using rclone with centos. I moved my files in my spaces. (160k totally) and i want to move my folders to another folder in space.
I try this command:
rclone move spaces:mycdn/tester spaces:mycdn/testerin
it doesn't work and gives me:
ERROR : :…

welldone
- 1