i would like to automount my backuftp with curlftpfs, i added
curlftpfs#<serverip> /backup/backupftp fuse allow_other,uid=0,gid=0,umask=0022 0 0
in /etc/fstab
and put the login details in /root/.netrc
mount -a
works but when i reboot the backupftp doesn't get mounted, i've got the same config on another machine where it does work.
dmesg doesn't show any errors, how can i debug this?