Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 4 matches
- Sat Dec 02, 2017 5:07 pm
- Forum: General Discussion
- Topic: Separate backup folder for every user
- Replies: 2
- Views: 2260
Re: Separate backup folder for every user
Here what I did:
# 1. Create a script file and open it:
cd ~
touch myvestabackup.sh
chmod 755 myvestabackup.sh
nano myvestabackup.sh
# 2. Add these lines into:
#!/bin/bash
SHELL=/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin
function myvestabackup() {
A=$1
varlen=${#A}
cd /mybackups
if ...
# 1. Create a script file and open it:
cd ~
touch myvestabackup.sh
chmod 755 myvestabackup.sh
nano myvestabackup.sh
# 2. Add these lines into:
#!/bin/bash
SHELL=/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin
function myvestabackup() {
A=$1
varlen=${#A}
cd /mybackups
if ...
- Fri Dec 01, 2017 5:53 pm
- Forum: General Discussion
- Topic: Separate backup folder for every user
- Replies: 2
- Views: 2260
Separate backup folder for every user
Hi,
Is it possible to have separate backup folder for every user? For example:
/backup/user1/user1.tar.gz
/backup/user2/user2.tar.gz
and etc
Thanks
Is it possible to have separate backup folder for every user? For example:
/backup/user1/user1.tar.gz
/backup/user2/user2.tar.gz
and etc
Thanks
- Sat Aug 06, 2016 7:02 am
- Forum: Веб сервер
- Topic: Error: invalid domain format :: домен.su
- Replies: 4
- Views: 6282
Re: Error: invalid domain format :: домен.su
I used these links to create and config the locales and after that I made changes provided by imperio and at the end I restarted the server and now Cyrillic domains add works:
https://people.debian.org/~schultmc/locales.html
https://help.ubuntu.com/community/Locale
http://askubuntu.com ...
https://people.debian.org/~schultmc/locales.html
https://help.ubuntu.com/community/Locale
http://askubuntu.com ...
- Fri Aug 05, 2016 4:38 pm
- Forum: Веб сервер
- Topic: Error: invalid domain format :: домен.su
- Replies: 4
- Views: 6282
Re: Error: invalid domain format :: домен.su
Hi,
I tried these commands after having same problem while adding domain with Bulgarian Cyrillic symbols but the return was:
May you help me please?
Version:0.9.8-16
I tried these commands after having same problem while adding domain with Bulgarian Cyrillic symbols but the return was:
Code: Select all
sed: can't read /etc/locale.gen: No such file or directory
Version:0.9.8-16