Backup Huge User

A_g

Verified User
Joined
Jan 25, 2022
Messages
12
Hi,
i have a huge user over 200G + has an nfs.
i set exclude path to nfs under /home/user/.backup_exclude_paths (644)
domains/user/public_html/nfs
in the directadmin.conf i set:
allow_backup_exclude_path=1 ( restart directadmin in the end)
now when i run from the panel the backup and run:
lsof -p PID
i still seeing the nfs folder:
dataskq 2781 root 7w REG 8,3 676 12331101 /usr/local/directadmin/data/admin/task_queue_processes/2781/level_tracker
dataskq 2781 root 8r DIR 8,3 4096 9437238 /home/user/domains
dataskq 2781 root 9r DIR 8,3 4096 9437423 /home/user/domains/user.co.il
dataskq 2781 root 10r DIR 8,3 4096 9674754 /home/user/domains/user.co.il/public_html
dataskq 2781 root 11r DIR 8,3 4096 9674766 /home/user/domains/user.co.il/public_html/nfs
dataskq 2781 root 12r DIR 0,20 0 1 /home/user/domains/user.co.il/public_html/nfs/upload_s3 (x.x.x.x:/user-v1-content)
dataskq 2781 root 13r DIR 0,20 0 26 /home/user/domains/user.co.il/public_html/nfs/upload_s3/folder1 (x.x.x.x:/user-content)
dataskq 2781 root 14r DIR 0,20 0 27 /home/user/domains/user.co.il/public_html/nfs/upload_s3/folder2 (x.x.x.x:/user-content)
i think this what cuse to my backup to stuck ( this NFS is size over 100T)
centos 6
Server Version1.63.8
Last UpdatedWed Apr 27 07:34:04 2022

any ideas?
 
exclude path: domains/user/public_html/nfs
while must be: domains/user.co.il/public_html/nfs
 
cant edit the post -
i set it to user.co.il - so this is not the problem
i suspect on the nfs
any idea?
 
in such case you can try to exclude public_html totally and backup it separately with cron task and simple tar command
 
same thing
i set domains/user.co.il/public_html
and when i check lsof -p
i get the same scan for the nfs directory..
 
.backup_exclude_paths
has newline after exclude paths?
file owned by user?
 
1. yes i copy and paste from guide .backup_exclude_paths
2. no, this domain/ in the first
3. yes
 
ok for different user its works (it doesn't have NFS)
is the backup still scanning all the directories even if it excludes the path?
 
Back
Top