mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Added backup sync script.
This commit is contained in:
parent
25c9f7ee21
commit
5f946707e5
1 changed files with 7 additions and 0 deletions
7
releases/syncloop.sh
Executable file
7
releases/syncloop.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for (( ; ; ))
|
||||||
|
do
|
||||||
|
sync
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
Loading…
Add table
Add a link
Reference in a new issue