Basically, we want to automate a backup process using Google drive.
The process is that every Sunday, we create a subfolder in our main BACKUP folder and rename that with the date today + “BACKUP” (so like “02-25-2022 BACKUP”). We then copy certain folders (including their subfolders and files) to this backup subfolder, and suffix the “02-25-2022 BACKUP” in the folder or filename (So “Testfile” becomes “Testfile - 02-25-2022 BACKUP” and “TestFolder” becomes “Testfolder - 02-25-2022 BACKUP”.
And that’s about it. The problem is our files that need to be backed up are increasing, and doing the process above is becoming tedious.
We scanned Zapier’s capability and it seems it can only copy files (not folders and subfolders). And it seems it can only copy one file at a time.
Did anyone perhaps tried doing the same thing, and provide guidance? Or will this involve some higher form of development/programming?