|
3e5e3cb066
|
Add timing
|
2023-04-15 21:53:16 +02:00 |
|
|
bd74cf0e14
|
Fix PKGBUILD
|
2023-04-15 21:43:09 +02:00 |
|
|
1a251f61af
|
Send rsync output to logger
3.0.0
|
2023-04-15 21:36:45 +02:00 |
|
|
661a5d4232
|
Add requirements.txt
|
2023-04-15 21:06:58 +02:00 |
|
|
642d807d61
|
Use destination if input is symlink
|
2023-04-15 21:01:01 +02:00 |
|
|
b08b0474ac
|
Refactor code
|
2023-04-15 19:49:33 +02:00 |
|
|
b4dee0ccd2
|
Rename config file
|
2023-04-15 12:40:09 +02:00 |
|
|
da07c602b5
|
Fix small bugs
|
2023-04-15 11:09:36 +02:00 |
|
|
b4294a5792
|
Add .gitignore
|
2023-04-15 10:39:26 +02:00 |
|
|
b79e929f2d
|
Improve exception handling
2.1.1
|
2019-09-18 09:55:46 +02:00 |
|
|
2bcab8f3ab
|
Remove option user
Now the program handles automatically the correct user even when
running with sudo
2.1.0
|
2019-09-17 19:35:25 +02:00 |
|
|
fbd9520845
|
Clean code
|
2019-09-17 16:30:06 +02:00 |
|
|
5f0742874e
|
Add some exception handling
2.0.1
|
2019-09-17 15:02:30 +02:00 |
|
|
4c9a30d979
|
Update PKGBUILD
|
2019-09-16 19:40:35 +02:00 |
|
Daniele Fucini
|
c61c704089
|
ADD LICENSE
|
2019-09-16 19:29:02 +02:00 |
|
|
55a2c58e0b
|
Remove LICENSE
|
2019-09-16 19:27:58 +02:00 |
|
|
ffea2abdb2
|
Clarify help function
|
2019-09-16 18:36:45 +02:00 |
|
|
2d50c7b158
|
Convert to Python
2.0.0
|
2019-09-16 18:12:19 +02:00 |
|
|
27324634b4
|
Fix version output
|
2017-06-24 23:42:01 +02:00 |
|
|
133a6b1a48
|
Fix minor bug
When using the '-s/--checksum' option, rsync output numbers were
not in human readable format. This commit fix this minor issue.
1.4.2
|
2017-06-24 23:29:39 +02:00 |
|
|
584532e2c7
|
Fix minor bug
Now the program is able to get as input arguments or output
directory files/directories containing spaces.
1.4.1
|
2017-06-23 13:47:44 +02:00 |
|
|
97d1a14260
|
Fix merge problem
1.4
|
2017-06-23 12:21:09 +02:00 |
|
|
71a2b6d01e
|
Merge branch 'development'
|
2017-06-23 12:17:39 +02:00 |
|
|
6649925ec9
|
Add checksum option
|
2017-06-23 12:09:36 +02:00 |
|
|
871c8d6543
|
Now rsync outputs numbers in human-readable format
1.3.4
|
2017-06-20 19:26:22 +02:00 |
|
|
7035352cfd
|
Fix minor bugs and options
1.3.3
|
2017-06-18 12:21:31 +02:00 |
|
|
d31080e5e4
|
Fix minor bugs
|
2017-06-17 15:11:55 +02:00 |
|
|
25954d5178
|
Fix notifications
1.3.1
|
2017-05-26 17:27:41 +02:00 |
|
|
87f3bca955
|
Merge branch 'development'
Fix notifications
|
2017-03-11 21:06:22 +01:00 |
|
|
a64219c321
|
Fix notifications
1.3
|
2017-03-11 21:04:05 +01:00 |
|
|
7c3eb9ed24
|
Update README.md
|
2015-12-08 11:32:45 +01:00 |
|
|
a2c4e54c47
|
Rename
1.2.3b
|
2015-12-06 17:55:09 +01:00 |
|
|
b15af7f22f
|
Change description
1.2.3a
|
2015-12-06 17:27:09 +01:00 |
|
|
4623d023b9
|
Fix minor issue
Now ownership of the log files is set to the user specified by the
-u option if that option is used
1.2.3
|
2015-12-06 17:16:31 +01:00 |
|
|
898ef3bcd9
|
Fix user option bug
1.2.2
|
2015-12-03 19:50:27 +01:00 |
|
|
a708ec80ca
|
Add user option
Added a command line option to specify the user performing the backup.
This is useful if running the program with sudo.
1.2.1
|
2015-11-26 01:03:33 +01:00 |
|
|
f5365fddff
|
Add warning in example configuration
|
2015-11-25 13:26:57 +01:00 |
|
|
473ee59868
|
Improve configuration file parsing
The configuration file is now parsed with a simple awk program
which is simpler to understand and maintain
1.2
|
2015-11-25 12:33:49 +01:00 |
|
|
382636b225
|
Change version number
1.1
|
2015-11-20 18:44:59 +01:00 |
|
|
b78b231227
|
Improve code
Inputs are saved in temporary file instead of being stored in array
and are read by rsync with the --files-from option
|
2015-11-20 12:20:49 +01:00 |
|
|
3a31e340cc
|
Minor improvements
If no input is found/selected, the programs exits successfully but
prints a warning.
Log files management improved
|
2015-11-16 00:02:46 +01:00 |
|
|
9d8bd7ae3f
|
Merge branch 'master' of https://github.com/Fuxino/simple_backup
Initial commit
|
2015-10-29 19:44:54 +01:00 |
|
|
c24614cac2
|
Initial commit
|
2015-10-29 19:42:40 +01:00 |
|
Fuxino
|
418044ef56
|
Initial commit
|
2015-10-29 19:41:58 +01:00 |
|