Commit Graph

30 Commits

Author SHA1 Message Date
7c558606b2
More messed tests and stuff 2023-12-01 19:01:08 -03:00
108e82c07a
feat: adding ntfy to backup scripts 2023-06-28 11:32:30 -03:00
79860803ee
Bunch of stuff 2023-06-23 10:10:17 -03:00
f4f27738a9
Lots of tests 2022-10-07 08:40:50 -03:00
65786716a0
Backup: added ionice and notification 2022-06-10 09:24:44 -03:00
7757a806c1
Backup: disk changed 2022-04-01 20:23:56 -03:00
4ef0f2c542
Backup: prune better and do not backup MasterClass project files 2022-04-01 20:23:55 -03:00
42344f98a5 Tests, tests and tests
Still not sure why I keep track of those changes, if I don't need them
and do not care about proper handling them.

Anyway, it is here if, some some reason I need it back.
2022-01-22 19:14:01 -03:00
fbb551377b
fix(backup): Each backup has it's own folder
I was previously using one folder for multiple backups, but it doesn't
help for pruning old backups. So, now, each backup set has it's own
folder, what makes it easier to restore as well.
2021-04-03 23:09:15 -03:00
d3fc0cecb6
fix(Backup): do not append a "-2" to the VM backup name anymore 2021-03-27 11:38:50 -03:00
d1ec197dc4
fix(Backup): do not create unecessary file anymore 2021-03-26 20:43:52 -03:00
9b3515d121
fix(Backup): folder name with space can be backed up
Backup function were not working with folders that had space on it.
Fixed now including double quotes with the parameter inside the
function.
2021-03-26 20:41:19 -03:00
e978b6a36e
feat(backup): keeping just 1 repository per backup and testing it 2021-03-26 09:20:05 -03:00
790e5f0d9b
Backup: use only 2 repositories per disk
It appears to be safe enough to have just a few repositories (2 per
disk, 4 at total) to avoid backup corruption and it will increase a lot
the disk space management and how long I will be able to keep my
backups.
2021-03-25 11:27:28 -03:00
6cc4e48d65
Backup: improve exclude list 2021-03-25 11:27:02 -03:00
578199a4eb
Backup: add script to list backups 2021-03-25 11:26:07 -03:00
e9d68361ad
Update backup to Borg
Not using zbackup anymore as it is not being maintained. Borg appears to
be a better replacement.
2021-03-23 23:00:13 -03:00
60972813b0
Backup: avoid issues by including terminator path 2021-02-20 09:45:15 -03:00
3b52ad3ae3
Improve backup menu removing issued alias to rsync 2021-02-02 12:22:43 -03:00
35ed6782e6
Implementing zBackup to backups and organizing script 2020-05-24 11:10:39 -03:00
9ae2401091
Backup: tentative to umount external HD in the script at the end 2020-05-21 16:06:22 -03:00
7a4059035c
Backup: updating exclude file list 2020-05-21 16:05:10 -03:00
95b5a30bce
Backup script updated
1. Moving message at the terminator command line, but inside the script
itself.

2. Fixing mail backup filename on line to delete old backups
2020-05-21 16:01:29 -03:00
36d53be1af
Small fixes at HD Backup script 2019-10-13 11:23:41 -03:00
5799d5a332
Improving the script to use 2 HDs 2019-07-19 15:54:14 -03:00
e588f9685b
Updating with the changes on the external HD 2019-06-14 16:52:52 -03:00
fe29bd3404
Fixing Backup exclude file
It were ignoring any file called .cache* instead of
ignoring the contents of folder .cache (.cache/*)
2018-09-27 10:33:14 -03:00
ae915eef38
Improving backup script 2018-08-08 23:56:17 -03:00
ce17a61add
Excluding .cache from backup 2018-08-03 12:37:03 -03:00
05304a57ca
Including my Backup Script
It needs work. Just created it to be able to backup things quickly.
2018-08-03 11:54:24 -03:00