Skip to content

Commit 116979d

Browse files
committed
upgrade-backup alias from webserver
1 parent b60474d commit 116979d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/aliases.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
# Useful bash alises
3+
4+
# Create a tar.gz archive of the public_html folder
5+
alias backup="tar cvpzf backup`date +%d%b%y`.tgz /home/webpigeon/public_html"

0 commit comments

Comments
 (0)