Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 102ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
s

ssh

Recently created Least recently created Recently updated Least recently updated
anthony

anthony / Backup your project to another server (scp)

Last active 1 month ago scp shell ssh
0 0 1
1 #!/bin/bash
2 #####################################################################
3 # #
4 # Stupidly simple backup script for own projects #
5 # #
6 # Author: Anthony Axenov (Антон Аксенов) #
7 # Version: 1.0 #
8 # License: WTFPLv2 More info: https://axenov.dev/?p=1423 #
9 # #
10 #####################################################################
anthony

anthony / Backup your project to another server (scp/s3)

Last active 1 month ago s3 s3cmd scp shell ssh
0 0 1
1 #!/bin/bash
2 #####################################################################
3 # #
4 # Stupidly simple backup script for own projects #
5 # #
6 # Author: Anthony Axenov (Антон Аксенов) #
7 # Version: 1.2 #
8 # License: WTFPLv2 More info (RU): https://axenov.dev/?p=1272 #
9 # #
10 #####################################################################