Fxxkrlab ICopy Versions Save

fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.

v0.2.2-Post.2

3 years ago

version 0.2.2-Post.2

  • Fixbugs:
    • FIXBUG : Msg ParseMode Error

v0.2.2

3 years ago

version 0.2.2

  • Update :

    • ADD : source link in task message
  • Fixbugs:

    • FIXBUG : syntax error
    • FIXBUG : local variable error

v0.2.1-Post.5

3 years ago

version 0.2.1-Post.5

  • Fixbugs:
    • FIXBUG : local variable assignment error
    • FIXBUG : dict error
    • FIXBUG : SQL Error

v0.2.1-beta.1

3 years ago

version 0.2.1-beta.1

NOTICE : The correct hash is : 19f8ab7
NOTICE : Please replace the old "conf.toml" with the new one."conf.[web]dashboard" is the switch of WEB Service.conf.[web]port is the WEB service port.
( 0 = Off, 1 = On )
Default Account&Password : admin,admin
Upgrade method :

1 git pull
2 pip3 install -r requirements.txt
3 edit and replace the new conf.toml
4 python3 iCopy.py
  • Update :

    • ADD : iCopy WEB DASHBOARD
    • ADD : "/set web" command for set web account&password
    • ADD : WEB Section in "conf.toml"
    • ADD : API v1
    • ADD : logs for dedupe,purge,size
    • ADD : COMMAND doc in docs
    • FIX : run_args
    • FIX : Command & Flags
  • Fixbugs :

    • FIXBUG : local variable assignment error

v0.2.0-beta.6.7

3 years ago

version 0.2.0-beta.6.7

  • Update :

    • ADD : renew requirements.txt.
    • ADD : "__version__"
  • Fixbugs :

    • Compatible with the old version of the database format
    • Fix floatify format error when the size is 0

v0.2.0-beta.6.6

3 years ago

version 0.2.0-beta.6.6

  • Update :
    • Block "googleapiclient.discovery" warning prompt.
    • Deprecated "cache_discovery"

v0.2.0-beta.6.5

3 years ago

version 0.2.0-beta.6.5

  • Fixbugs:
    • FIX : local variable assignment error
    • FIX : try to change restart function args

v0.2.0-beta.6.4

3 years ago

version 0.2.0-beta.6.4

  • Fixbugs:
    • FIX : "/set" function "import as name" error

v0.2.0-beta6.3

3 years ago

version 0.2.0-beta.6.3

  • Update :

    • ADD : "/kill size","/kill purge","/kill dedupe" was added to terminate the execution of these tasks
  • Root Command:

    • start - nothing just say hello

    • menu - main entry point
      quick - quick mode
      copy - full mode
      set - customize settings
      task - task query
      reset - restore task
      size - just size task
      dedupe - dedupe drives and folders
      purge - delete files and folder in specified fav trash bin
      cancel - cancel TG conversation
      kill - kill task
      ver - check iCopy version
      restart - restart iCopy

    • Child Command:

      • set - customize settings
        ┖ set - batch way
        ┖ set rule - rules
        ┖ fav|quick +/- id - single way
        ┖ set purge - purge favorites
      • size - size query
        ┖ size - size the shared resource
        ┖ size id - size specified task
        ┖ size fav - size specified favorites
      • dedupe - dedupe drives and folders
        ┖ dedupe - dedupe specified favorites
        ┖ dedupe id - dedupe specified task
      • task - task query
        ┖ task - task in processing
        ┖ task list - future 10 tasks
        ┖ task id - show the specified task
      • reset - restore task
        ┖ reset - restore current task
        ┖ reset id - restore the specified task
      • kill - kill task
        ┖ kill - kill current transferring task
        ┖ kill task - kill current transferring task
        ┖ kill size - kill sizing task
        ┖ kill purge - kill purge task
        ┖ kill dedupe - kill dedupe task

v0.2.0-beta.6.2

3 years ago

version 0.2.0-beta.6.2

  • Update :

    • ADD : Add "rmdir" operation to the "/Purge" function to clear the empty folder in the root directory.
  • Fixbugs :

    • FIX : "/dedupe" sendMsg error.
    • FIX : Insert DATABASE error while dedupe payload finished.