Automatically Backup Your Tasker Configuration After A Change To Your Google Drive 1.1

Automatically upload Tasker backups to your Google Drive account the instant you make a change.

  1. RandyJ
    RandyJ
    5/5,
    Version: 1.1
    Great profile, started to use before I was in the need of it!
  2. bdiddy
    bdiddy
    4/5,
    Version: 1.1
    Here's a way to avoid the looping and all that.
    Tasker AutoCloud Backup (19)
    Abort Existing Task
    A1: List Files [ Dir:Tasker/configs/auto Match: Include Hidden Files:Off Use Root:Off Sort Select:Alphabetic, Reverse Variable:%files ]
    A2: Variable Set [ Name:%times To:%TIMES Recurse Variables:Off Do Maths:Off Append:Off ]
    A3: [X] Array Process [ Variable Array:%files Type:Sort Alpha, Reverse ]
    A4: List Files [ Dir:%files1 Match: Include Hidden Files:Off Use Root:Off Sort Select:Modification Date, Reverse Variable:%backup ]
    A5: Variable Set [ Name:%backupfile To:%backup1 Recurse Variables:Off Do Maths:Off Append:Off ]
    A6: AutoTools Time [ Configuration:Dates to Format: %times
    Format: yyyy-MM/MM-dd HH:mm
    Use Seconds: true
    Output Variable: atcalculated Timeout (Seconds):30 ]
    A7: Variable Set [ Name:%remote_path To:/Tasker/configs/auto/backups/%atcalculateddate.xml Recurse Variables:On Do Maths:Off Append:Off ]
    A8: Perform Task [ Name:Create Drive File Priority:%priority+1 Parameter 1 (%par1):%backupfile Parameter 2 (%par2):%remote_path Return Value Variable:%driveid Stop:Off ]
  3. Mike Janis
    Mike Janis
    5/5,
    Version: 1.1
    Awesome! Thanks.
  4. artpc
    artpc
    5/5,
    Version: 1.1
    Good work...