Change Rsync to Backup

- Change rsync menu to backup menu
- Add menu options for cloud and hdd backup
- Cloud backup uses rsync as before
- HDD backup uses snap-sync
This commit is contained in:
Sravan Balaji
2022-08-18 07:44:30 -04:00
parent 4e301b1b4a
commit b03d404447
5 changed files with 45 additions and 20 deletions

6
.scripts/backup_to_hdd.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
sudo snap-sync \
--UUID c651c7af-e795-4eb0-9a13-83c6288880d1 \
--subvolid 5 \
--noconfirm \
--quiet