Do you know how SMB would handle open files in that case? Will SMB make use of VSS so the linux machine with the proxmox-backup-client could still backup files that are in use? I always got the problem with failing backups because files couldn't be opened when using backup clients that don't make use of VSS snapshots.Hi,
for now, there is no windows client for pbs available. what might work though is to share a drive under windows with smb and mount it on a linux machine and backup it from there with proxmox-backup-client.
i guess that depends on how the smb server and client is configured.. proxmox-backup-client does not do anything special aside from opening & reading filesDo you know how SMB would handle open files in that case? Will SMB make use of VSS so the linux machine with the proxmox-backup-client could still backup files that are in use? I always got the problem with failing backups because files couldn't be opened when using backup clients that don't make use of VSS snapshots.
mount -t cifs $ENV:CIFS_UNC /mnt/cifs -o username=$ENV:CIFS_USER,password=$ENV:CIFS_PASSWORD,domain=$ENV:CIFS_DOMAIN,ro
Right now my docker image does not handle this, so open files will simply be skipped with a warning in the logs.And how about backing up files that are in use? Without making use of VSS snapshots I always had the problem that not files could be backed up.
Hi,
for now, there is no windows client for pbs available. what might work though is to share a drive under windows with smb and mount it on a linux machine and backup it from there with proxmox-backup-client.
There's a open source solution that at my home is backing up several Windows PC's. Its called urBackup.orgI'm also planning for this scenario. I'm in a home environment. The sole Windows system is Windows 10. I plan to make a Windows recovery image on an external USB drive. That way I can recover the entire system from bare metal. Then I can carry the USB drive to the PBS machine and upload it for a second archival copy. This would work for file-level backups also, like with any of the programs mentioned above.
Of course, this wouldn't work in a remote client situation.
I haven't actually implemented this yet -- still researching. I'd appreciate any thoughts.
I do believe that the Windows recovery image has to be on NTFS. So, I'm hoping that PBS can read NTFS.