From a635241403301abe191674583b0bca1beb7010b0 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 23 Aug 2024 18:53:01 +0000 Subject: [PATCH] added rclone example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8ded37c..47d6697 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,14 @@ options: ``` # Command to run everything at 22:00 (10PM) on the 2nd and 17th of the month. Will backup all configured bitwarden accounts and upload to seafile 0 20 2,17 * * /usr/bin/apt update; /usr/bin/apt upgrade -y; /usr/bin/python3 /opt/bitwardenbackup/bitwardenBackup.py; /usr/bin/curl https://rclone.org/install.sh | bash; /usr/bin/rclone move /opt/bitwardenbackup/exports seafile: --include "*.gpg"; /sbin/shutdown -P now +``` + +# Example Rclone config file +``` +[seafile] +type = webdav +url = https://gaunt.cloud/seafdav/Bitwarden%20Backups/ +vendor = other +user = bitwardenbackup@gaunt.cloud +pass = ***** ``` \ No newline at end of file