Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171704

Datastore synced with Rclone broken?

$
0
0
I'm trying to set up a remote sync to a friend's RPI for my Proxmox Backup Server. I've been using this script that uses Rclone with an encrypted remote (Crypt) on a schedule:
Bash:
#!/bin/bash

# A simple script to back up PBS to Crypt remote

_lock_file=/root/.tertiary_backup.lock

_schedule_time=1:30
_max_duration="7.5h"
_cutoff_mode="soft"

_datastore_dir_name=Primary_Backup
_datastore_dir_path=/mnt/datastore/$_datastore_dir_name
_config_dir=$_datastore_dir_path/host_backup...

Read more

Viewing all articles
Browse latest Browse all 171704

Trending Articles