ale.ab
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by ale.ab-
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...
-
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...
-
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...