rclone/restic config

This commit is contained in:
2025-06-12 21:54:28 +02:00
parent 19548d6f99
commit e373e1f266
2 changed files with 44 additions and 0 deletions
@@ -0,0 +1,5 @@
sudo -i -u root bash << EOF
export RESTIC_PASSWORD="RESTIC_PASSWORD_PLACEHOLDER"
export RESTIC_PROGRESS_FPS=0.01
restic -r rclone:DRIVE:PATH --verbose backup LOCAL_PATH &> LOGFILE.log
EOF