Join and recover backup files

What is the problem you are having with rclone?

I need to recover a backup from Google Drive. The data is fragmented on directories, one directory for day. But I need to join all the data to recover it. Is there any option to do this?

What is your rclone version (output from rclone version)

I don't know, I have lost the access to the source server.

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Centos 7

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)

I think "rclone sync"

The rclone config contents with secrets removed.

I don't know, I have lost the access to the source server.

A log from the command with the -vv flag

I can't do it, I have lost the access to the source server.

Many thanks

Not quite sure what you are asking, but you can use rclone copy from a multiple sources and the use the same destination.

So if I had:

/one
/two
/three

I can

rclone copy /one /combine
rclone copy /two /combine
rclone copy /three combine

and that would merge them all together.

Thanks, but it is not that I need.. Maybe I can resume the question as: "could I copy from Google Drive to my server?"
Thanks

You'd replace the /one with remote:one and /two with remote:two, etc.

So, I undestand that the SOURCE can be Google Drive and the DESTINATION my server. Is it correct?
Many thanks

Yes, the source or destination can be anything you want.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.