-
Notifications
You must be signed in to change notification settings - Fork 576
Updating the Project
Graham Garner edited this page Nov 6, 2019
·
3 revisions
The backup scripts will be modified in the future to add Gdrive backups and to avoid the need to uncomment the cloud storage location. The act of modifying the file will cause Git report changes in the working directory and will not update correctly. The immediate workaround is to execute the following instruction:
git checkout `git ls-files -m`
The working directory will be reset and the project can be updated by running:
git pull origin master
You will need to edit docker_backups.sh to uncomment the Dropbox-Uploader