diff options
author | Igor Vuk <parcijala@gmail.com> | 2016-04-23 22:17:39 +0200 |
---|---|---|
committer | Igor Vuk <parcijala@gmail.com> | 2016-04-23 22:17:39 +0200 |
commit | a091630ee5c4851ef849b5f2642d156558ea22a2 (patch) | |
tree | 54bd7b3dcd14ff6942386b5e7db19493d1133cf4 /README.md | |
parent | a1069f8e4d8d061c1c74385a2efb0bd33be02521 (diff) |
Use plural when referring to 'commands'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Install the '`byteback`' package on the server, along with its dependencies. You then need to perform the following local setup on the server, which can securely handle backups for multiple clients. You need a dedicated user (which is usually called 'byteback') with a home directory on a btrfs filesystem. You will need to mount the filesystem with the '`user_subvol_rm_allowed`' flag to enable pruning to work (or run that part as root). -The following commands are appropriate for a Debian system, you might need to alter it for other Linux distributions, or if you are not using LVM for your discs: +The following commands are appropriate for a Debian system, you might need to alter them for other Linux distributions, or if you are not using LVM for your discs: # # Create a dedicated UNIX user which will store everyone's backups, and |