#10865 closed feature (worksforme)
Want to know best method to rsync to remote servers
Reported by: | btully | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 7.1 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: | macOS 10.14 |
Description
I have a client FTP site that I have been accessing with a Python script that calls duck. It has been running rsync to a locally mounted Google Drive, via Google Drive File Stream. Today, Google made some change that breaks my code. I made a change to locally mount via Mountain Duck. The code is back to working correctly, but is quite slow.
I'm hoping for guidance on the best method to rsync a source connected via SFTP and a destination connected via Google Drive API.
Should I have both sides Mountain Duck? Both sides duck? Does it matter?
Any guidance appreciated.
Change History (1)
comment:1 Changed on Nov 28, 2019 at 9:11:27 AM by dkocher
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You can mount both Google Drive and SFTP with Mountain Duck and use rsync to copy files between the two volumes.