Changes

stoney backup: Server set-up

49 bytes added, 12:05, 27 August 2013
/* Quota */
= Software Configuration =
== Quota ==
=== Mount ===
Make sure, that you have user quota (uqota) and project quota (pquota) set as options on the chosen mount point in /etc/fstab. For example:
/dev/vdb1 /var/backup xfs noatime,uquota,pquota 0 0
=== Verify ===
Remount the file system /var/backup and check, if /var/backup has the desired values:
xfs_quota -x -c state /var/backup
Realtime Blocks grace time: [7 days 00:00:30]
 === Some important notes:concering XFS ===
# The '''quotacheck''' command has no effect on XFS filesystems. The first time quota accounting is turned on (at mount time), XFS does an automatic quotacheck internally; afterwards, the quota system will always be completely consistent until quotas are manually turned off.
# There is no need for quota file(s) in the root of the XFS filesystem.
SLB, editor, reviewer
3,368
edits