An open API service indexing awesome lists of open source software.

https://github.com/jhinrichsen/backup

DevOps: backup files à la GNU cp --backup=numbered implemented in pure Go
https://github.com/jhinrichsen/backup

backup copy-files devops go

Last synced: 4 months ago
JSON representation

DevOps: backup files à la GNU cp --backup=numbered implemented in pure Go

Awesome Lists containing this project

README

          

= File backup utility
// Settings:
:idprefix:
:idseparator: -
ifndef::env-github[:icons: font]
ifdef::env-github,env-browser[]
:toc: macro
:toclevels: 1
endif::[]
ifdef::env-github[]
:branch: master
:status:
:outfilesuffix: .adoc
:!toc-title:
:caution-caption: :fire:
:important-caption: :exclamation:
:note-caption: :paperclip:
:tip-caption: :bulb:
:warning-caption: :warning:
endif::[]
// URIs:
:uri-repo: https://github.com/jhinrichsen/backup
:uri-vim: http://www.vim.org
:uri-ci-travis: https://travis-ci.org/jhinrichsen/backup

ifdef::status[]
image::https://img.shields.io/badge/editor-vim-brightgreen.svg[Vim ,link={uri-vim}]
image:https://img.shields.io/travis/jhinrichsen/backup/master.svg[Build Status (Travis CI), link={uri-ci-travis}]
endif::[]

Copy files for backup purposes à la GNU cp --backup=numbered.

toc::[]

== Installation

go get github.com/jhinrichsen/backup

== Documentation

Go check out godoc.