Skip to main content

A simple backup utility for folders and files.

Project description

muckup

A simple backup utility built with Python and Click.

Installation

pip install muckup
or
git clone https://github.com/manorajesh/pyty.git
pip install -r requirements.txt
bin/muckup

Usage

muckup [-dntHi] SOURCE DESTINATION
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)
-n, --name TEXT: Change the default name from backup to any string
-t, --timestamp: Remove timestamp from the name
-H: Dereference symbolic links (i.e. copy files and/or folders pointed to by symbolic links)
-i: Request a (y/n) confirmation before preforming backup command (WIP)
-g TEXT: Change timestamp format using the time.strftime directives.
-h, --help: Show this message in shorter form.


Contents of requirements.txt

click==8.1.3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

muckup-0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

muckup-0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page