在Debian上备份AppImage应用,可参考以下方法:
chmod +x app.appimage(app.appimage为文件名)。cp命令,例如cp app.appimage /backup/appimages/。~/.local/share/和~/.config/目录,可使用rsync命令备份,如rsync -av ~/.local/share/ /path/to/backup/和rsync -av ~/.config/ /path/to/backup/。