install.fairie/docs/cli/commands/librewolf-profile-backup.md
2023-08-08 03:06:49 -04:00

952 B

title description sidebar_label slug githubLocation repoLocation
LibreWolf Profile Backup Backs up the user's LibreWolf profile to the user's S3-backed Restic repository librewolf:profile:backup /cli/commands/librewolf-profile-backup https://github.com/megabyte-labs/install.doctor/blob/master/home/dot_config/task/Taskfile.yml#L303 home/dot_config/task/Taskfile.yml

This command backups the LibreWolf user data profile to an S3-backed Restic repository if the profile exists. If the repository has not been initialized then it will initialize it. After you backup the profile, you can restore it with the librewolf:profile:restore command like so:

run librewolf:profile:restore

The LibreWolf backup is encrypted with the same key that Chezmoi uses (stored in ~/.config/age/chezmoi.txt, by default). The backup uses Restic so all the functionality that Restic offers is available with backups made by this command.