Update mount listing

This commit is contained in:
Janek Bevendorff 2016-11-16 21:41:55 +01:00 committed by GitHub
parent 5da9c7f6a7
commit 71a5983d27
1 changed files with 12 additions and 12 deletions

View File

@ -51,17 +51,17 @@ rs-backup-suite can chroot backup users into the backup home base directory. For
# BEGIN: rs-backup-suite # BEGIN: rs-backup-suite
#/bin /bkp/bin none bind 0 0 #/bin /bkp/bin none bind 0 0
#/bin /bkp/bin none remount,ro 0 0 #/bin /bkp/bin none remount,ro,bind 0 0
#/lib /bkp/lib none bind 0 0 #/lib /bkp/lib none bind 0 0
#/lib /bkp/lib none remount,ro 0 0 #/lib /bkp/lib none remount,ro,bind 0 0
#/dev /bkp/dev none bind 0 0 #/dev /bkp/dev none bind 0 0
#/dev /bkp/dev none remount,ro 0 0 #/dev /bkp/dev none remount,ro,bind 0 0
#/usr/bin /bkp/usr/bin none bind 0 0 #/usr/bin /bkp/usr/bin none bind 0 0
#/usr/bin /bkp/usr/bin none remount,ro 0 0 #/usr/bin /bkp/usr/bin none remount,ro,bind 0 0
#/usr/lib /bkp/usr/lib none bind 0 0 #/usr/lib /bkp/usr/lib none bind 0 0
#/usr/lib /bkp/usr/lib none remount,ro 0 0 #/usr/lib /bkp/usr/lib none remount,ro,bind 0 0
#/usr/share/perl5 /bkp/usr/share/perl5 none bind 0 0 #/usr/share/perl5 /bkp/usr/share/perl5 none bind 0 0
#/usr/share/perl5 /bkp/usr/share/perl5 none remount,ro 0 0 #/usr/share/perl5 /bkp/usr/share/perl5 none remount,ro,bind 0 0
# END: rs-backup-suite # END: rs-backup-suite
The necessary mounts may differ from system to system. For instance, Ubuntu needs `/usr/share/perl` instead of `/usr/share/perl5`. Synology DSM doesn't need `/usr/share/*` at all, but requires `/opt/bin`, `/opt/lib` and `/opt/libexec`. But in most cases you don't need to worry about that since the install script tries to make the correct decisions for you. The necessary mounts may differ from system to system. For instance, Ubuntu needs `/usr/share/perl` instead of `/usr/share/perl5`. Synology DSM doesn't need `/usr/share/*` at all, but requires `/opt/bin`, `/opt/lib` and `/opt/libexec`. But in most cases you don't need to worry about that since the install script tries to make the correct decisions for you.