]> git.proxmox.com Git - proxmox-backup.git/commit
rename src/api2/sync.rs -> src/api2/pull.rs
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Jan 2020 10:09:55 +0000 (11:09 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Jan 2020 10:15:16 +0000 (11:15 +0100)
commiteb506c830c1f32006b15ff3965eb6ee18c5a4674
treefe97882013c320b5fc550b43c913ef097fcd6f63
parenta81af92f9d43efc33b5bbf7319a54f5b7372a571
rename src/api2/sync.rs -> src/api2/pull.rs

Use "pull" instead of "sync", because this also indicates a
direction (like "sync from").
src/api2.rs
src/api2/pull.rs [new file with mode: 0644]
src/api2/sync.rs [deleted file]
src/bin/proxmox-backup-manager.rs