Last active 11 hours ago

Revision 7afe3171a3447f9e032536dd8c475578e3f6cec3

nextcloud.md Raw

old server

tar cpvf nc.tar nextcloud
split -b 5G ./nc.tar ./nc.tar.part_
rm -f nc.tar

New server

cat nc.tar.part_* | tar -xpvf -