-
Notifications
You must be signed in to change notification settings - Fork 421
Open
Labels
Description
MEGAcmd version
2.4.0
Operating System/Platform
Linux
Platform version. In the case of Linux, please enter the Linux distribution you are using.
Ubuntu 24.04 LTS
Steps
- Start the
mega-cmd-serverand login withmega-login - Set up the sync -
mega-sync /mnt/sync /Test - List the sync -
mega-sync /mnt/sync
Expected behavior
mega-sync only lists out the status of the synchronization, as stated in the command's help.
~ % mega-sync /mnt/sync /Test
Added sync: /mnt/sync to /Test
~ % mega-sync /mnt/sync
ID LOCALPATH REMOTEPATH RUN_STATE STATUS ERROR SIZE FILES DIRS
ImKE8-E790A /mnt/sync /Test Running Syncing NO 92.44 MB 3220 754
Actual behavior
mega-sync pauses the synchronization while listing out its status.
~ % mega-sync /mnt/sync /Test
Added sync: /mnt/sync to /Test
~ % mega-sync /mnt/sync
Sync paused: /mnt/sync to /Test
ID LOCALPATH REMOTEPATH RUN_STATE STATUS ERROR SIZE FILES DIRS
ImKE8-E790A /mnt/sync /Test Disabled Processing NO 92.44 MB 3220 754
Reactions are currently unavailable