mega-cmd & minio server

minio:

https://bucket.intbird.net/ admin_console

https://buckets.intbird.net/ buckets_repo

https://github.com/minio/minio-java

user name: apiKey

user passwd: apiKeyPrivateKey

mc-client:

mc alias set intbird_minio https://buckets.intbird.net \
intbird_public `$intbird_public`

mc ls minio
mc ls minio/intbird

mega-cmd

https://mega.io/cmd

https://mega.nz/linux/repo/

mega-cmd >>
proxy
sync
quite --only-shell

OneDrive-cmd

https://github.com/abraunegg/onedrive

gui has released: https://github.com/bpozdena/OneDriveGUI

mega-cmd autostartup.service

mega-killsession -a

create by root user

cp /usr/lib/systemd/user/onedrive.service /usr/lib/systemd/user/intbird.pi.service

nano /usr/lib/systemd/user/intbird.pi.service
<<
[Unit]
Description=intbird.pi service
After=network-online.target
Wants=network-online.target

[Service]
WorkingDirectory=/home/pi/Applications/
ExecStart=/usr/bin/mega-cmd-server or pi/Applications/autostartup.sh(755)
Restart=on-failure
RestartSec=3
RestartPreventExitStatus=3

[Install]
WantedBy=default.target

only for pi user

systemctl --user enable intbird.pi.service
systemctl --user status intbird.pi.service

~/Applications/autostartup.sh # or ~/Applications/intbird.pi.sh

#!/bin/bash

nohup /usr/bin/mega-cmd-server >/dev/null 2>&1 &

nohup:

Mega GUI

https://mega.nz/linux/repo/

Debian_11 have not a release version (2022-04-25)

Debian 10 have a gui version

Desktop

GUI:

or cli

 /home/pi/.config/megacmd.desktop

[Desktop Entry]
Type=Application
Version=1.0
GenericName=File Synchronizer
Name=MEGAcmd
Comment=Easy automated syncing between your computers and your MEGA cloud drive.
TryExec=mega-cmd-server
Exec=mega-cmd-server
Icon=mega
Terminal=false
Categories=Network;System;
StartupNotify=false
X-GNOME-Autostart-Delay=30

Cryptomator

no arm64: https://github.com/cryptomator/cryptomator/issues/1053

cli tools can not open valut which created by mac client below version 1.5.0

https://github.com/cryptomator/cli/releases

missing files bug

mega-cmd not sync the file in same directory, but rclone can find it.