-
Notifications
You must be signed in to change notification settings - Fork 527
splitting up as discussed. #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I hate this whole unbound variable protection mode, but it sure does catch bugs. :)
More logging & partition start point
U/rtgoodwin/more logging
…into the main cifs config
…n argument instead of a environment variable
- using new ip lookup function
take out rclone specific logic out of here and move into rclone_archive
…/ installation. this will allow a user to run configuration multiple times.
|
Is |
|
hey there. i split this up because as you know, setting up the partitions is more of a one time thing and failing to mount your archive currently breaks the whole process. the split allows you to run configure multiple times to get (and eventually change/update) your archive server without a full reinstall. from a functional perspective if you add @rtgoodwin - would you mind making the rc.local change for headless? also let's move this discussion to #81 since this is merged. |
you should now be able to run the configure.sh repeatedly to update scripts provided the environment variables are set properly. setup does more of the one time heavy lifting... i.e. create the partitions, create the usb drive and edit fstab.
i tested this twice from a clean sd card build .. once before and after the merge from master.