Skip to content

alanf/push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

push-sync

Use this command line tool to sync only the Project files that have changed on your Push 3 Standalone

(powered by rsync)

Usage

Sync projects from your Push

./push-sync.sh fromPush "/path/to/your/local/folder"

Sync projects to your Push

./push-sync.sh toPush "/path/to/your/local/folder"

Example output

Syncing TO Push 3...
building file list ... 
2434 files to consider
Song for a Stranger Live Project/
Song for a Stranger Live Project/12.4 Song for a Stranger Live.als
      296274 100%   41.88MB/s    0:00:00 (xfer#1, to-check=489/2434)

sent 316991 bytes  received 48 bytes  211359.33 bytes/sec
total size is 20065318343  speedup is 63289.75
Sync successful.

Note

You must have created a public RSA key and added it to http://push.local/ssh

The script hardcodes this RSA key as "$HOME/.ssh/id_rsa_push". You can either copy your key to this location or create it with this name first:

  1. ssh-add ~/.ssh/id_rsa_push
  2. Add to the http://push.local/ssh UI
  3. ssh -i ~/.ssh/id_rsa_push ableton@push.local

Coffee?

It's $agoodcause on Venmo to keep the caffeine and bash scripts flowing

About

Script for syncing the Ableton Push 3 standalone to a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages