ale.ab

  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by ale.ab
  • ale.ab commented,

    correct, the filename on remote server is YYYY... and not 2019.... but i found a solution.... i run command in ssh /usr/bin/uapi --user=cpaneluser Backup fullbackup_to_scp_with_password host=rem...

  • ale.ab created a post,

    UAPI fullbackup file name issue

    Hello, i need to create a fullbackup and upload to customer's sftp server (extra my system backup). i can upload correctly with this script /usr/bin/uapi --user=cpaneluser Backup fullbackup_to_sc...

  • ale.ab commented,

    Hi, This is not a cPanel problem, but a problem with SSHFS. You need to tell SSHFS what UID/GID to mount that directory as. [SOLVED] sshfs is mounting filesystems as another user Ubuntu 10.04 i...

  • ale.ab created a post,

    backup on sshfs error

    Hi, i have mounted a remote folder with sshfs with this command sshfs -o IdentityFile=/root/.ssh/mykey remoteuser@remoteserver:/remote/path/ /mnt/sshfs/ but if i digit ls -lh /mnt/ drwx--x--x. 1...

  • ale.ab commented,

    the script sometimes crashes on mysql dump... but rsync works correctly... thank you

  • ale.ab created a post,

    Script to backup home directory and mysql

    Hi, i search in this forum for a backup for home directory and mysql database. i wrote this script, if you is correct? i tried it and it seems to work... #!/bin/sh destinazione=user@server.backup...