A simple backup utility for folders and files.
Reason this release was yanked:
No functional changes; only changes to docs
Project description
# muckup
A simple backup utility built with Python and [Click](https://click.palletsprojects.com/en/8.1.x/).
## Installation pip install muckup <br> or <br> git clone https://github.com/manorajesh/pyty.git <br> pip install -r requirements.txt <br> bin/muckup
## Usage muckup [-dntHi] SOURCE DESTINATION <br> Simply type in the source path (can be relative) and destination path (can also be relative). The script will copy everything in the source (or the entire file) and copy it to the destination with the default name (backup-%Y-%m-%d_%H:%M:%S). Note: when copying one file, the extension will __not__ be preserved.
### Command Option Help -d, –dry-run: Run the command without actually copying or pasting files (use for testing purposes) <br> -n, –name TEXT: Change the default name from backup to any string <br> -t, –timestamp: Remove timestamp from the name <br> -H: Dereference symbolic links (i.e. copy files and/or folders pointed to by symbolic links) <br> -i: Request a (y/n) confirmation before preforming backup command (WIP) <br> -g TEXT: Change timestamp format using the [time.strftime directives](https://docs.python.org/3/library/time.html#time.strftime). <br> -h, –help: Show this message in shorter form.
<hr>
##### Contents of requirements.txt click==8.1.3
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 muckup-0.1.tar.gz
.
File metadata
- Download URL: muckup-0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 516c41212466a72694ab24542087dca62a02089f5c1d6517c21473b5511937b8 |
|
MD5 | 54e8b0d8f91ccd85043e8f1c2590f1ea |
|
BLAKE2b-256 | f6354b1127dde84a2ceefd78f0062cf930754793f053223e2a185221dd88cd43 |
File details
Details for the file muckup-0.1-py3-none-any.whl
.
File metadata
- Download URL: muckup-0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b866569943f504afa56fcc45b5556362ed37c0cb3668673fc090409d314eb7 |
|
MD5 | 68044970c5017523de8e3f8b4293f833 |
|
BLAKE2b-256 | 87163ce9bab4a05f979c55e9dd3c9f4011e5cc712efe3b1af7671e2cb697f539 |