Skip to content

dvdheiden.nl

Blog about (Laravel) development or other tech stuff

Exclude files from incremental backup script

27/09/2011 dvdheiden

When using the incremental backup script, I noticed some files were backupped which should be backuped. In this case some…

Continue Reading →

Posted in: Linux Filed under: backup, bash

Symlink cheatsheet

25/09/2011 dvdheiden

A Symbolic Links (also called symlink or softlink), is a special file which references another file or directory. These symlinks…

Continue Reading →

Posted in: Linux Filed under: symlink

Configuring virtualhost(s) in Apache

23/09/2011 dvdheiden

Virtualhosts allow you to host multiple websites on a single webserver. Shared hosting is based on this idea as this…

Continue Reading →

Posted in: Linux Filed under: apache, virtualhost

Incremental backup script in bash

08/09/2011 dvdheiden

The previous backup script is a bit limited as it always creates a full backup. In that post I already…

Continue Reading →

Posted in: Linux Filed under: backup, bash

Numerical Permissions

05/09/2011 dvdheiden

Numerical permissions describe the permissions of the file or folders and is most likely known with FTP or the unix…

Continue Reading →

Posted in: Linux Filed under: chmod, FTP, permissions

Easy backup script in bash

03/09/2011 dvdheiden

This easy backup script creates a .tar.gz for a certain folder. The script can be used to backup a full…

Continue Reading →

Posted in: Linux Filed under: backup, bash

Post navigation

Page 5 of 5
← Previous 1 … 4 5