zhaoJian's Tech Notes

Using Tencent Cloud Object Storage COS for Automatic File Backup/Sync on Manjaro Linux (KDE) and Creating COSBrowser Desktop Shortcut

Technology ~1049 words · 3 min read - views

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.

  1. Download the Linux platform COSBrowser in AppImage format;

  2. Create application desktop shortcut:

sudo nano /usr/share/applications/cosbrowser.desktop

Shortcut file content:

[Desktop Entry]
Encoding=UTF-8
Type=Application
#Application name
Name=COSBrowser
#Icon path COSBrowser logo https://cosbrowser.cloud.tencent.com/img/logo.png
Icon=/home/zhaojian/Cores/Tools/Linux/cosbrowser/cosbrowser_logo.png
#Whether to open terminal on startup
Terminal=false
#AppImage file path
Exec=/home/zhaojian/Cores/Tools/Linux/cosbrowser/cosbrowser.AppImage --no-sandbox
#Category
Categories=Network;
#Description
Comment=COSBrowser - Tencent Cloud Object Storage
  1. Add to startup, run every boot to achieve automatic file backup.
Share:

Comments