rclone/restic config
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user