mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
4 lines
102 B
Bash
4 lines
102 B
Bash
|
#! /bin/bash
|
||
|
# Backup Gitea
|
||
|
/bin/rsync --archive --backup --rsh=ssh bkpgitea:~/ttt/* ~/Backups/gitea/
|