tChanged ypnose website link - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 2dafbb310871065af9fe8bb97537d67ee27f262b
(DIR) parent 2fa3268a6214729ec8939241852da1293b003210
(HTM) Author: z3bra <willy@mailoo.org>
Date: Sun, 23 Nov 2014 23:05:29 +0100
Changed ypnose website link
Diffstat:
M 2014/05/grok-that-workflow.txt | 2 +-
M 2014/09/backup-someone.txt | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/2014/05/grok-that-workflow.txt b/2014/05/grok-that-workflow.txt
t@@ -313,7 +313,7 @@ any good user space) provides enough tools to play with them:
$ column -t -s, ~/usr/doc/bookmarks.txt
Arch linux forum https://bbs.archlinux.org
Nixers forum http://nixers.net
- Ypnose blog http://ypnose.org/blog/
+ Ypnose blog http://ywstd.fr/blog/
Suckless website http://suckless.org
$ cat ~/usr/doc/todo.txt
(DIR) diff --git a/2014/09/backup-someone.txt b/2014/09/backup-someone.txt
t@@ -78,7 +78,7 @@ to manage them now.
Be creative for this part ! you can either use `$(date +%Y-%m-%d)` as a name for
the backup, write a crawler to change names based on their timestamp, or maybe
use some rotating script, like the one written by
-[ypnose](http://ypnose.org/blog/2014/backup-snippet.html).
+[ypnose](http://ywstd.fr/blog/2014/backup-snippet.html).
I modified the script to allow an automatic rotation of files, in case the file
number limit is reached. Here it is:
t@@ -89,7 +89,7 @@ number limit is reached. Here it is:
# Backup a file, and rotate backups : file.0.BAK - file.1.BAK, ...
#
# Based on a original idea from Ypnose. Thanks mate !
- # <http://ypnose.org/blog/2014/bakup-snippet.html>
+ # <http://ywstd.fr/blog/2014/bakup-snippet.html>
EXT=${EXT:-BAK} # extension used for backup
LIM=${LIM:-9} # maximum number of version to keep