Skip to content

Commit

Permalink
new backup 2024-01-05 20:53:34
Browse files Browse the repository at this point in the history
  • Loading branch information
laspavel committed Jan 5, 2024
1 parent aa7f3d1 commit beaf03d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file modified DOD1/.bash_history.zip
Binary file not shown.
Binary file modified DOD1/.ssh.zip
Binary file not shown.
Binary file modified DOD1/.tmux.zip
Binary file not shown.
Binary file modified DOD1/dump_gnome_settings.zip
Binary file not shown.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ Dotfiles for my start.
* Zip
* if required backup all gnome configs with password - add password to .pass

**Usage:**
**Usage Backup Mode:**
```
backup.sh
bootstrap.sh --backup
```
or add /etc/cron.d/backup_dotfiles:
```
00 14 * * * laspavel cd /home/laspavel/_/dotfiles/ && ./backup.sh
00 14 * * * laspavel cd /home/laspavel/_/dotfiles/ && ./bootstrap.sh --backup
```

**Usage Restore Mode:**
```
bootstrap.sh
```

0 comments on commit beaf03d

Please sign in to comment.