User Tools

Site Tools


backup_on_freebsd

This is an old revision of the document!


root@ks3367031:~ # ls -lhrt /usr/local/bin/dokuwiki.sh 
-rwxr-xr-x  1 root  wheel   204B Feb  4 16:59 /usr/local/bin/dokuwiki.sh
root@ks3367031:~ # cat /usr/local/bin/dokuwiki.sh
#!/bin/sh
# Lo faccio eseguire da cron ogni sera alle 20.

present=`date +'%d-%B-%Y'`

tar --exclude=/usr/local/www/dokuwiki/data/cache -cvzf /home/francesco/bkk/DokuWiki_$present.tar.gz /usr/local/www/ 

Dal NUC:

root@ks3367031:~ # cat /usr/local/bin/dokuwiki_NUC.sh
#!/bin/sh
# Lo faccio eseguire da cron ogni sera alle 20.

present=`date +'%d-%B-%Y'`

rsync ks:/home/francesco/bkk/DokuWiki_$present.tar.gz /home/francesco
backup_on_freebsd.1549408433.txt.gz · Last modified: 2019/02/06 00:13 by francesco