The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ap-backup - Backup an ActivityPub account

SYNOPSIS

ap-backup.pl <-u user:password|-o OAuth-Bearer-Token> <url>

DESCRIPTION

ap-backup is used to backup an ActivityPub account, authentication is required.

-u

HTTP Basic Auth

-o

OAuth2 Bearer Token

url

ActivityPub user URL or outbox URL

Activities are saved in the current working directory via their id, it's recommended to launch in a dedicated directory.

Known to work against Pleroma.

LICENSE

BSD-3-Clause