b03c398e35
Many other refactors/fixes/improvements inlcuding to supervisor now suitable for release 30
8 lines
No EOL
376 B
Text
Executable file
8 lines
No EOL
376 B
Text
Executable file
opt=${1:-opt}
|
|
rsync -r ../src/rootfs/opt/lib/ $opt/lib/
|
|
rsync -r ../src/rootfs/opt/supervisor/ $opt/supervisor/
|
|
rsync -a ../src/rootfs/opt/bin/ $opt/bin/
|
|
rsync -r ../src/rootfs/opt/env/ $opt/env/
|
|
rsync -r ../src/rootfs/opt/nextcloud/config/ $opt/nextcloud/config
|
|
rsync -r ../src/rootfs/opt/caddy/conf/ $opt/caddy/conf
|
|
rsync -r ../src/rootfs/opt/nextcloud/db/ $opt/nextcloud/db |