Update 'README.md'

Update README.md
This commit is contained in:
Peter Green 2023-01-08 13:16:44 +00:00
parent c6494c578e
commit fdfdd93d6e
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# Pendrive Backup
If you would rather use the 'sneaker net' to transfer data between computers, then this script might be for you. Assuming you use Linux...
'Pendrive Backup' is a script for Linux systems, that can be installed multiple times for different back up jobs.
The idea being that if you are working on a project and want to switch between computers, say desktop at the office and laptop at home, this script makes it easy to transfer the relevant data back and forth between computers.
When you run an (installed) instance, just select 'to' or 'from' the USB device.
NOTE, this script backs up differentially, so it will delete data on the destination drive if it's not present on the source drive.
When you run an (installed) instance, just select 'to' or 'from' the USB device, ('t' or 'f' in reality).
### Installation
@ -13,13 +13,13 @@ After downloading the script archive and decompressing it, run the install.sh sc
This will install the 'main' script and icon to your home directory, under ~/bin.
It will also install a menu entry which will be under, 'Other'.
You can do this as many times as you want for as many projects as you have, just keep the initial install package to run from each time.
You can do this as many times as you want for as many projects as you have, just keep the initial install package to run from each time, (or re-download it from here).
### Uninstalling
You can also uninstall this app using the uninstall.sh script found at ~/bin/{project name} (where project name is whatever you named it when installing).
The uninstall script found in the 'installed' location is specific to that instance.
running the uninstall.sh file in the initial, decompressed archive will do nothing.
Running the uninstall.sh file in the initial, decompressed archive will do nothing.
### Usage
@ -27,7 +27,7 @@ Just click on the link in your menu, (Menu > Other > {project_name}) and follow
### Contributing
At present, I do not have this app hosted anywhere, sorry.
Please feel feel free to raise an issue or submit a pull request if you think this script could be improved.
### Credits
@ -40,4 +40,4 @@ https://greenpete.co.uk/
### License
CC BY-NC-SA 4.0 - https://creativecommons.org/licenses/by-nc-sa/4.0/
MIT