Commit Graph

7 Commits

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