Skip to content

Commit 04eb805

Browse files
committed
Update readme
1 parent ad71e89 commit 04eb805

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ I made this as a tool to help develope my python skills but it's a perfectly wor
66

77

88
<p><b> Current Version </b></p>
9-
<p><li> Version 1.2 - Provide some type of locking system to stop new backups from running in it's place.</p>
9+
<p><li> Version 1.2 - Provide some type of locking system to stop new backups from running in it's place.
1010

1111
<br>
1212
<br>
1313
<b> What works </b>
1414
<p> <li> Copying files locally from one folder to another folder/internal hd
1515
<li> Copying from local to another host
16-
<li> Copying from a host to a local server </p>
16+
<li> Copying from a host to a local server
1717
<br>
1818
<br>
1919
<b> What doesn't work </b>
2020
<p> <li> exclude directories
2121
<li> automated rsync backups via config file
22-
<li> Arguments </p>
22+
<li> Arguments
2323
<br>
2424
<br>
2525
<b> Versions Released </b>
@@ -52,16 +52,15 @@ Here's a breakdown of the different config files:
5252
<li> bkoption = Backup option used to decide if you want logs or not, 1 is logs, 2 is not logs. You must provide a path for logs if you choose option 1, not neccessary if option 2 is selected.
5353
<li> source = directory you want to backup.
5454
<li> destination = location you want to backup to.
55-
<li> log_location = location of log </p>
56-
55+
<li> log_location = location of log
5756
<p>[LoRem] = Local to remote backup
5857
<li> bkoption = Backup option used to decide if you want logs or not, 1 is logs, 2 is not logs. You must provide a path for logs if you choose option 1, not neccessary if option 2 is selected.
5958
<li> source = directory you want to backup.
6059
<li> destination = directory you want to backup to.
6160
<li> log_location = location of log
6261
<li> username = username to connect to the remote server
6362
<li> remote_server = server you're backing up to
64-
<li> server_port = ssh port to connect, if it's the standard 22 leave as the default in config otherwise change, leaving it blank will stop the backup from running.</p>
63+
<li> server_port = ssh port to connect, if it's the standard 22 leave as the default in config otherwise change, leaving it blank will stop the backup from running.
6564

6665
<p>[RemLo] = Local to remote backup
6766
<li> bkoption = Backup option used to decide if you want logs or not, 3 is logs, 4 is not logs. You must provide a path for logs if you choose option 1, not neccessary if option 2 is selected.
@@ -70,7 +69,7 @@ Here's a breakdown of the different config files:
7069
<li> log_location = location of log
7170
<li> username = username to connect to the remote server
7271
<li> remote_server = server you're backing up to
73-
<li> server_port = ssh port to connect, if it's the standard 22 leave as the default in config otherwise change, leaving it blank will stop the backup from running.</p>
72+
<li> server_port = ssh port to connect, if it's the standard 22 leave as the default in config otherwise change, leaving it blank will stop the backup from running.
7473
<br>
7574
<br>
7675
<b> Manual Version </b>

0 commit comments

Comments
 (0)