@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.)
You can only request one archive at a time.
@if (isEmailEnabled()) {
An email will be sent when the export archive is available.
}
Date |
State |
Size |
Expires on |
|
{{ export.createdAt | date: 'medium' }} |
{{ export.state.label }} |
{{ export.size | bytes }}
|
{{ export.expiresOn | date: 'medium' }}
|
Download your archive
|
} @else {
User export is not enabled by your administrator.
}