8000 GitHub - dsgnr/rclone-pbs-script: Proxmox Backup Server rclone script for BackBlaze
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Proxmox Backup Server rclone script for BackBlaze

Notifications You must be signed in to change notification settings

dsgnr/rclone-pbs-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rclone-pbs-script

Inspired by https://r00t.dk/post/2022/05/28/rsync-rclone-experience-backing-up-proxmox/, this script has been modified to support multiple backends, as well as send an optional notification to healthchecks.io.

Usage

backup

bash -x rclone.sh [SRC] [BACKEND]:[BUCKET]/[DIR]

Restoring

Create the restore directory in your Proxmox Backup Server appliance

root@pbs:~# mkdir /restore

Create the Repository in PBS

cat <<EOF >> /etc/proxmox-backup/datastore.cfg
datastore: RestoreTest
        path /restore
EOF

Perform the restore sync from the Rclone Backend

root@pbs:~# rclone sync \
    --progress \
    --stats-one-line \
    --stats=30s \
    --transfers=24 \
    --checkers=24 \
    --config=./.rclone.conf \
    [BACKEND]:[BUCKET]/[DIR] /restore/.

Secrets

Secrets are sourced from env_conf. There is an example at env_conf.example which should be updated and renamed for your use.

About

Proxmox Backup Server rclone script for BackBlaze

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0