Skip to content

Backup & Restore

AaronYTDev edited this page Jul 6, 2026 · 1 revision

fastfetch-config allows you to backup & restore your entire fastfetch configuration.

How to backup

Either use this command (replacing (name) with the name of your backup):

ff backup (name)

Or use the "Create backup" option in the TUI, with the input being the name of your backup.

How to restore

Either use this command (replacing (name) with the name of your backup):

ff restore (name)

Or use the "Restore backup" option in the TUI, with the input being the name of your backup.

How to remove backups

Either use this command (replacing (name) with the name of your backup):

ff backup rm (name)

Or use the "Remove backup" option in the TUI, with the input being the name of your backup.

Clone this wiki locally