KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server:home_server_setup:other_services
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Fulltext results:

Manjaro Setup Notes
1 Hits, Last modified: 3 months ago
ps/model/'' * The default PDF printer output directory is ''/var/spool/cups-pdf/user/'', where user is t
snapraid
2 Hits, Last modified: 5 months ago
e SIZE_IN_GB" autosave 100 # Defines the pooling directory where the virtual view of the disk # array is cre... e, but just linked using # symbolic links. # This directory must be outside the array. # Format: "pool DIR" #
Rsync
14 Hits, Last modified: 6 months ago
e trailing slash, would place dir1, including the directory, within dir2. This would create a hierarchy that ... eate new # any name you like [all] # destination directory to copy path = / # hosts you allow to access host... ct Backup Storage Location===== I want to create directory for the backups that are readable by all users, b... l create some ad hoc backups of my desktop's home directory. I want to preserves file timestamp, symbolic lin
Simlinks
7 Hits, Last modified: 6 months ago
links===== A symlink is a soft or hard link to a directory location to another directory location or file. It effectively allows a directory tree (soft link only) to be made for different non-structured directory locations, even across partitions. It allows con
BASH Customisation
3 Hits, Last modified: 6 months ago
grep total' # Grabs the disk usage in the current directory alias diskusage='df -hl --total | grep total' # G... ce. Both directories and files. Varies on current directory # BASH alias baupdate='. ~/.bashrc' alias baedit... ions, e.g.: ''tar -cvf archive_filename.tar file1 directory1 file2'' *''-c'' : for create archive, a pretty
NFS
1 Hits, Last modified: 6 months ago
storage /mnt/storage'' to mount just the specific directory. *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:
Back-up Server Old Setup
17 Hits, Last modified: 6 months ago
nably evident from the command. The workdir is a directory on the same media as the upperdir, and is where t... ntu-xenial_amd64.deb'' Then create a mount point directory, e.g. /srv/storage, ''sudo mkdir /srv/storage'' ... t/backup1'' : is the local mount point, note this directory must exist, ideally empty, any existing contents ... te new # any name you like [all] # destination directory to copy path = / # hosts you allow to access host
Commonly used commands and scripts
3 Hits, Last modified: 6 months ago
%%'' this will search for 'filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%'' to find findme* under sub-directory /mnt/disk1. The %%' '%% is not required unless there is white space in the directory or file name. * ''%%find -path ./con*%%'' ---