What is the problem you are having with rclone?
I am trying to automate a backup from one Google Teamdrive (A) to another Google Teamdrive (B).
The backup/copy is made using rclone in combination with crontab.
The copy seems successful (folders are being created in drive B, pdf-, jpg, and MS Office files are copied) but Google files are not copied to drive B (Google docs, Google spreadsheets,...)
Is it possible to copy Google files with rclone + crontab?
P.S. I am no Linux-expert at all. It just copy and past code i find on the internet to make things work.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.2
- os/version: raspbian 10.13
- os/kernel: 5.10.103-v7l+ (armv7l)
- os/type: linux
- os/arch: arm (ARMv7 compatible)
- go/version: go1.23.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
0 0 * * 5 rclone copy Teamdrive_Teamdrive_A: Teamdrive_AUTOBackup_Teamdrive_B:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[Teamdrive_AUTOBackup_Teamdrive_B]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = XXX
root_folder_id =
[Teamdrive_A]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = XXX
root_folder_id =
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
Since the Drive is 200GB+, the log report would be enormous. When using the following command
rclone copy Teamdrive_A: Teamdrive_AUTOBackup_Teamdrive_B: -vv
the log keeps coming...
I hope this problem can be solved without posting this log? If needed, i will look for another way to send this in.