Back to Peertube

My Account Export.Component

client/src/app/+my-account/my-account-import-export/my-account-export.component.html

8.1.52.0 KB
Original Source

EXPORT

@if (isExportEnabled()) {

You can request an archive of your account containing:

  • Your account settings with avatar file
  • Your channels with banner and avatar files
  • Your muted accounts and servers
  • Your comments
  • Your likes and dislikes
  • Your subscriptions and followers
  • Your video playlists with thumbnail files
  • Your videos with thumbnail, caption files. Video files can also be included in the archive
  • Your video history

The exported data will contain multiple directories:

  • A directory containing an export in ActivityPub format, readable by any compliant software
  • A directory containing an export in custom PeerTube JSON format that can be used to re-import your account on another PeerTube instance
  • A directory containing static files (thumbnails, avatars, video files etc.)

Videos and playlists from collaborated channels, as well as your channel collaborators, will not be included in the archive.

You can only request one archive at a time.

@if (isEmailEnabled()) {

An email will be sent when the export archive is available.

} @if (userExports && userExports.length !== 0) {

DateStateSizeExpires on
@for (export of userExports; track export) {{{ export.createdAtptDate: 'medium' }}{{ export.state.label }}@if (export.size) { {{ export.size
}
}

} @else {

User export is not enabled by your administrator.

}

Archive settings

@if (hasAlreadyACompletedArchive()) { You already have an active archive. Requesting a new export archive will remove the current one. } @if (errorInModal) { {{ errorInModal }} } Including video files is required if you want to re-import your videos on another PeerTube website @if (archiveWeightEstimation) { If you include video files, the archive file will weigh approximately {{ archiveWeightEstimation | bytes }} }