0ec5b2745d
Signed-off-by: Nextcloud bot <bot@nextcloud.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
img | ||
js | ||
l10n | ||
lib | ||
screenshots | ||
src | ||
templates/settings/personal | ||
tests | ||
vendor-bin | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.l10nignore | ||
.nextcloudignore | ||
.php-cs-fixer.dist.php | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
krankerl.toml | ||
package-lock.json | ||
package.json | ||
psalm.xml | ||
release.sh | ||
stylelint.config.js | ||
webpack.config.js |
README.md
Nextcloud User migration
👤➡ User migration app for Nextcloud
This app allows users to easily migrate from one instance to another using an export of their account.
- 🐱 Log in to cat.example.com/nextcloud
- ⚙ Go into
Personal settings
>Data migration
- ☑ Select what you want to export (settings, files, profile information, profile picture, calendars, contacts…)
- ⚙ Start the export and wait for the server to process it
- 📁 Download the resulting file called
user.nextcloud_export
- 🐶 Open an account on dog.example.com/nextcloud
- 🡅 Upload
user.nextcloud_export
into your files - ⚙ Go into
Personal settings
>Data migration
and start the import - 🎉 Enjoy your stay on your new instance and close you old account
Screenshots
Select what to export from your old instance
Export in progress
Import into your new instance
occ Commands
The following occ
commands are available. For a full description of command usage please pass the --help
flag.
Export
occ user:export [options] [--] [<user> [<folder>]]
Import
occ user:import [options] [--] <archive>