USB_pendrive_backup/README.md

43 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2023-01-07 21:19:31 +01:00
# Pendrive Backup
2023-01-07 21:16:16 +01:00
If you would rather use the 'sneaker net' to synchronise data between computers, then this script might be for you. Assuming you use Linux...
2023-01-08 14:16:44 +01:00
'Pendrive Backup' is a script for Linux systems, that can be installed multiple times for different back up jobs.
2023-01-07 21:19:31 +01:00
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.
2023-01-08 14:16:44 +01:00
When you run an (installed) instance, just select 'to' or 'from' the USB device, ('t' or 'f' in reality).
2023-01-07 21:19:31 +01:00
### Installation
After downloading the script archive and decompressing it, run the install.sh script and answer the questions within.
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'.
2023-01-08 14:16:44 +01:00
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).
2023-01-07 21:19:31 +01:00
### 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.
2023-01-08 14:16:44 +01:00
Running the uninstall.sh file in the initial, decompressed archive will do nothing.
2023-01-07 21:19:31 +01:00
### Usage
Just click on the link in your menu, (Menu > Other > {project_name}) and follow the prompts.
### Contributing
Please feel free to raise an issue or submit a pull request if you think this script could be improved.
2023-01-07 21:19:31 +01:00
### Credits
The dev's that wrote rsync, sed and bash.
2023-01-07 21:19:31 +01:00
### The developer
That'll be me I guess, Peter Green though calling it development seems to be pushing it a bit for a bit of bash scripting! It's the nearest I have got though ;-)
2023-01-07 21:19:31 +01:00
https://greenpete.co.uk/
### License
2023-01-08 14:16:44 +01:00
MIT