Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Local backup so GSuite Drive

Featured Replies

I'm looking for a way to replicate what I have on GSuite Drive down to UNRAID as a backup. Doesn't need to be 2-way sync or anything fancy, just a straightforward copy of everything on Drive. If I can keep version history and deletions, great, if not, no problem. I'd just like a local copy.

 

I don't really want to run a VM just for this, would prefer a Docker or similar and needs to be easy to set up ?

 

Is there anything simple I can use?

you could use the duplicati docker, although personally I found it a bit buggy but other users have had more joy.

 

I currently use the rclone plugin to do a very simple copy job via the user scripts plugin every night that syncs my files to a rclone remote and moves deleted files to a backup folder that is purged after 365 days, so I have a copy of anything deleted

 

rclone sync /mnt/user/dzs backup:dzs --backup-dir backup:old -v --drive-chunk-size 512M --checkers 4 --fast-list --transfers 4 --bwlimit 6000k
rclone sync /mnt/user/nextcloud backup:nextcloud --backup-dir backup:old -v --drive-chunk-size 512M --checkers 4 --fast-list --transfers 4 --bwlimit 6000k
rclone sync /mnt/user/public backup:public --backup-dir backup:old -v --drive-chunk-size 512M --checkers 4 --fast-list --transfers 4 --bwlimit 6000k
rclone sync /mnt/disks/sm961/iso backup:sm961/iso --backup-dir backup:old -v --drive-chunk-size 512M --checkers 4 --fast-list --transfers 4 --bwlimit 6000k


rclone delete --min-age 365d backup:old

 

  • Author

Not a big fan of running something that is buggy. I really want to set up something that is set and forget without having to worry about it's ongoing reliability.

 

I've heard lots about rclone / rsync, but to be honest, that's on more of the complicated level for me... Unless I can get some hand holding setting it up, then knowing it's just working?

 

Are there guides for such a thing?

rclone is quite simple.  Luckily there's a handy video that will get you up to speed to the necessary level to do a basic backup.  After watching the video read this page https://rclone.org/commands/rclone_sync/ to see the full list of sync options, including the ones I've chosen

 

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.