Python action script for Rsync

This forum is for questions about Action Groups and Actions. If you're asking yourself "can Indigo do X" then this is may be the place to ask.
User avatar
Radjin
Posts: 151
Joined: Wed May 13, 2015 6:32 am

Python action script for Rsync

Post by Radjin »

I am trying to run the following:

rsync -aP --exclude={"./Trashes"} /Volumes/Media\ Drive/Music /Volumes/NAS1_Media_Server/Backup/Media/Music

How would I do that in the actions using python?

Are there plugins that might do this?

Thanks

Radjin~
It's not rocket science...
User avatar
jay (support)
Site Admin
Posts: 18411
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: Python action script for Rsync

Post by jay (support) »

I don't use rsync, but I wonder if this module would be of any use.

You can probably also just use os.system...
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
Post Reply

Return to “Action Groups and Actions”