Shaun

Results 4 comments of Shaun

Your restore command is wrong. Check https://docs.gitlab.com/ee/raketasks/backup_restore.html#restore and specify only the timestamp.

Thanks for the patch! Feel free to push a Pull Request. I have changed jobs so I haven't used this script for quite a while. If anyone would like to...

That was the best for all the linux versions at the time. under Mac OS the `-f` switch does something else... ``` -f, --canonicalize canonicalize by following every symlink in...

As a workaround, replace line 7 with the following: ``` bash PDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/" ``` I'm working on a more platform-agnostic way of determining...