Staubgeborener / Klipper-Backup

Klipper-Backup is a script for manual or automated Klipper GitHub backups. It's Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
287 stars 56 forks source link

[Feature request]: Can Add something in the Automated Backups Doc? #48

Closed GHTGXL closed 9 months ago

GHTGXL commented 9 months ago

Is your feature request related to a problem? Please describe.

Because I'm using CB1, the link is not /home/mks/klipper-backup/script.sh, it is /home/biqu/klipper-backup/script.sh, and the user is also different, is not root, is biqu.

Describe the solution you'd like

So can add the warning about the different link and the username?

Describe alternatives you've considered

Or another way to remind you about these two?

Additional information

No response

Staubgeborener commented 9 months ago

Are we talking about the systemd service file?

Tylerjet commented 9 months ago

Will be updated in the docs please change ExecStart line in the service to:

ExecStart=/bin/bash -c 'bash $HOME/klipper-backup/script.sh "New Backup on boot $(date +%%D)"'

Staubgeborener commented 9 months ago

The docs are updated now