Raspberry-Pi-for-iPhone-Backup
Raspberry-Pi-for-iPhone-Backup copied to clipboard
remove hardcoded paths since newer Raspbian asks for a user name upon installation
At least since switching to Debian Bullseye Raspbian does no longer install the user pi by default, but asks for a user name upon installation or first boot process (don't know exactly anymore). Now - that makes the hardcoded paths in this repo a problem.
As stated in a different issue here I don't know how to make a PR - but AFAICT there's little change needed to get rid of the hardcoded paths:
backup-iphone.sh backup-iphone.py udev-runs-this.sh Raspberry-Pi-for-iPhone-Backup/home/pi/monitor.sh /etc/udev/rules.d/lol.rules
and of course the README.md seem to be the files that need to be changed.