Tagged Questions
1
vote
0answers
137 views
How to rsync a chroot without breaking symlinks? [closed]
I'd like to rsync (backup) a chroot environment from outside the chroot. For that I first make a lvm snapshot of the chroot volume and then run rsync on that.
The only problem with this approach: ...
1
vote
1answer
3k views
Give ftp users access to directories outside their root using symlinks
I tried to give proftpd virtual users access to directories outside their home paths using symlinks I created as root through the console.
/var/ftp/users/test is the home of the user named test.
...
3
votes
2answers
4k views
Need ProFTPd to follow symbolic link
I have 2 folder:
/var/www/project1/
/var/www/repository/module/
and I have this symbolic link:
/var/www/project1/module/News => /var/www/repository/module/News
I know the target is outside the ...