Customisable file transfers using rsync
Project description
synchro
Customisable file transfers using rsync
About
Synchro is a simple python-based tool for customisable file movements, e.g. copying data to a backup server.
Synchro currently supports/includes:
- Transfer via ssh
- Archiving using tar (and option extraction)
- Option to only transfer data when a specific file is present
- Logging to file
To install
To install, you need a Unix-based system with Python (>3.6) installed, and then:
pip install synchro
However, it is recommended to install conda (e.g. miniconda) first and create a new environment:
conda create --name synchro python=3.9
conda activate synchro
pip install synchro
If you don't have rsync installed, you will need to do so. E.g. on macOS it can be installed with homebrew:
brew install rsync
To use
synchro
has two modes of use on the command line, either with flags, or a config file.
Command line flags
Not yet implemented
Config file
The only input is the path to a source directory (the one being transferred).
synchro /path/to/source_directory
This source directory must contain a synchro.conf
file which contains the
information needed for the transfer. Including:
destination
- Where to move the data to e.g./path/to/destination_directory
)untar
- Untar the data after copying? e.g.y
create_dest
- Create the destination directory if it doesn't exist? e.g.y
transfer_ready_file
- A file that must exist in the source directory (or relative path) for the transfer to initative. This option is ignored if the line is missing fromsynchro.conf
Example:
destination = /path/to/destination_directory
untar = y
create_dest = y
transfer_ready_file = ready.txt
N.B. the destination can also be on a remote host (an ssh key must be set up), e.g.:
destination = user@IP:/path/to/destination_directory
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file synchro-0.0.0rc4.tar.gz
.
File metadata
- Download URL: synchro-0.0.0rc4.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ce07959feb811ad634a1f66fd87b48789cb184a4d9299755926d880089e1022 |
|
MD5 | c63b21a4b33f1ba172485b3892574a20 |
|
BLAKE2b-256 | 8cc6fb8fc0bcdb4e409846a850a1257950ae1a0cd651b8a8a5f3b37f1424d7c5 |
File details
Details for the file synchro-0.0.0rc4-py2.py3-none-any.whl
.
File metadata
- Download URL: synchro-0.0.0rc4-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1e66eba81f5cd5f0347b6e89c67527c75f1bbc54f2275799682bb9945b6f69 |
|
MD5 | a5d0ffd77cc9a7f283e9adec7da14458 |
|
BLAKE2b-256 | dc3435478c2be27d01fe89e8930ecb36134325028e7d33652c4a0f5c9709ef1a |