Using Tencent Cloud Object Storage COS for Automatic File Backup/Sync on Manjaro Linux (KDE) and Creating COSBrowser Desktop Shortcut
Using Tencent Cloud Object Storage COS on Manjaro Linux (KDE) for backing up and cloud syncing some configuration files. Using the official Tencent Cloud Object Storage COS tool COSBrowser, and creating an application desktop shortcut.
Download the Linux platform COSBrowser in AppImage format;
Create application desktop shortcut:
sudo nano /usr/share/applications/cosbrowser.desktopShortcut file content:
[Desktop Entry]Encoding=UTF-8Type=Application#Application nameName=COSBrowser#Icon path COSBrowser logo https://cosbrowser.cloud.tencent.com/img/logo.pngIcon=/home/zhaojian/Cores/Tools/Linux/cosbrowser/cosbrowser_logo.png#Whether to open terminal on startupTerminal=false#AppImage file pathExec=/home/zhaojian/Cores/Tools/Linux/cosbrowser/cosbrowser.AppImage --no-sandbox#CategoryCategories=Network;#DescriptionComment=COSBrowser - Tencent Cloud Object Storage- Add to startup, run every boot to achieve automatic file backup.