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
- Host: GitHub
- URL: https://github.com/jhinrichsen/backup
- Owner: jhinrichsen
- License: bsd-3-clause
- Created: 2018-04-21T07:28:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T08:20:26.000Z (about 8 years ago)
- Last Synced: 2025-02-19T12:55:20.779Z (over 1 year ago)
- Topics: backup, copy-files, devops, go
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.