owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Allow to export metadata-only #112

Closed IljaN closed 4 years ago

IljaN commented 4 years ago

Description

Export metadata only without writing files

Related Issue

Closes #97

Motivation and Context

As with bigger migrations there is simply no room to copy the data this PR adds an option where only the metadata is exported and the data-directory of source->target system can be moved/mounted manually

codecov[bot] commented 4 years ago

Codecov Report

Merging #112 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #112      +/-   ##
============================================
+ Coverage     86.77%   86.81%   +0.04%     
- Complexity      186      187       +1     
============================================
  Files            31       31              
  Lines           892      895       +3     
============================================
+ Hits            774      777       +3     
  Misses          118      118
Impacted Files Coverage Δ Complexity Δ
lib/Command/ExportUser.php 82.35% <100%> (+2.35%) 4 <0> (ø) :arrow_down:
lib/Exporter.php 100% <100%> (ø) 3 <2> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b44485...bd14a39. Read the comment docs.