You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ I made this as a tool to help develope my python skills but it's a perfectly wor
6
6
7
7
8
8
<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.
10
10
11
11
<br>
12
12
<br>
13
13
<b> What works </b>
14
14
<p> <li> Copying files locally from one folder to another folder/internal hd
15
15
<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
17
17
<br>
18
18
<br>
19
19
<b> What doesn't work </b>
20
20
<p> <li> exclude directories
21
21
<li> automated rsync backups via config file
22
-
<li> Arguments </p>
22
+
<li> Arguments
23
23
<br>
24
24
<br>
25
25
<b> Versions Released </b>
@@ -52,16 +52,15 @@ Here's a breakdown of the different config files:
52
52
<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.
53
53
<li> source = directory you want to backup.
54
54
<li> destination = location you want to backup to.
55
-
<li> log_location = location of log </p>
56
-
55
+
<li> log_location = location of log
57
56
<p>[LoRem] = Local to remote backup
58
57
<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.
59
58
<li> source = directory you want to backup.
60
59
<li> destination = directory you want to backup to.
61
60
<li> log_location = location of log
62
61
<li> username = username to connect to the remote server
63
62
<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.
65
64
66
65
<p>[RemLo] = Local to remote backup
67
66
<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:
70
69
<li> log_location = location of log
71
70
<li> username = username to connect to the remote server
72
71
<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.
0 commit comments