Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Zweili
8063b19806 refactor 2016-12-17 20:05:35 +01:00
Andreas Zweili
9cc56117da add bash script backup_to_fileserver and add various changes
to the corresponding python script backup_to_fileserver
2016-12-17 19:05:44 +01:00
Andreas Zweili
eb2f2d73f9 add file for borg backups 2016-12-17 16:10:38 +01:00
Andreas Zweili
a8bbe92292 add function to backup a path 2016-12-17 11:07:50 +01:00
Andreas Zweili
4203137321 remove ncurses from the output of the show_info function
This is currently necessary because the output is broken in ncurses. It always
cuts the first letter of every line when displayed in curses.
2016-12-16 22:42:42 +01:00
Andreas Zweili
1a6d03a432 add the full borg binary 2016-12-16 17:11:58 +01:00
Andreas Zweili
49948ca543 add borg binary installed with pip 2016-12-16 16:33:31 +01:00
Andreas Zweili
1c1cbe1217 add an argument to the curses pause function 2016-12-16 13:28:38 +01:00
Andreas Zweili
9e97cb242b add a line break 2016-12-16 13:15:36 +01:00
Andreas Zweili
ad0d54101c add nearly full curses output 2016-12-16 13:13:58 +01:00
Andreas Zweili
2eeec351cb fix the position of the input 2016-12-16 11:16:01 +01:00
Andreas Zweili
bbd9d9bb32 fix various small things 2016-12-16 10:05:32 +01:00
Andreas Zweili
366dff3ee7 add basic ncurses funcionality
this commit adds the basic functionality of curses. The output however doesn't
get displayed in the window yet.
2016-12-16 00:06:27 +01:00
Andreas Zweili
6864890ea9 correct variable names 2016-12-15 15:25:37 +01:00
Andreas Zweili
f61e5d41b7 various fixes 2016-12-15 15:24:06 +01:00
Andreas Zweili
03f48a6f01 replace self made function to create a path with os.path.join 2016-12-15 15:17:49 +01:00
Andreas Zweili
b6d00e79b8 remove short config path 2016-12-15 15:06:20 +01:00
Andreas Zweili
2ee189f0eb replace all os.system functions with subprocesses 2016-12-15 15:02:21 +01:00
Andreas Zweili
6c6761cf80 add function to prompt for an archive name 2016-12-15 12:50:58 +01:00
Andreas Zweili
d205394403 change exit funtion 2016-12-15 09:58:13 +01:00
Andreas Zweili
816c98b6e8 update the virtualenv 2016-12-15 09:38:04 +01:00
Andreas Zweili
bc1e579edd remove borg binary
the borg binary should be a depency
2016-12-15 08:43:48 +01:00
Andreas Zweili
d61a78c5f1 add a function to check for various configuration locations 2016-12-14 22:27:57 +01:00
Andreas Zweili
0b31b6f4b1 update the readme file 2016-12-14 22:09:13 +01:00
Andreas Zweili
a4b0c819be restructure project 2016-12-14 21:30:05 +01:00
Andreas Zweili
7778675ec0 add bash script to source the virtualenv 2016-12-14 13:13:59 +01:00