0x736e6f776f776c.github.io

A blog on tech by 0x736e6f776f776c

Google Drive Replicator

Backup logo

If you use a lot of Google Drives, you know what a hussle it can be to copy multiple files from one place to another, especially if they’re all in different folders. I had the same issue, and so I coded a tool to make fast backups of full Drives or folders. You just give the program the info it needs, authenticate with your Google account, and you can sit back while all your files are being copied to your desired destination(s).

Why does the program need access to sensitive data?

In order for the program to be able to view your files, make copies of them and place the copies in the given destination(s), you will have to give the program access to your files to do exactly that. In order for the program to make proper copies, it also needs access to the metadata of files in your Drives. The information is only used by the program in order to do its job, and the info is not collected by me and certainly not shared with anyone. For more information on the use of data, check the Privacy Policy

How to use the program

If you wish to use the program, just go the program’s Github repository, scroll down, and you’ll see the ReadMe with instructions on how to download and run the program.

Important things to know about the program

I hope you find this program to be useful. You can check out any of my other projects on my Github page. Have a nice day!