920921922923924925926927928929930
List<File> backupDirsList = initBackupDirs(storageDir); restorers.add(new DirectoryRestore(dataDirsList, backupDirsList)); } return new ComplexDataRestore(restorers); } catch (IOException e) { throw new BackupException(e); }
966967968969970971972973974975976