Staubgeborener / klipper-backup

Klipper backup script for manual or automated GitHub backups. Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
220 stars 46 forks source link

Does not back up symbolic links like those used by ERCF #90

Closed jwhite closed 2 months ago

jwhite commented 3 months ago

Code of Conduct

What happened

By default, this will skip symbolic links, which is probably not the desired behavior.

Adding the -l flag to rsync will copy those.

What did you expect to happen

My backups would be created.

How to reproduce

Install any klipper extension that puts symbolic links into printer configuration.

Additional information

No response

Tylerjet commented 3 months ago

Symbolic Links are not backed up as they are read only files https://github.com/Staubgeborener/klipper-backup/issues/69#issuecomment-1965839873

Tylerjet commented 3 months ago

You can see it in Fluidd and mainsail denoted by the lock icon and in some of the files denoting they are read only.

image image

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 14 days with no activity.