Y
Hacker News
new
|
ask
|
show
|
jobs
by
stevewodil
2023 days ago
I created a script to tarball my git server's git directory, encrypt it, and backup to Google Drive if new commits were made that day.
inb4 "just use GitHub"
1 comments
CBLT
2023 days ago
Thoughts on `git bundle`?
link
stevewodil
2023 days ago
Never tried it, didn't know it existed...don't know how it works with untracked files, so it seems safer to just continue tarballing the whole directory like I'm doing now.
link