How to copy or sync your share to g suite


cuchyto

Recommended Posts

11 hours ago, cuchyto said:

i have unlimited  g suite and i want to sync  or copy my 4 unraid  share . 

 

 

Hi, 

 

Ensure you have the "rclone" & "user scripts" plugins. Once you have both configured (plenty of tutorials on here), setup a script with the following;

 

rclone copy /mnt/user/sys32 GoogleDriveBackupCrypt:/unraid/sys32
rclone copy /mnt/user/backups GoogleDriveBackupCrypt:/unraid/backups
rclone copy /mnt/user/nextcloud GoogleDriveBackupCrypt:/unraid/nextcloud

 

As you can see from above, I have three folders that are copied to G-Suite (sys32, backups & nextcloud), which I have scheduled daily. Obviously you will need to ensure the path names, both source and destination, are correct for your circumstances and case sensitive. You can also swap out "copy" for "sync" however as G-Suite is unlimited, I prefer to backup more than is strictly required and have the option of restoring something I recently deleted. 

 

Hope this helps. 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.