Commit Graph

18 Commits

Author SHA1 Message Date
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